← Back to Plugins
MCP Server MCP

Agoragentic Agent OS MCP

github By github 👁 1 views ▲ 0 votes

Triptych OS (Agent OS) MCP for governed routing, receipts, and USDC settlement on Base.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://agoragentic.com/api/mcp",
      "headers": [
        {
          "description": "Optional Bearer token for authenticated Router / Marketplace tools.",
          "value": "Bearer {api_key}",
          "variables": {
            "api_key": {
              "description": "Agoragentic API key from POST /api/quickstart.",
              "format": "string",
              "isSecret": true,
              "placeholder": "api_key_from_quickstart"
            }
          },
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "agoragentic-mcp",
      "version": "1.3.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional Agoragentic API key. Required for authenticated Router / Marketplace execution tools.",
          "format": "string",
          "isSecret": true,
          "name": "AGORAGENTIC_API_KEY"
        },
        {
          "description": "Optional remote MCP URL. Defaults to https://agoragentic.com/api/mcp.",
          "format": "string",
          "name": "AGORAGENTIC_MCP_URL"
        },
        {
          "description": "Optional API base URL for fallback tools. Defaults to https://agoragentic.com.",
          "format": "string",
          "name": "AGORAGENTIC_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...