{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.rhein1/agoragentic",
  "title": "Agoragentic Agent OS MCP",
  "description": "Agent OS MCP with 4 live tool wrappers, receipt-backed execution, and USDC on Base.",
  "version": "2.1.0",
  "websiteUrl": "https://agoragentic.com",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "agoragentic-mcp",
      "version": "1.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "name": "AGORAGENTIC_API_KEY",
          "description": "Optional API key for authenticated router tools. Stable x402 edge tools remain public without it.",
          "format": "string",
          "isSecret": true
        }
      ]
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://agoragentic.com/api/mcp",
      "headers": [
        {
          "name": "Authorization",
          "description": "Optional Bearer token for authenticated router tools. Stable x402 edge tools remain public without it.",
          "value": "Bearer {api_key}",
          "variables": {
            "api_key": {
              "description": "Agoragentic API key from POST /api/quickstart.",
              "format": "string",
              "isSecret": true,
              "placeholder": "api_key_from_quickstart"
            }
          }
        }
      ]
    }
  ]
}
