Agentbodega Mcp
@agentbodegastore
About Agentbodega Mcp
AgentBodega MCP gives agents a free discovery and handoff layer for AgentBodega's paid x402 HTTP resources. Agents can search available services, compare endpoint prices, inspect accepted and required inputs, review output examples, and generate curl/JavaScript call snippets. Pai
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"agentbodega": {
"command": "npx",
"args": [
"-y",
"@agentbodega/mcp"
]
}
}
}Tools
5Use this before search_catalog when you have a plain-language task and want AgentBodega to choose the best matching paid route at the lowest useful cost. It calls the free /api/plan planner, returns a recommended endpoint, alternatives, required inputs, examples, and x402 handoff notes. It never executes paid endpoints or creates payments.
Use this first when you need to choose an AgentBodega paid data endpoint. It fetches the live directory and returns matching endpoint summaries with key, path, price, category, tags, required inputs, and example request. It never executes paid endpoints or creates x402 payments.
Use this after search_catalog when you know the endpoint key, title, path, or URL and need the complete contract before paying. It returns method, URL, price, category, tags, long description, required inputs, input/output schemas, example request, and output example when available. It does not call the paid endpoint.
Use this after selecting an endpoint to prepare an HTTP request an agent or user can run outside MCP. It returns curl and JavaScript snippets with the example JSON body, an X-PAYMENT placeholder, and x402 verification notes. It does not fetch a live 402 challenge, spend funds, or execute the paid call.
Use this when an agent needs to understand how AgentBodega x402 and L402 payment discovery work before making paid HTTP calls. It explains the blockchain-settled per-call model, discovery URLs, balance source of truth, optional owner-approved savings offers, and an optional sample challenge request. It does not validate wallets, issue discounts, or perform payments.
Overview
What is Agentbodega Mcp?
Agentbodega Mcp delivers a free discovery and handoff layer for AgentBodega’s paid x402 HTTP resources. It is designed for agents that need to find, compare, and prepare calls to monetized endpoints without executing paid transactions themselves.
How to use Agentbodega Mcp?
—
Key features
- Search available services from AgentBodega
- Compare endpoint prices side by side
- Inspect accepted and required inputs
- Review output examples for endpoints
- Generate curl and JavaScript call snippets
Use cases of Agentbodega Mcp
- Discovering x402 HTTP resources relevant to a task
- Comparing pricing across multiple endpoints before invocation
- Inspecting input/output schemas to build correct request payloads
- Generating ready-to-use call snippets for quick integration
FAQ from Agentbodega Mcp
Is Agentbodega Mcp free?
Yes, the discovery and handoff layer is free; only the subsequent paid execution on AgentBodega’s endpoints incurs costs.
Does Agentbodega Mcp execute paid operations?
No, it only handles discovery and preparation. Paid execution stays on AgentBodega’s hosted HTTP endpoints.
What information can agents inspect?
Agents can inspect endpoint prices, accepted inputs, required inputs, and output examples for each listed service.
Can the server generate code snippets?
Yes, it can generate curl and JavaScript call snippets for invoking endpoints.
How are settlement and receipts handled?
Blockchain settlement and receipts are managed by AgentBodega’s hosted endpoints during paid execution, not by Agentbodega Mcp.
Frequently asked questions
Is Agentbodega Mcp free?
Yes, the discovery and handoff layer is free; only the subsequent paid execution on AgentBodega’s endpoints incurs costs.
Does Agentbodega Mcp execute paid operations?
No, it only handles discovery and preparation. Paid execution stays on AgentBodega’s hosted HTTP endpoints.
What information can agents inspect?
Agents can inspect endpoint prices, accepted inputs, required inputs, and output examples for each listed service.
Can the server generate code snippets?
Yes, it can generate curl and JavaScript call snippets for invoking endpoints.
How are settlement and receipts handled?
Blockchain settlement and receipts are managed by AgentBodega’s hosted endpoints during paid execution, not by Agentbodega Mcp.
Basic information
More Other MCP servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Awesome Mlops
visengerA curated list of references for MLOps
Nginx UI
0xJackyYet another WebUI for Nginx
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Comments