{
  "markdown": "<!-- mcp-name: com.storeinspect/mcp -->\n\n# StoreInspect MCP\n\nStoreInspect MCP gives AI clients access to StoreInspect's Shopify store and contact data through OAuth.\n\nSearch stores by market, traffic, revenue, apps, pixels, themes, ads, or contact availability. You can also enrich known domains, preview matching contacts, and reveal selected contact details after approval.\n\nStoreInspect runs the MCP server. This repository contains public metadata, setup examples, and prompts. The server source is private, and there is nothing to install locally.\n\n## Connect\n\nUse this URL in most MCP clients:\n\n```text\nhttps://mcp.storeinspect.com/mcp\n```\n\nFor ChatGPT, use the data-only endpoint:\n\n```text\nhttps://mcp.storeinspect.com/openai\n```\n\nBoth endpoints use OAuth. Never paste StoreInspect API keys into an AI client.\n\n### Claude\n\nAdd a custom connector using `https://mcp.storeinspect.com/mcp`, then sign in to StoreInspect when prompted.\n\n### Claude Code\n\n```bash\nclaude mcp add --transport http storeinspect https://mcp.storeinspect.com/mcp\n```\n\nOpen Claude Code, run `/mcp`, and complete the StoreInspect OAuth flow.\n\n### Codex CLI\n\n```bash\ncodex mcp add storeinspect \\\n  --url https://mcp.storeinspect.com/mcp \\\n  --oauth-resource https://mcp.storeinspect.com/mcp\n\ncodex mcp login storeinspect\n```\n\n### Cursor\n\n[Add StoreInspect MCP to Cursor](cursor://anysphere.cursor-deeplink/mcp/install?name=storeinspect&config=eyJ1cmwiOiJodHRwczovL21jcC5zdG9yZWluc3BlY3QuY29tL21jcCJ9)\n\nAfter installation, open **Cursor Settings > Tools & MCP** and click **Connect** on the StoreInspect row to start OAuth.\n\nOr add it manually:\n\n```json\n{\n  \"mcpServers\": {\n    \"storeinspect\": {\n      \"url\": \"https://mcp.storeinspect.com/mcp\"\n    }\n  }\n}\n```\n\n### VS Code\n\n```json\n{\n  \"servers\": {\n    \"storeinspect\": {\n      \"type\": \"http\",\n      \"url\": \"https://mcp.storeinspect.com/mcp\"\n    }\n  }\n}\n```\n\nSee the [client setup guide](https://storeinspect.com/docs/mcp/connect-clients) for ChatGPT and additional clients.\n\n## Tools\n\nThe general MCP endpoint exposes these tools:\n\n| Tool                         | Purpose                                                              |\n| ---------------------------- | -------------------------------------------------------------------- |\n| `get_usage`                  | Read plan, quota, search-row usage, and contact credits.             |\n| `list_taxonomy`              | Discover supported store, technology, and contact filters.           |\n| `get_shopify_store`          | Get one Shopify store by domain.                                     |\n| `search_shopify_stores`      | Search Shopify stores using focused ICP filters.                     |\n| `enrich_shopify_domains`     | Enrich up to 10 known domains with store and technology data.        |\n| `search_shopify_contacts`    | Search masked decision-maker contact previews.                       |\n| `reveal_contacts`            | Reveal selected contact channels after explicit credit confirmation. |\n| `get_billing_status`         | Read subscription and billing status.                                |\n| `create_subscription_link`   | Create a short-lived Stripe-hosted subscription or upgrade link.     |\n| `create_billing_portal_link` | Create a short-lived Stripe-hosted account-management link.          |\n\nSearch tools return at most 25 records per call. ChatGPT's `/openai` endpoint excludes the three billing tools.\n\n## Example prompts\n\n```text\nUse StoreInspect to find 25 US Shopify Plus beauty stores using Meta Pixel but not Klaviyo.\n```\n\n```text\nUse StoreInspect to enrich allbirds.com, gymshark.com, and tentree.com. Return their themes, apps, pixels, traffic tiers, and contact availability.\n```\n\n```text\nSearch for founder or ecommerce decision-maker contacts at those stores. Do not reveal contact channels yet.\n```\n\nSee [examples/prompts.md](examples/prompts.md) for more workflows.\n\n## Safety and access\n\n- Store and contact tools require an active paid StoreInspect plan.\n- Contact previews keep email, phone, and LinkedIn channels masked.\n- `reveal_contacts` requires `confirm_spend_credits: true` and can spend shared StoreInspect contact credits.\n- Billing tools return Stripe-hosted links. A person must confirm any subscription change in Stripe.\n- StoreInspect MCP searches the existing StoreInspect index. A request does not trigger a live scan.\n\n## Resources\n\n- [MCP quickstart](https://storeinspect.com/docs/mcp/quickstart)\n- [Complete MCP documentation](https://storeinspect.com/docs/mcp/overview)\n- [Tool reference](https://storeinspect.com/docs/mcp/tools)\n- [Security and OAuth](https://storeinspect.com/docs/mcp/security)\n- [Quotas and credits](https://storeinspect.com/docs/mcp/quotas-and-credits)\n- [Official MCP Registry entry](https://registry.modelcontextprotocol.io/v0.1/servers?search=com.storeinspect%2Fmcp)\n- [StoreInspect](https://storeinspect.com)\n\nEmail [support@storeinspect.com](mailto:support@storeinspect.com) for support. Open a GitHub issue for non-sensitive setup or documentation problems.\n\n## License\n\nThe metadata, configuration examples, and documentation in this repository are licensed under the [MIT License](LICENSE).\n",
  "bytes": 5171,
  "sha": "a5bf91a6f0eb8f0507a2c380744f359112feb153970461ee4ed434f7681c2503",
  "repo_slug": "storeinspect/storeinspect-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_storeinspect_mcp_d9d68952/readme"
}