llms.txt Content
# Ask AI Data Connector
## 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.co.uk/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
- 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
- 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 https://ask-ai-data-connector.co.uk
2. Connect data sources (API keys or OAuth) — takes under 5 minutes
3. Add the MCP connector to Claude (Settings → Connectors → Add Custom Connector → paste MCP URL), or create a Custom GPT in ChatGPT, or use the REST API with any AI tool
4. Ask questions in natural language about their business data — including
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.co.uk
description: Production server
security:
- BearerAuth: []
com