Skip to main content
Glama
charlesemarsh

Ask AI

README.md
# Ask AI MCP Server

Hosted [Model Context Protocol](https://modelcontextprotocol.io) server that connects **20+ e-commerce and business data sources** to AI assistants like Claude, ChatGPT, Gemini and Perplexity, so merchants can ask questions in plain English and get answers that span every source at once.

Website: **[ask-ai-data-connector.com](https://ask-ai-data-connector.com)**

## What it does

Instead of checking Shopify, Klaviyo, GA4 and your ad platforms separately, you connect them all and ask questions that cross every source in a single conversation, for example:

- "Which Klaviyo campaigns drove the most Shopify revenue last month?"
- "Compare my Meta Ads ROAS to Google Ads and show which channel's customers have the highest lifetime value."
- "What's driving the change in revenue this week?"

## Connection

| | |
|---|---|
| **Endpoint** | `https://ask-ai-data-connector.com/mcp` |
| **Transport** | Streamable HTTP |
| **Authentication** | OAuth 2.0 with dynamic client registration |
| **Registry** | `com.ask-ai-data-connector/ask-ai` on the [official MCP Registry](https://registry.modelcontextprotocol.io) |
| **Tools** | 80+ query tools covering revenue, marketing, support, accounting, shipping and reviews (full list: [tools.json](tools.json)) |

## Supported data sources

- **Commerce:** Shopify, WooCommerce, Recharge
- **Email & SMS:** Klaviyo, Sendy
- **Advertising:** Meta Ads, 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

## Tools

The server exposes **80+ tools**. The complete, machine-readable catalog (name + description for every tool) lives in **[tools.json](tools.json)**. Highlights by area:

- **Overview and diagnostics:** `get_briefing`, `get_complete_dashboard`, `get_data_sources`, `get_revenue_drivers`, `get_anomalies`, `get_sync_health`
- **Revenue and orders:** `get_store_summary`, `get_orders`, `query_orders`, `get_daily_revenue`, `get_metrics_comparison`, `get_yoy_monthly`, `get_forecast`
- **Products and inventory:** `get_top_products`, `get_product_catalog`, `get_product_health`, `get_inventory`, `get_inventory_velocity`, `get_product_velocity`
- **Customers:** `get_customers`, `get_customer_insights`, `get_abandoned_checkouts`
- **Marketing and ads:** `get_marketing_performance`, `get_meta_ads`, `get_google_ads`, `get_tiktok_ads`, `get_triple_whale`, `get_klaviyo`, `get_campaign_impact`
- **Web, SEO and UX analytics:** `get_analytics`, `get_search_console`, `get_clarity`, `get_ga4_funnel`
- **Support:** `get_gorgias`, `get_ringcentral`
- **Accounting and finance:** `get_xero`, `get_refunds`, `get_spend_reconciliation`
- **Reviews and loyalty:** `get_reviews`, `get_reviewsio`, `get_loyalty`, `get_wishlist`
- **Multi-store:** `get_stores`, `get_store_comparison`, `get_product_cross_store`

Data access requires OAuth; connect your account at [ask-ai-data-connector.com](https://ask-ai-data-connector.com).

## Add it to your AI client

Add the remote server URL `https://ask-ai-data-connector.com/mcp` to any MCP-capable client. The server advertises OAuth via standard `.well-known` discovery, so the client walks you through connecting your account on first use.

**Claude Code**

```bash
claude mcp add --transport http ask-ai https://ask-ai-data-connector.com/mcp
```

**Other clients** (Claude Desktop, ChatGPT, Cursor, and more): add a remote / streamable-HTTP MCP server pointing at the same URL.

## Getting started

1. Sign up at [ask-ai-data-connector.com](https://ask-ai-data-connector.com) and connect your data sources.
2. Add the MCP endpoint to your AI client (above).
3. Authorize when prompted, then ask questions in plain English.

## Links

- Website: https://ask-ai-data-connector.com
- Docs and example questions: https://ask-ai-data-connector.com/example-questions
- Supported integrations: https://ask-ai-data-connector.com/integrations