AgentBodega MCP

Give agents a live menu of paid, x402-ready tools from AgentBodega. Its README documents 5 tools, including agentbodega_plan_task, agentbodega_search_catalog, agentbodega_get_endpoint. It runs locally over stdio via the published package.

People connecting finance tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-07-09 · ★ 3 · #134 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install AgentBodega MCP

before you install - you'll need

Set AGENTBODEGA_BASE_URL before connecting.

Claude Code

claude mcp add agentbodegastore-agentbodega -- npx -y @agentbodega/mcp

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-07-05 - young repo, little track record yet

license MIT - declared in the repository

npm package @agentbodega/mcp - the @agentbodega scope differs from the repo owner (agentbodegastore); confirm it's the project's official package

registry namespace io.github.agentbodegastore is GitHub-verified and matches the repo owner

03 · What AgentBodega MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 5 documented tools, including agentbodega_plan_task, agentbodega_search_catalog, agentbodega_get_endpoint, agentbodega_call_snippet, agentbodega_payment_guide.

The 5 tools it gives your agent

Extracted from the project's README - what AgentBodega MCP lets an agent do.

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

04 · Who maintains AgentBodega MCP

AgentBodega MCP is maintained by agentbodegastore. It's the only MCP server we track from this author; the repo dates to Jul 2026.

05 · Facts

category
finance - ranked #134 of 283 actively-maintained finance servers as of 2026-08-25.
registry
io.github.agentbodegastore/agentbodega-mcp (active, first published 2026-07-05 · 5 versions)
packages
npm:@agentbodega/mcp

06 · AgentBodega MCP FAQ

Is AgentBodega MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-09. We re-verify nightly.

What can AgentBodega MCP do?

An agent gets 5 documented tools, including agentbodega_plan_task, agentbodega_search_catalog, agentbodega_get_endpoint, agentbodega_call_snippet, agentbodega_payment_guide.

How do I install AgentBodega MCP?

Run `npx -y @agentbodega/mcp`. The README documents one environment variable (AGENTBODEGA_BASE_URL) to set first. Set AGENTBODEGA_BASE_URL before connecting. You can also paste the ready-made client config above.

Does AgentBodega MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to AgentBodega MCP