> ## Documentation Index
> Fetch the complete documentation index at: https://storeinspect.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# StoreInspect MCP overview

> Connect AI agents to Shopify store intelligence with the hosted StoreInspect MCP server.

Use the StoreInspect Model Context Protocol (MCP) server to connect AI clients to StoreInspect's Shopify store and contact intelligence.

The hosted MCP server lets tools like ChatGPT, Claude, Codex CLI, Cursor, VS Code, and Claude Code search StoreInspect through OAuth instead of API keys.

```text theme={null}
https://mcp.storeinspect.com/mcp
```

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/mcp/quickstart">
    Connect StoreInspect MCP and verify your first tool call.
  </Card>

  <Card title="Connect clients" icon="plug" href="/mcp/connect-clients">
    Add StoreInspect MCP to ChatGPT, Claude, Claude Code, Codex CLI, Cursor, VS Code, or another client.
  </Card>

  <Card title="Example workflows" icon="list-checks" href="/mcp/example-workflows">
    Use ready-made prompts for store search, domain enrichment, contact search, and contact reveal.
  </Card>

  <Card title="Tools" icon="wrench" href="/mcp/tools">
    Review available MCP tools, required scopes, and credit-spending behavior.
  </Card>

  <Card title="Quotas and credits" icon="gauge" href="/mcp/quotas-and-credits">
    Understand request quotas, search-row quotas, and shared contact credits.
  </Card>

  <Card title="Security" icon="shield-check" href="/mcp/security">
    Understand OAuth, permissions, revocation, and contact reveal safeguards.
  </Card>

  <Card title="Manage connections" icon="settings" href="/mcp/manage-connections">
    Copy the MCP configuration, view connected MCP clients, and revoke access.
  </Card>

  <Card title="Troubleshooting" icon="circle-help" href="/mcp/troubleshooting">
    Fix OAuth, client setup, permission, quota, and reveal-confirmation issues.
  </Card>
</CardGroup>

## What you can do

* Search Shopify stores by ICP filters such as country, category, apps, pixels, themes, Shopify Plus, traffic tiers, revenue tiers, Meta ads, and contact availability.
* Enrich known Shopify domains from the StoreInspect index.
* Search preview-safe decision-maker contacts.
* Reveal selected contact channels after explicit credit-spend confirmation.
* Check current plan, API quota, search-row quota, and shared contact credits.

## How MCP differs from the REST API

The REST API uses server-side API keys and is best for custom backend integrations.

MCP uses OAuth and is best for AI clients. Users sign in to StoreInspect, approve requested scopes, and the AI client receives an access token for the MCP server. You do not create or paste StoreInspect API keys into AI clients.

<Info>
  StoreInspect MCP returns data from StoreInspect's existing store intelligence index. It does not scan brand-new domains during the request.
</Info>

## Endpoint

```text theme={null}
https://mcp.storeinspect.com/mcp
```

When your AI client asks for authentication, choose OAuth.

## Account management

Manage connected MCP clients from the StoreInspect dashboard:

```text theme={null}
https://storeinspect.com/dashboard/settings/mcp
```

From there, you can copy the MCP configuration, view connected OAuth clients, and revoke client access.

## Next steps

<Steps>
  <Step title="Connect a client">
    Follow the [MCP quickstart](/mcp/quickstart), then use [Connect clients](/mcp/connect-clients) for client-specific setup.
  </Step>

  <Step title="Try a workflow">
    Use [example workflows](/mcp/example-workflows) to search stores, enrich domains, preview contacts, and reveal selected contacts.
  </Step>

  <Step title="Review tools">
    Check the [MCP tool reference](/mcp/tools) before asking an agent to search stores or reveal contacts.
  </Step>

  <Step title="Review security">
    Read [MCP security](/mcp/security) to understand scopes, OAuth, revocation, and credit-spend confirmation.
  </Step>
</Steps>
