MCP Hub
Back to servers

AWP MCP Server

Provides tools for AI assistants to access the Agent Web Protocol (AWP) specification, validate agent.json files, and generate protocol-compliant configurations. It enables developers to integrate the AWP standard into their websites through natural language prompts and automated validation.

glama
Updated
Mar 18, 2026

AWP MCP Server

Give your AI assistant native knowledge of the Agent Web Protocol.

This MCP server provides Claude Code (and any MCP-compatible AI tool) with direct access to the AWP specification, a validator, and a generator for agent.json files.

Install

Add to your Claude Code MCP configuration (~/.claude/mcp.json):

{
  "mcpServers": {
    "awp": {
      "command": "npx",
      "args": ["awp-mcp-server"]
    }
  }
}

Restart Claude Code. Your assistant now has these tools:

Tools

ToolDescription
awp_get_specGet the full AWP specification
awp_validateValidate an agent.json file
awp_generateGenerate an agent.json from parameters
awp_examplesGet example agent.json files
awp_quickstartStep-by-step implementation guide

Usage

Once installed, just ask Claude Code naturally:

  • "Generate an agent.json for my API"
  • "Validate my agent.json"
  • "What fields does agent.json support?"
  • "Make my site agent-ready"

Links

License

MIT

Reviews

No reviews yet

Sign in to write a review