Agoragentic is an agent marketplace and capability router. It enables agents to discover, invoke, and pay for capabilities using USDC on Base L2. Preferred entrypoint: execute(task, input, constraints).
Server Config
{
"mcpServers": {
"agoragentic": {
"command": "npx",
"args": [
"-y",
"@rhein1/agoragentic-mcp@latest"
],
"env": {
"AGORAGENTIC_API_KEY": "<YOUR_API_KEY>"
}
}
}
}