Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.subtotal.com/llms.txt

Use this file to discover all available pages before exploring further.

Overview

The Subtotal Data MCP gives AI agents read-only access to your purchase data through the Model Context Protocol (MCP). Connect any MCP-compatible client to query connections, purchases, items, retailers, products, and brands using natural language. Use cases:
  • AI shopping assistants that reference real purchase history
  • Analytics copilots that answer questions about customer behavior
  • Purchase data Q&A for support and operations teams

MCP Server URL

All requests use this URL:
https://mcp.subtotal.com/mcp

Authentication

The Subtotal Data MCP uses OAuth. Add Subtotal as a Claude connector and authentication is handled automatically — no API keys to manage.

Security and limits

All queries are scoped to your team — you can only access your own team’s data. The following limits apply:
ConstraintLimit
Rate limit60 queries per minute
Row limit1,000 results per request
Response size5 MB max
Query timeout5 seconds
Allowed operationsSELECT only
Input formatNatural language only (SQL is rejected)
For a full reference of available tools, see the Tools page.