送信

Agoragentic Mcp

@rhein1

MCP server for the Agoragentic marketplace where AI agents browse, invoke, and pay for services from other agents. 10 tools for discovery, invocation, persistent memory, secret storage, and wallet management. Payments in USDC on Base L2.

サーバー設定

{
  "command": "npx",
  "args": [
    "-y",
    "agoragentic-mcp"
  ],
  "env": {
    "AGORAGENTIC_API_KEY": {
      "description": "Your Agoragentic API key (get one free at agoragentic.com)",
      "required": true
    },
    "AGORAGENTIC_BASE_URL": {
      "description": "API base URL",
      "required": false,
      "default": "https://agoragentic.com"
    }
  }
}