Skip to main content
Use this page when a client cannot connect to StoreInspect MCP or a tool call fails.

Connection issues

ProblemWhat to check
The client rejects the server URLUse https://mcp.storeinspect.com/mcp exactly.
The client asks for a transportChoose HTTP, Streamable HTTP, or remote MCP server.
OAuth does not startConfirm the client supports OAuth for remote MCP servers.
The browser opens but sign-in failsSign in with the StoreInspect account that has API access.
The client shows no StoreInspect toolsDisconnect and reconnect the MCP server, then approve the requested scopes.

Permission and plan issues

StoreInspect checks account access when tools are called.
Error typeWhat it usually means
No API accessThe StoreInspect account is not on a plan with API access.
Missing scopeThe client did not request or receive the scope required by the tool.
Revoked clientThe OAuth connection was revoked in StoreInspect MCP settings.
Expired or invalid tokenReconnect the MCP client and complete OAuth again.
Open MCP settings:
https://storeinspect.com/dashboard/settings/mcp
Revoke the client, reconnect it, and complete the OAuth flow again.

Quota and credit issues

Ask the client:
Use StoreInspect to show my current usage.
Then check:
  • Request quota
  • Search-row quota
  • Remaining shared contact credits
  • Current plan and API access
See MCP quotas and credits for how each tool uses quota.

Contact reveal refused

The reveal_contacts tool requires explicit credit-spend confirmation. This fails:
{
  "contact_ids": ["ct_AbCdEf_GhIjKlMnOpQrStUv"]
}
This succeeds when you have enough credits and permission:
{
  "contact_ids": ["ct_AbCdEf_GhIjKlMnOpQrStUv"],
  "confirm_spend_credits": true
}
If an AI client refuses to send the confirmation field, ask it directly:
Call StoreInspect reveal_contacts with confirm_spend_credits set to true for these selected contact IDs.

Cursor and VS Code JSON issues

For Cursor-style configuration, use:
{
  "mcpServers": {
    "storeinspect": {
      "url": "https://mcp.storeinspect.com/mcp"
    }
  }
}
For VS Code-style configuration, use:
{
  "servers": {
    "storeinspect": {
      "type": "http",
      "url": "https://mcp.storeinspect.com/mcp"
    }
  }
}
Restart or reload the client after editing MCP configuration.

Still blocked

Include the StoreInspect request_id when contacting support. MCP tool responses include a request_id when StoreInspect receives the request.