HomeDevelopment › Agoragentic Agent OS MCP

Agoragentic Agent OS MCP

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

TypeScript Cloud Remote
★ 39 stars Last pushed 2026-09-24 License: MIT

Topics: Aggregators

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://agoragentic.com/api/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http agoragentic-integrations https://agoragentic.com/api/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "agoragentic-integrations": {
      "url": "https://agoragentic.com/api/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization — Optional Bearer token for authenticated Router / Marketplace tools.

Package (npm 1.3.4)

npx -y agoragentic-mcp@1.3.4

Or add to your MCP client config:

{
  "mcpServers": {
    "agoragentic-integrations": {
      "command": "npx",
      "args": [
        "-y",
        "agoragentic-mcp@1.3.4"
      ],
      "env": {
        "AGORAGENTIC_API_KEY": "<YOUR_VALUE>",
        "AGORAGENTIC_MCP_URL": "<YOUR_VALUE>",
        "AGORAGENTIC_BASE_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • AGORAGENTIC_API_KEY secret — Optional Agoragentic API key. Required for authenticated Router / Marketplace execution tools.
  • AGORAGENTIC_MCP_URL — Optional remote MCP URL. Defaults to https://agoragentic.com/api/mcp.
  • AGORAGENTIC_BASE_URL — Optional API base URL for fallback tools. Defaults to https://agoragentic.com.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry