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

# Connect Your AI Agent

> Ask Claude, ChatGPT or another AI assistant about your storekit stores: sales, top products, refunds, open bills, snoozes, discounts and payment links.

storekit has an [MCP](https://modelcontextprotocol.io) server for merchants. Once your assistant is connected, you can ask it about your stores the way you would ask a manager — "how did we do yesterday?", "which items were snoozed most this week?", "create a £25 payment link for the deposit" — and it reads or writes the answer through your storekit account.

<Note>
  **Beta feature** - The storekit AI agent connection is in beta and available from a waitlist. [Request access](https://t09czsyu90l.typeform.com/to/G6rIJWNv) to join it, or email [mcp@storekit.com](mailto:mcp@storekit.com) with any questions. Once your account is enabled, sign in from your assistant and it works.
</Note>

## What It Can Do

| You can ask about    | Examples                                                                                                                                                     |
| -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **Sales and orders** | Order counts, totals and average order value for any period up to 90 days, with the previous period for comparison; individual orders and their full history |
| **What sold**        | Products ranked by quantity sold                                                                                                                             |
| **Refunds**          | Successful refunds for a store, by refund date or order date                                                                                                 |
| **Pay at table**     | Open and closed bills, covers and amount due                                                                                                                 |
| **Menus**            | Which menus a store has, their categories, products, prices and availability                                                                                 |
| **Snoozing**         | Which items were snoozed, for how long, and by whom (manual, POS)                                                                                            |
| **Discount codes**   | Existing codes, their usage and validity — and create a new one                                                                                              |
| **Payment links**    | Existing links and their payments — and create a new one, with a QR code                                                                                     |
| **Your stores**      | Addresses, opening hours, prep times, delivery fees and service charges                                                                                      |

Two of those are **writes**: your assistant can create a discount code and create a payment link. Everything else is read-only. See [What You Can Ask](/docs/guides/ai/what-you-can-ask) for worked prompts.

## What It Cannot Do

There is no tool for any of the following, so the assistant cannot do them even if asked:

* Edit menus, prices, availability or opening hours
* Accept, reject, refund or change an order
* Change any store, payment or account setting
* Create or manage users, or see other storekit accounts

For those, use the dashboard. The assistant only ever sees the account you signed in with.

## Two Different MCPs

storekit also exposes a **customer-facing** MCP on every ordering page, so a customer's own assistant can read a menu and build a basket. That is a separate, public, read-mostly surface and needs no login. This section is about the **merchant** MCP, which is private to your account. Developers can read about the customer side under [Ordering Agents](/docs/developers/agents/ordering/overview).

## Connect Your Assistant

Each guide takes about five minutes and ends with a first question you can ask to confirm it works.

<CardGroup cols={2}>
  <Card title="Claude" icon="https://mintcdn.com/storekit/PNuQIqUb5kk4ylcy/images/logos/claude.svg?fit=max&auto=format&n=PNuQIqUb5kk4ylcy&q=85&s=c956cbdd0728dc02086f78359c21617d" href="/docs/guides/ai/connect/claude" width="24" height="24" data-path="images/logos/claude.svg">
    Claude on the web or the desktop app, as a connector.
  </Card>

  <Card title="ChatGPT" icon="https://mintcdn.com/storekit/PNuQIqUb5kk4ylcy/images/logos/openai.svg?fit=max&auto=format&n=PNuQIqUb5kk4ylcy&q=85&s=8e041b8d13bb31afd81663cf96d5611b" href="/docs/guides/ai/connect/chatgpt" width="24" height="24" data-path="images/logos/openai.svg">
    ChatGPT connectors, in developer mode.
  </Card>

  <Card title="Cursor and VS Code" icon="https://mintcdn.com/storekit/PNuQIqUb5kk4ylcy/images/logos/cursor.svg?fit=max&auto=format&n=PNuQIqUb5kk4ylcy&q=85&s=f516966e27474d4949e35d4a72a54301" href="/docs/guides/ai/connect/cursor-vscode" width="24" height="24" data-path="images/logos/cursor.svg">
    Cursor, VS Code and GitHub Copilot, from a JSON config.
  </Card>

  <Card title="Claude Code" icon="https://mintcdn.com/storekit/PNuQIqUb5kk4ylcy/images/logos/claude.svg?fit=max&auto=format&n=PNuQIqUb5kk4ylcy&q=85&s=c956cbdd0728dc02086f78359c21617d" href="/docs/guides/ai/connect/claude-code" width="24" height="24" data-path="images/logos/claude.svg">
    The Claude Code command line.
  </Card>

  <Card title="Other clients" icon="plug" href="/docs/guides/ai/connect/other-clients">
    Any MCP client that supports remote servers over Streamable HTTP.
  </Card>
</CardGroup>

## Learn More

<CardGroup cols={3}>
  <Card title="What You Can Ask" icon="lightbulb" href="/docs/guides/ai/what-you-can-ask">
    Prompts that work well, grouped by job.
  </Card>

  <Card title="Permissions & Privacy" icon="shield-halved" href="/docs/guides/ai/permissions-and-privacy">
    What the assistant sees, what storekit records, how to disconnect.
  </Card>

  <Card title="Troubleshooting" icon="wrench" href="/docs/guides/ai/troubleshooting">
    Sign-in failures, wrong store, odd numbers.
  </Card>
</CardGroup>


## Related topics

- [Integrations Overview](/docs/guides/integrations/overview.md)
- [Merchant MCP Overview](/docs/developers/mcp/overview.md)
- [Developer Introduction](/docs/developers/introduction.md)
- [Troubleshooting Your AI Agent](/docs/guides/ai/troubleshooting.md)
- [Connect Claude](/docs/guides/ai/connect/claude.md)
