Skip to content
Grok

AgentBodega MCP for Grok

io.github.agentbodegastore/agentbodega-mcp

Discover AgentBodega paid data tools, contracts, and x402/L402 HTTP payment handoff metadata.

client:Grok transport:stdio runtime:npm

Install AgentBodega MCP in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "agentbodega-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@agentbodega/mcp"
      ],
      "env": {
        "AGENTBODEGA_BASE_URL": "<AGENTBODEGA_BASE_URL>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

AgentBodega MCP in other clients