AgentBodega MCP
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AGENTBODEGA_BASE_URL | No | Optional base URL for AgentBodega store |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"listChanged": false
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| agentbodega_search_catalogA | 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. |
| agentbodega_get_endpointA | 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. |
| agentbodega_call_snippetA | 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. |
| agentbodega_payment_guideA | 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, balance source of truth, and an optional sample challenge request. It does not validate wallets, create discounts, or perform payments. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| agentbodega_start | A prompt for agents that need to find an AgentBodega resource and prepare a paid HTTP call. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| agentbodega_catalog | Compact live AgentBodega endpoint catalog. |
| agentbodega_x402 | Live /.well-known/x402 document. |
| agentbodega_openapi | Live OpenAPI document for AgentBodega HTTP endpoints. |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/agentbodegastore/agentbodega'
If you have feedback or need assistance with the MCP directory API, please join our Discord server