{
  "markdown": "# AgentBodega MCP\n\n[![smithery badge](https://smithery.ai/badge/agentbodega/agentbodega)](https://smithery.ai/servers/agentbodega/agentbodega)\n\nGive agents a live menu of paid, x402-ready tools from\n[AgentBodega](https://agentbodega.store).\n\nThis MCP server lets agents discover AgentBodega endpoints, compare prices,\nplan the cheapest useful route for a task, inspect required inputs and response\nformats, and generate ready-to-run x402 HTTP calls. Agents get the buying\ninstructions for each resource without guessing schemas or scraping docs.\n\nThis public repository contains only the AgentBodega MCP package. The hosted\nAgentBodega API runs separately at [agentbodega.store](https://agentbodega.store).\n\n## What Agents Can Find\n\n- Social media lookups and research tools.\n- Real-estate listing search.\n- Service status and cloud status checks.\n- Domain, launch-readiness, and agent-discoverability audits.\n- x402 inspection, directory packaging, and hosted artifact utilities.\n\nThe MCP server does not execute paid calls. It returns the endpoint contract,\nexample request, payment requirements, and snippets an agent can run against the\nhosted API. L402 is exposed as an additional discovery and payment-handoff\nsurface; agents should treat it as discovery-only unless the live L402 document\nreports a configured issuer.\n\n## Install\n\n```bash\nnpx @agentbodega/mcp\n```\n\nRemote MCP clients that support Streamable HTTP can connect directly to:\n\n```text\nhttps://agentbodega.store/mcp\n```\n\nSSE endpoint:\n\n```text\nhttps://agentbodega.store/mcp/sse\n```\n\nOptional environment:\n\n```bash\nAGENTBODEGA_BASE_URL=https://agentbodega.store\n```\n\nStandalone agent skill:\n\n```bash\ncurl -sS https://raw.githubusercontent.com/agentbodegastore/agentbodega/main/agent-skills/agentbodega/SKILL.md\n```\n\n## Network access\n\nThis package intentionally uses outbound HTTPS requests at runtime to read\nAgentBodega's live catalog, x402 discovery document, L402 discovery document,\nand OpenAPI contract. It does not run install scripts, spawn shells, bundle\ndependencies, or execute paid calls. By default it connects to\n`https://agentbodega.store`.\n\n## Claude Desktop\n\n```json\n{\n  \"mcpServers\": {\n    \"agentbodega\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@agentbodega/mcp\"]\n    }\n  }\n}\n```\n\n## Tools\n\n- `agentbodega_plan_task` - use first when an agent has a plain-language task\n  and wants AgentBodega to choose the cheapest useful route. It calls the free\n  `/api/plan` planner and returns a recommended endpoint, alternatives,\n  required inputs, examples, and x402 handoff notes. It never executes paid\n  calls.\n- `agentbodega_search_catalog` - use first to find the right paid endpoint. It\n  searches the live directory by text, department/category/tag, and maximum\n  USD price, then returns endpoint summaries with required inputs and example\n  requests. It never executes paid calls.\n- `agentbodega_get_endpoint` - use after search when you know an endpoint key,\n  path, title, or full URL. It returns the full contract: method, URL, price,\n  required inputs, schemas, example request, output example, and long\n  description. It does not call the endpoint.\n- `agentbodega_call_snippet` - use after selecting an endpoint to generate\n  ready-to-edit curl and JavaScript requests with an `X-PAYMENT` placeholder\n  and x402 verification notes. It does not fetch a challenge, pay, or execute.\n- `agentbodega_payment_guide` - use when an agent needs the AgentBodega payment\n  model before making paid HTTP calls. It explains x402 discovery, L402 handoff\n  status, settlement, blockchain-only balance policy, and optional challenge\n  curl.\n\n## Resources\n\n- `agentbodega://catalog` - compact live catalog.\n- `agentbodega://x402` - live x402 discovery document.\n- `agentbodega://l402` - live L402 discovery document.\n- `agentbodega://openapi` - live OpenAPI document.\n\n## Development\n\n```bash\nnpm install\nnpm test\n```\n",
  "bytes": 3898,
  "sha": "aac3bed42012f00b35ec069c4d9f65bc1c73a54972bf9ddc6622845fbb80c11a",
  "repo_slug": "agentbodegastore/agentbodega",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_agentbodegastore_agentbodega_m_b26490d3/readme"
}