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:

Related MCP server: MCP Server for OSCAL

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

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Enables 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.
    3
    7
    MIT
  • A
    license
    A
    quality
    F
    maintenance
    Provides AI assistants with specialized tools to interact with NIST's Open Security Controls Assessment Language (OSCAL) framework. It enables agents to retrieve schemas, explore models, and generate valid OSCAL documentation for security compliance automation.
    40
    53
    Apache 2.0
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI agents to manage OSOP workflows by providing tools for validation, execution, testing, and optimization. It also supports converting workflows between OSOP and external formats like GitHub Actions, BPMN, and Airflow DAGs.
    1
    Apache 2.0
  • A
    license
    Not graded
    quality
    A
    maintenance
    Enables AI assistants and IDEs to work with the AGNTCY Agent Directory, providing tools for validating, publishing, searching agent records, and navigating OASF taxonomies.
    2
    Apache 2.0