AWP MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@AWP MCP ServerGenerate an agent.json for my customer support website"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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:
Related MCP server: MCP2ANP Bridge Server
Tools
Tool | Description |
| Get the full AWP specification |
| Validate an agent.json file |
| Generate an agent.json from parameters |
| Get example agent.json files |
| Step-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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceEnables access to agent instruction files and prompts for AI development workflows. Provides tools to retrieve and list development rules, security checks, and common prompts from an agents library through MCP protocol.Last updated3Apache 2.0
- AlicenseAqualityDmaintenanceEnables MCP clients like Claude Desktop to interact with ANP (Agent Network Protocol) agents through three core tools: authentication setup, document fetching, and OpenRPC method invocation. Converts ANP's crawler-style interaction paradigm into MCP-compatible tools for seamless agent communication.Last updated37MIT
- AlicenseAqualityDmaintenanceProvides AI assistants with access to Vega-Lite documentation, visualization examples, and specification validation tools. Enables searching docs, retrieving examples by category, validating JSON specs, and accessing schema information for creating data visualizations.Last updated41MIT
- AlicenseBqualityDmaintenanceProvides AI assistants with tools to grade, generate, and validate UI components against the components.build specification. Supports searching documentation, checking compliance, and generating framework-agnostic accessible components.Last updated116Apache 2.0
Related MCP Connectors
Real-time Amazon, WIPO & PACER data for AI agents — 19 tools via the MCP protocol.
Scan any URL for AI agent readability — Vercel Spec, llmstxt.org, and agent-protocol manifests.
Free public MCP for AI agents — 193 tools, 44 workflows. No API key.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/agentwebprotocol/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server