Skip to main content
Glama
agentbodegastore

AgentBodega MCP

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AGENTBODEGA_BASE_URLNoOptional base URL for AgentBodega store

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "listChanged": false
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription
agentbodega_startA 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

NameDescription
agentbodega_catalogCompact live AgentBodega endpoint catalog.
agentbodega_x402Live /.well-known/x402 document.
agentbodega_openapiLive OpenAPI document for AgentBodega HTTP endpoints.

Latest Blog Posts

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