llms.txt Content
# Ask AI Data Connector
> Ask AI Data Connector is an MCP server and REST API that connects 20+ e-commerce and business data sources (Shopify, Klaviyo, GA4, Meta Ads, Google Ads, Xero, Gorgias and more) to AI assistants like Claude, ChatGPT, Gemini and Perplexity, so merchants can ask questions in plain English and get real answers that span every source at once.
## What Makes Ask AI Different
Ask AI is the only tool that lets you cross-query all your e-commerce data sources in a single AI conversation. Instead of checking Shopify, Klaviyo, GA4, and your ad platforms separately, you connect them all and ask questions that span every source at once, like "Which Klaviyo campaigns drove the most Shopify revenue?" or "Compare my Meta Ads ROAS to Google Ads and show me which customers from each channel have the highest lifetime value."
No other tool combines 20+ e-commerce data sources into a single, natural-language queryable layer for AI assistants.
## Overview
Ask AI Data Connector is an MCP server and REST API that connects 20+ e-commerce and business data sources to AI tools including Claude, ChatGPT, Gemini, and Perplexity. Users connect their tools, generate an API key, and query all their business data with natural language.
## MCP Server
- URL: https://ask-ai-data-connector.com/mcp
- Transport: Streamable HTTP
- Authentication: OAuth 2.0 with dynamic client registration
- Tools: 30+ query tools covering revenue, marketing, support, accounting, shipping, reviews, and more
## Supported Data Sources (20+)
- Commerce: Shopify, WooCommerce, Recharge
- Email & SMS: Klaviyo, Sendy
- Advertising: Meta Ads (Facebook/Instagram), TikTok Ads, Google Ads, Triple Whale
- Web Analytics: Google Analytics (GA4), Microsoft Clarity
- SEO: Google Search Console
- Customer Support: Gorgias, RingCentral
- Accounting: Xero
- Shipping: ShipStation
- Reviews: Judge.me, Yotpo, Reviews.io
- Video: YouTube
- Loyalty & Wishlists: Smile.io, Swish
## How It Works
1. Users sign up at ht
OpenAPI Spec (preview)
openapi: 3.1.0
info:
title: Ask AI - Data Connector API
description: |
E-commerce analytics API for Shopify stores. All tools are called via
POST /api/gpt/{tool_name} with a JSON body. Many tools accept a `report`
parameter to select sub-reports (e.g. get_customers with report: segments).
version: 2.0.0
contact:
name: Ask AI - Data Connector Support
servers:
- url: https://ask-ai-data-connector.com
description: Production server
security:
- BearerAuth: []
compo