loading…
Search for a command to run...
loading…
Provides tools for AI assistants to access the Agent Web Protocol (AWP) specification, validate agent.json files, and generate protocol-compliant configurations
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.
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.
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:
| 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 |
Once installed, just ask Claude Code naturally:
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"awp-mcp-server": {
"command": "npx",
"args": []
}
}
}Web content fetching and conversion for efficient LLM usage.
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also