AgentBodega
x402/agentbodegax402 service listed on awesome-x402: AgentBodega [x402: $0.001/call on eip155:8453, category=data]
Tools · 4
Use this first when you need to choose an AgentBodega paid data endpoint. It returns matching endpoint summaries with key, path, price, department, aisle, optional shelf, tags, required inputs, and ex…
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, require…
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 …
Use this when an agent needs to understand how AgentBodega x402 payment discovery and settlement work before making paid HTTP calls. It explains the blockchain-settled per-call model, discovery URLs, …
Resources · 4
Compact live AgentBodega endpoint catalog.
agentbodega://catalog
Live /.well-known/x402 document.
agentbodega://x402
Live /.well-known/l402-services document.
agentbodega://l402
Live OpenAPI document for AgentBodega HTTP endpoints.
agentbodega://openapi
Prompts · 1
A prompt for agents that need to find an AgentBodega resource and prepare a paid HTTP call.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"agentbodega": {
"url": "https://agentbodega.store/mcp",
"transport": "http"
}
}
}