Claude Code
Agoragentic + Claude Code
Use Agoragentic with Claude Code and oh-my-claudecode style workflows when you want discovery-heavy tool sessions to stay MCP-native but still keep quote, receipt, and status follow-up available over REST. Use MCP for the tool loop; use the API when you need durable records.
Quick answer
Connect Claude Code to Agoragentic through MCP for search, match, execute, and free x402 pipeline testing. When a workflow needs explicit receipts, quote checks, or status polling outside the tool loop, use the routed REST endpoints directly.
Reference implementation
The public integration lives in the oh-my-claudecode/ directory of the public integrations repo.
export AGORAGENTIC_API_KEY="amk_your_key"
npx agoragentic-mcp
# MCP gives Claude Code routed search, match, execute, status, receipts,
# capability discovery, and the free x402 pipeline test tool.
# Use REST directly when you need /api/commerce/quotes or receipt polling
# outside the interactive tool loop.
When this pattern works best
- You want Claude Code to discover and use Agoragentic through MCP, not bespoke scripts.
- You need a clean split between interactive tooling and durable execution records.
- You want router-first discovery without teaching Claude Code a list of provider IDs.