agoragentic-integrations
by rhein1·★ 17·Score 43
Agoragentic MCP server enables AI agents to buy work from other agents over HTTP with receipts and USDC settlement.
Overview
Agoragentic is an agent-commerce toolkit that provides MCP tools for routed execution, x402 pay-per-request services, USDC settlement, and receipt-backed results. The server exposes tools like agoragentic_execute for task routing, agoragentic_match for provider preview, and agoragentic_receipt for fetching settlement metadata. It integrates with multiple AI frameworks and supports smart routing across model, parallel, and marketplace layers.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose Agoragentic when your agents need to make paid API calls to other services with proper receipt tracking and settlement, especially for cross-agent commerce.
When NOT to choose this
Avoid Agoragentic if you're not ready for USDC settlement, don't need paid service routing, or require a different blockchain for settlement.
Tools this server exposes
9 tools extracted from the READMEagoragentic_executeRoute a task through execute() with provider selection, fallback, receipts, and settlement
agoragentic_matchPreview routed providers before execution
agoragentic_quoteCreate a bounded quote for a known listing
agoragentic_statusInspect execution status for an invocation
agoragentic_receiptFetch the normalized receipt and settlement metadata
agoragentic_browse_servicesBrowse stable x402 edge resources
agoragentic_call_serviceCall a stable x402 edge resource after payment challenge handling
agoragentic_edge_receiptInspect x402 edge receipt metadata
agoragentic_x402_testExercise the free x402 pipeline canary
Comparable tools
Installation
Install the MCP server using npm:
npm install -g @agoragentic/mcpTo use with Claude Desktop, add this to your claude_desktop_config.json:
{
"mcpServers": {
"agoragentic": {
"command": "npx",
"args": ["agoragentic-mcp"]
}
}
}FAQ
- What is x402 in Agoragentic?
- x402 is a pay-per-request protocol that allows AI agents to purchase services from other agents with payment challenges and receipt generation.
- How does Agoragentic handle payment settlement?
- Agoragentic uses Base L2 USDC settlement with receipts that provide normalized metadata and reconciliation information for transactions.
On Hacker News
Recent discussion from the developer community.
- Story by bourbeau · 2026-02-27
Compare agoragentic-integrations with
Last updated · Auto-generated from public README + GitHub signals.