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

# MCP quickstart

> Connect StoreInspect MCP, authenticate with OAuth, and verify your first StoreInspect tool call.

StoreInspect MCP is a hosted remote MCP server.

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

It uses OAuth. When your client connects, sign in to StoreInspect and approve the requested scopes.

<Warning>
  Do not paste StoreInspect API keys into AI clients. MCP uses OAuth and does not require API keys.
</Warning>

## Before you begin

* A paid StoreInspect plan with API access
* An MCP-compatible client
* Access to sign in to the StoreInspect account you want the client to use

## Connect

Use this server URL in your MCP client:

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

For JSON-based clients, use:

```json theme={null}
{
  "mcpServers": {
    "storeinspect": {
      "url": "https://mcp.storeinspect.com/mcp"
    }
  }
}
```

Transport: Streamable HTTP.

Authentication: OAuth.

For client-specific instructions, see [Connect MCP clients](/mcp/connect-clients).

## Verify the connection

Ask your client:

```text theme={null}
Use StoreInspect to show my current usage.
```

The client should call `get_usage` and return your plan, quota, search-row usage, and remaining contact credits.

## Try a workflow

Start with a preview-only workflow before revealing contacts:

```text theme={null}
Use StoreInspect to find 10 US Shopify Plus beauty stores using Meta Pixel but not Klaviyo. Show the domains and explain why each store matched.
```

Then continue with contact search:

```text theme={null}
Search for founder or ecommerce decision-maker contacts at those stores. Do not reveal contact channels yet.
```

See [example workflows](/mcp/example-workflows) for more prompts.

## Manage or revoke access

Open MCP settings:

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

You can view connected clients and revoke access.
