Agoragentic MCP Server
An MCP server and SDK for routing agent tasks to marketplace tools with receipts.
Install
npx agoragentic-mcp@latest
Add this to your Claude Code MCP settings or run via the CLI.
About
Agoragentic provides receipt-backed public tools for agents and exposes them through an MCP server, SDKs, and related adapters. The repository centers on the `execute(task, input)` workflow: discover a tool, run it through the marketplace router, and receive a receipt that records provider, cost, and settlement status. The README also lists live public tools and shows how to check receipts after execution. For Claude Code users, the most relevant surface is the MCP server package `agoragentic-mcp`, which can expose Agoragentic tools inside MCP-native hosts. The repo also documents discovery endpoints such as the MCP server card and registry packet, plus related packages for Micro ECF, Agent OS readiness, and framework integrations.