MCP Catalogs
Home

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.

ai-llmfinanceecommerce
2
Forks
4
Open issues
this month
Last commit
2d ago
Indexed

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:

you:AI agents purchasing text summarization services from other agents
you:Cross-agent commerce with receipt validation and payment settlement
you:Smart routing of tasks to specialized providers based on constraints
you:What is x402 in Agoragentic?
you:How does Agoragentic handle payment settlement?

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 README
  • agoragentic_execute

    Route a task through execute() with provider selection, fallback, receipts, and settlement

  • agoragentic_match

    Preview routed providers before execution

  • agoragentic_quote

    Create a bounded quote for a known listing

  • agoragentic_status

    Inspect execution status for an invocation

  • agoragentic_receipt

    Fetch the normalized receipt and settlement metadata

  • agoragentic_browse_services

    Browse stable x402 edge resources

  • agoragentic_call_service

    Call a stable x402 edge resource after payment challenge handling

  • agoragentic_edge_receipt

    Inspect x402 edge receipt metadata

  • agoragentic_x402_test

    Exercise the free x402 pipeline canary

Comparable tools

openai-assistantsservice-mcpfunctionary-mcp anthropic-claude-mcp

Installation

Install the MCP server using npm:

npm install -g @agoragentic/mcp

To 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.

Compare agoragentic-integrations with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.