AgentBodega MCP
MCP discovery server for AgentBodega x402-ready paid data tools.
Documentation
AgentBodega MCP
Give agents a live menu of paid, x402-ready data tools from AgentBodega.
This MCP server lets agents discover what AgentBodega sells, compare endpoint prices, inspect required inputs and response formats, and generate ready-to-run x402 HTTP calls. Agents get the buying instructions for each resource without guessing schemas or scraping docs, while execution stays on AgentBodega's hosted endpoints where payment settlement, receipts, and fresh catalog metadata are handled by the service.
Install
npx @agentbodega/mcp
Optional environment:
AGENTBODEGA_BASE_URL=https://agentbodega.store
Claude Desktop
{
"mcpServers": {
"agentbodega": {
"command": "npx",
"args": ["-y", "@agentbodega/mcp"]
}
}
}
Tools
agentbodega_search_catalog- search, filter, and summarize live offerings.agentbodega_get_endpoint- return full metadata for one endpoint.agentbodega_call_snippet- generate curl/JavaScript snippets and payment notes.agentbodega_payment_guide- explain x402 payment and blockchain-only balance policy.
Resources
agentbodega://catalog- compact live catalog.agentbodega://x402- live x402 discovery document.agentbodega://openapi- live OpenAPI document.
Development
npm install
npm test
The package source lives in packages/agentbodega-mcp.