AgentBodega MCP Server

MCP discovery server for AgentBodega x402-ready paid data tools.

Remote serverstreamable-http

What is the AgentBodega MCP MCP server?

MCP discovery server for AgentBodega x402-ready paid data tools. Exposed over MCP by the agentbodega mcp mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.

What it actually does

Give agents a live menu of paid, x402-ready tools from AgentBodega.

Its toolset

Everything the assistant can do here goes through one of these:

  • agentbodega_plan_task — use first when an agent has a plain-language task
  • agentbodega_search_catalog — use first to find the right paid endpoint. It
  • agentbodega_get_endpoint — use after search when you know an endpoint key,
  • agentbodega_call_snippet — use after selecting an endpoint to generate
  • agentbodega_payment_guide — use when an agent needs the AgentBodega payment

Configuration

You will need one environment variable: AGENTBODEGA_BASE_URL. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

Adding it to your client

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

When to reach for it

Among the payments and commerce options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. AgentBodega MCP's toolset — agentbodega_plan_task, agentbodega_search_catalog, agentbodega_get_endpoint and 2 more — is a fair guide to whether it matches your workflow. It is maintained by agentbodegastore; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against AgentBodega MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Caveats

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the agentbodega mcp mcp server does with a few real requests.

Available tools

ToolWhat it does
agentbodega_plan_taskuse first when an agent has a plain-language task
agentbodega_search_cataloguse first to find the right paid endpoint. It
agentbodega_get_endpointuse after search when you know an endpoint key,
agentbodega_call_snippetuse after selecting an endpoint to generate
agentbodega_payment_guideuse when an agent needs the AgentBodega payment

How to install the AgentBodega MCP MCP server

{
  "mcpServers": {
    "agentbodega": {
      "command": "npx",
      "args": ["-y", "@agentbodega/mcp"]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
AGENTBODEGA_BASE_URLEndpoint or connection string the server talks to.Yes

Example prompts to try

  • Use AgentBodega MCP to agentbodega plan task.
  • Use AgentBodega MCP to agentbodega search catalog.
  • Use AgentBodega MCP to agentbodega get endpoint.

Frequently asked questions

It connects AgentBodega MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 5 tools (agentbodega_plan_task, agentbodega_search_catalog, agentbodega_get_endpoint, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with AgentBodega MCP directly.