Model Context Protocol (MCP)

Claude MCP Integration

Give Claude direct tool access to your store. Manage inventory, process orders, and automate customer service with powerful AI-driven tools.

How Claude MCP Works

Direct Tool Access

Claude can execute store operations directly: search products, check inventory, and manage orders.

Real-Time Data

Every tool call returns live data from your store, ensuring Claude always has current information.

Permission Control

Fine-grained permissions let you control exactly which operations Claude can perform.

Audit Trail

Every tool call is logged with details for compliance, debugging, and optimization.

Available MCP Tools

Claude can use these specialized tools to interact with your store

search_products

Search product catalog with filters, sorting, and pagination

get_product

Retrieve detailed product information including variants

check_inventory

Check real-time stock levels for any SKU

list_orders

Query orders with status filters and date ranges

get_order

Retrieve complete order details and history

update_inventory

Adjust stock levels with reason tracking

get_customer

Access customer profile and purchase history

create_checkout

Create secure checkout sessions for purchases

Why Claude MCP?

True Automation

Claude executes tasks, not just suggests them.

Instant Responses

Sub-second tool execution for fast interactions.

Secure by Design

Token-based auth with scoped permissions.

Easy Setup

Connect in minutes with Claude Desktop.

Claude Desktop Integration

Add zalink.ai to your Claude Desktop config and start using store tools immediately.

1
Generate API token in dashboard
2
Add MCP server to Claude Desktop config
3
Restart Claude Desktop
4
Start using store tools in conversations
// claude_desktop_config.json
{
  "mcpServers": {
    "zalink-ai": {
      "command": "npx",
      "args": ["-y", "@zalink/mcp-server"],
      "env": {
        "ZALINK_API_TOKEN": "zla_mcp_xxx",
        "ZALINK_STORE_ID": "store_xxx"
      }
    }
  }
}

Ready for Claude MCP?

Connect your store to Claude and unlock powerful AI-driven store management.