Skip to main content
Logo

AI Connections Overview

Add-on required. This feature requires the AI MCP add-on to be active on your store. View add-ons

AI assistants like Claude Desktop and ChatGPT can read your store data and answer questions about your business in plain language. The AI Connections feature lets you grant an AI tool secure, read-only access to specific parts of your store — orders, reports, products, customers, inventory — and revoke that access at any time.

What are AI Connections?

An AI Connection is a secure link between an external AI tool and your Fuze Store account. You decide which AI tool gets access, what it can read, and when to disconnect it. The AI tool reads your data to answer your questions. It cannot create, edit, or delete anything.

What the AI Can Answer

Once connected, you can ask your AI assistant questions like:

  • "What were my top-selling products last month?"
  • "Show me my sales trend for this quarter."
  • "Which day of the week has the highest revenue at my main store?"
  • "How many orders did I process today?"
  • "What is my average order value for dine-in customers?"

The AI reads the data you approved and responds in plain language.

What Permissions Can the AI Get?

When you create an AI Connection, you choose which permissions to grant. You can grant as few or as many as you need. The AI tool only sees the data you explicitly approve.

Store infoRequired

Store profile, staff list, and store settings.

Example: "Who works at my Cebu branch?"

OrdersRequired

Order history, line items, and order status.

Example: "Show me yesterday's orders."

ReportsRequired

Sales reports, transaction summaries, and analytics.

Example: "What was my total revenue last week?"

ProductsRequired

Product catalog, prices, and descriptions.

Example: "Which products cost more than ₱500?"

CustomersRequired

Customer profiles and purchase history.

Example: "Who are my top 5 customers this month?"

InventoryRequired

Stock levels and inventory locations.

Example: "What products are running low?"

All permissions are read-only. The AI can never modify or delete your data.

How the Connection Works

Setting up an AI Connection uses an industry-standard flow called OAuth2 with PKCE. You don't need to understand the details — Fuze Store has a short list of presets for popular AI tools (Claude Desktop, Claude Code, ChatGPT, Cursor) that auto-fill the technical fields for you. Just pick the preset matching your AI tool and the form takes care of the rest.

Here is what happens from your side:

1

You create a new AI Connection in Fuze Store. Pick the preset for your AI tool, give it a name, and choose the permissions you want to grant.
2

You copy your Client ID (and Client Secret, if your connection is Confidential) from the one-time reveal dialog and paste them into your AI tool's connector form.
3

You start the connection from the AI tool. Your browser opens a Fuze Store consent screen.
4

The consent screen shows which store and which permissions the AI is asking for. You review and approve.
5

The AI tool is now connected. You can start asking questions.
6

You can revoke access at any time from your AI Connections list.

Public vs Confidential Connections

When you create a connection, you pick a Connection Type:

  • Public (default, recommended) — For desktop AI apps like Claude Desktop and ChatGPT. No secret is issued. The connection uses PKCE for security.
  • Confidential — For server-to-server scripts and automated integrations. A Client Secret is issued and shown only once.

If you are not sure, pick Public. It is the right choice for nearly every AI tool.

Security and Privacy

  • Your password is never shared. The AI never sees your Fuze Store credentials.
  • The AI only sees what you approve. You review the exact list of permissions on the consent screen before approving.
  • Store-scoped access. If you own multiple stores, you pick exactly one store per connection.
  • Revoke any time. One click removes the AI's access immediately.
  • Read-only. The AI cannot place orders, edit products, or change settings.

You are always in control

Every permission is opt-in. Grant only what the AI needs. You can always create multiple connections with different permission sets and revoke them independently.

Supported AI Tools

Any AI tool that supports the Model Context Protocol (MCP) and OAuth2 PKCE can connect to Fuze Store. Popular options include:

  • Claude Desktop by Anthropic
  • ChatGPT with custom connectors by OpenAI
  • Custom MCP clients built by developers