Back to Discover

storeinspect-mcp

connector

StoreInspect

Search Shopify stores, enrich domains, and reveal approved contact channels.

View on GitHub
0 starsSynced Aug 2, 2026

Install to Claude Code

/plugin marketplace add StoreInspect/storeinspect-mcp

README

StoreInspect MCP

StoreInspect MCP gives AI clients access to StoreInspect's Shopify store and contact data through OAuth.

Search 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.

StoreInspect 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.

Connect

Use this URL in most MCP clients:

https://mcp.storeinspect.com/mcp

For ChatGPT, use the data-only endpoint:

https://mcp.storeinspect.com/openai

Both endpoints use OAuth. Never paste StoreInspect API keys into an AI client.

Claude

Add a custom connector using https://mcp.storeinspect.com/mcp, then sign in to StoreInspect when prompted.

Claude Code

claude mcp add --transport http storeinspect https://mcp.storeinspect.com/mcp

Open Claude Code, run /mcp, and complete the StoreInspect OAuth flow.

Codex CLI

codex mcp add storeinspect \
  --url https://mcp.storeinspect.com/mcp \
  --oauth-resource https://mcp.storeinspect.com/mcp

codex mcp login storeinspect

Cursor

Add StoreInspect MCP to Cursor

After installation, open Cursor Settings > Tools & MCP and click Connect on the StoreInspect row to start OAuth.

Or add it manually:

{
  "mcpServers": {
    "storeinspect": {
      "url": "https://mcp.storeinspect.com/mcp"
    }
  }
}

VS Code

{
  "servers": {
    "storeinspect": {
      "type": "http",
      "url": "https://mcp.storeinspect.com/mcp"
    }
  }
}

See the client setup guide for ChatGPT and additional clients.

Tools

The general MCP endpoint exposes these tools:

ToolPurpose
get_usageRead plan, quota, search-row usage, and contact credits.
list_taxonomyDiscover supported store, technology, and contact filters.
get_shopify_storeGet one Shopify store by domain.
search_shopify_storesSearch Shopify stores using focused ICP filters.
enrich_shopify_domainsEnrich up to 10 known domains with store and technology data.
search_shopify_contactsSearch masked decision-maker contact previews.
reveal_contactsReveal selected contact channels after explicit credit confirmation.
get_billing_statusRead subscription and billing status.
create_subscription_linkCreate a short-lived Stripe-hosted subscription or upgrade link.
create_billing_portal_linkCreate a short-lived Stripe-hosted account-management link.

Search tools return at most 25 records per call. ChatGPT's /openai endpoint excludes the three billing tools.

Example prompts

Use StoreInspect to find 25 US Shopify Plus beauty stores using Meta Pixel but not Klaviyo.
Use StoreInspect to enrich allbirds.com, gymshark.com, and tentree.com. Return their themes, apps, pixels, traffic tiers, and contact availability.
Search for founder or ecommerce decision-maker contacts at those stores. Do not reveal contact channels yet.

See examples/prompts.md for more workflows.

Safety and access

  • Store and contact tools require an active paid StoreInspect plan.
  • Contact previews keep email, phone, and LinkedIn channels masked.
  • reveal_contacts requires confirm_spend_credits: true and can spend shared StoreInspect contact credits.
  • Billing tools return Stripe-hosted links. A person must confirm any subscription change in Stripe.
  • StoreInspect MCP searches the existing StoreInspect index. A request does not trigger a live scan.

Resources

Email support@storeinspect.com for support. Open a GitHub issue for non-sensitive setup or documentation problems.

License

The metadata, configuration examples, and documentation in this repository are licensed under the MIT License.

Rendered live from StoreInspect/storeinspect-mcp's GitHub README — not stored, always reflects the source repo.

1 Install Method

NameDescriptionCategorySource
streamable-http remoteHosted streamable-http endpointmcp-serverhttps://mcp.storeinspect.com/mcp

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.