Skip to main content
StoreInspect MCP exposes focused tools over the same store and contact intelligence used by the REST API.
Tool availability can depend on the OAuth scopes granted to the connected client and the current StoreInspect plan.
See MCP quotas and credits for request quota, search-row quota, and contact-credit behavior.

Tools

ToolRequired scopeWhat it doesSide effect
get_usageusage:readReads plan, quota, search-row usage, and shared contact credits.None
list_taxonomystores:readLists supported filters such as countries, categories, apps, pixels, themes, roles, seniority, and traffic tiers.None
get_shopify_storestores:readGets one Shopify store by domain.None
search_shopify_storesstores:readSearches Shopify stores by ICP filters.Uses request and search-row quota.
enrich_shopify_domainsstores:readEnriches known Shopify domains from the StoreInspect index.Uses request and search-row quota.
search_shopify_contactscontacts:searchSearches preview-safe contact records.Uses request and search-row quota.
reveal_contactscontacts:revealReveals selected contact channels.Can spend contact credits.

Scopes

ScopeMeaning
usage:readRead plan, API quota, search-row quota, and contact-credit usage.
stores:readRead store records, taxonomy, store search, and domain enrichment results.
contacts:searchSearch contact previews without exposing private channels.
contacts:revealReveal contact channels after explicit confirmation.

Contact reveal safety

The reveal_contacts tool requires explicit confirmation:
{
  "contact_ids": ["ct_AbCdEf_GhIjKlMnOpQrStUv"],
  "confirm_spend_credits": true
}
If confirm_spend_credits is missing or false, StoreInspect refuses the reveal. Reveal rules:
  • Contact search previews do not return raw email, phone, or LinkedIn URL.
  • Revealing a contact for the first time spends one shared contact credit.
  • Re-revealing a contact already revealed to your account does not spend another credit.
  • Reveals use the same monthly contact-credit pool as the StoreInspect web app and REST API.

Example prompts

For full prompt sequences, see MCP example workflows.
Use StoreInspect to find 25 US Shopify Plus beauty stores using Meta Pixel but not Klaviyo.
Use StoreInspect to search for founder or ecommerce decision-maker contacts at those stores. Do not reveal contact channels yet.
Reveal these three StoreInspect contact IDs and confirm spending credits.

Output shape

MCP responses are compact, AI-readable JSON. Responses include a request_id for support and debugging. StoreInspect does not return raw collection records or source-processing metadata through MCP.