{
  "markdown": "# ShelfAtlas MCP server\n\nDanish grocery catalog and shelf data as MCP tools. Ask *\"where is Pepsi Max\ncheapest right now?\"* and get live, structured answers: current offers across\nevery major Danish chain, nearest-store geo search, product name and EAN\nlookup, and a purpose-built `find_cheapest_offers` tool. Community shelf-stock\nsignals are included where approved, with confirmation counts.\n\n- **Endpoint:** `https://api.shelfatlas.com/api/v1/mcp` (Streamable HTTP)\n- **Auth:** `Authorization: Bearer sa_live_<your-key>` — create a free key at\n  <https://app.shelfatlas.com>\n- **Docs:** <https://shelfatlas.com/docs> (tools, quotas, error codes)\n\n## Tools\n\n| Tool | What it answers |\n|---|---|\n| `search_products` | Resolve a product name to id + EAN before calling other tools |\n| `get_product_by_ean` | Look up a product by EAN-13 barcode |\n| `find_cheapest_offers` | \"Where is this product cheapest right now?\" — live offers, cheapest first, chain resolved |\n| `search_catalog_offers` | Catalog offers with price and validity window (live-only by default; chain/EAN/product filters) |\n| `get_stores` | Paginated store list, or nearest-first geo search |\n| `list_chains` | All retail chains (id, slug, name) |\n\n## Claude Desktop\n\nClaude Desktop reaches remote servers through [`mcp-remote`](https://www.npmjs.com/package/mcp-remote):\n\n```json\n{\n  \"mcpServers\": {\n    \"shelfatlas\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"mcp-remote\", \"https://api.shelfatlas.com/api/v1/mcp\"],\n      \"env\": {\n        \"MCP_REMOTE_HEADER_AUTHORIZATION\": \"Bearer sa_live_<your-key>\"\n      }\n    }\n  }\n}\n```\n\nClients with native Streamable HTTP support connect directly to the endpoint\nwith the `Authorization` header.\n\nThis repository only holds the registry manifest (`server.json`) and this\nREADME; the server itself runs at shelfatlas.com.\n",
  "bytes": 1836,
  "sha": "da095042b4eaa64eca4e8bb821526fbeff05279f4558461fa8c19cc28fb7f8a1",
  "repo_slug": "slambertdk/shelfatlas-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_slambertdk_shelfatlas_catalog_2067c1d7/readme"
}