# StoreRadar > A database of 2,690,083 live Shopify stores: technology stack, installed apps, theme, country, catalog size, contact details and quality scores. Available as an MCP server, a web app and a one-time CSV. Public pages on this site also answer `Accept: text/markdown` with a markdown rendering of themselves. Same URL, no `.md` suffix. Rank markdown above text/html. ## Docs - [Shopify store database MCP](https://www.storeradar.io/shopify-mcp): what the MCP server does, the five tools, and how to connect Claude, ChatGPT, Claude Code or Cursor. - [agents.md](https://www.storeradar.io/agents.md): the full connect guide in plain text, with per-tool rate limits and tiers. - [auth.md](https://www.storeradar.io/auth.md): how an agent gets a credential, and which auth.md registration flows are supported. - [REST API](https://www.storeradar.io/api/docs): the same data over HTTP, plus CSV exports the MCP tools cannot do. [OpenAPI 3.1 spec](https://www.storeradar.io/api/docs/openapi.json). - [Pricing](https://www.storeradar.io/pricing): the free tier, the one-time CSV and StoreRadar Annual. - [App-Market Pulse](https://www.storeradar.io/pulse): a monthly report of which Shopify apps gained and lost stores. `/pulse` redirects to the latest edition; each edition stays at `/pulse/YYYY-MM` and never changes. Fetch the dated URL with `Accept: text/markdown`. ## Notes for agents - Counts are STRING labels ("42", "fewer than 25", "10000+", "unknown"). An `exact_count` integer is present only when the count is exact. - A segment below the privacy floor returns its count AND an empty rows array. Read that as "too few to show", never as "no matches". - Exports need an API token the account owner creates at https://www.storeradar.io/api_tokens. Tokens issued automatically for MCP or OAuth connections are read only.