Skip to main content
Glama

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

Tool

Description

awp_get_spec

Get the full AWP specification

awp_validate

Validate an agent.json file

awp_generate

Generate an agent.json from parameters

awp_examples

Get example agent.json files

awp_quickstart

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"

License

MIT

-
security - not tested
A
license - permissive license
-
quality - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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