{
  "name": "AgentWeb for Claude",
  "platform": "claude",
  "description": "Claude-compatible MCP setup for AgentWeb workflow discovery and execution.",
  "mcp": {
    "transport": "http",
    "url": "https://mcp.agentweb.us/mcp",
    "auth_header": "Authorization: Bearer aw_<key>",
    "oauth_metadata": "https://mcp.agentweb.us/.well-known/oauth-authorization-server"
  },
  "setup": {
    "command": "claude mcp add agentweb --transport http https://mcp.agentweb.us/mcp --header \"Authorization: Bearer aw_<key>\"",
    "notes": "Use a design-partner API key or complete OAuth bootstrap in clients that support it."
  },
  "docs": "https://agentweb.us/llms-full.txt"
}
