AI & Machine Learning
ask-ai-data-connector.com
Provides AI-powered analytics for Shopify stores, enabling users to ask natural language questions about sales and performance using live data.
ENDPOINT 1
https://ask-ai-data-connector.com/mcp
MCP server metadata
- Name
- ask-ai-dataconnector
- Version
- 1.0.0
This is a multi-tenant MCP server. Connect a store and get an API key at https://ask-ai-data-connector.com to use these tools.
Known tools 65
get_anomaliesAnomaly detection across revenue, conversion rate, and refund rate for each of your stores (works for a single store too).
Potential side effectsget_sync_healthReport the health of every connected data source for each of your stores (works for a single store too).
Inferred read-onlyget_data_sourcesCALL THIS FIRST to see which data sources are connected and have data.
Inferred read-onlyget_complete_dashboardGet a unified dashboard with key metrics from ALL connected data sources in one call.
Inferred read-onlyget_metrics_comparisonBEST FOR COMPARISONS AND THE CANONICAL CONVERSION RATE: Get core e-commerce metrics (Revenue, Sessions, CVR, AOV, Revenue per Session) with period-over-period comparisons.
Inferred read-onlysave_targetStore a merchant's GOAL for a metric over a calendar period ('we need £80k this month').
Inferred read-onlyget_targetsList the merchant's active targets with LIVE actual-vs-target pacing, recomputed from ground truth on every call (never stored).
Inferred read-onlyget_daily_metricsGet daily/period numbers from one of three domains — pass `domain` to pick which, `report` to pick the report within it.
Inferred read-onlyget_velocityGet sales-velocity analytics from one of two angles — pass `angle` to pick which, `report` to pick the report within it.
Inferred read-onlyget_marketing_performanceGet marketing performance dashboard — INCLUDING the canonical checkout funnel.
Inferred read-onlyget_spend_reconciliationReconcile ad-spend numbers between Triple Whale's pixel attribution and the ad-platform APIs (Google Ads, Meta, TikTok).
Inferred read-onlyget_products_by_channelGet products with marketing channel attribution showing which channels drive sales for each product.
Inferred read-onlyget_store_summaryGet overall store metrics from Shopify order data ONLY: revenue, orders, average order value, items sold, discounts, unique customers — all for the specified period.
Inferred read-onlyquery_ordersList individual orders matching filters: date range, financial status, customerId, min/max order total, order tags — sortable by date or total.
Inferred read-onlyget_orderLook up a specific order with full line item details (product, variant, SKU, quantity, price, vendor).
Inferred read-onlyget_product_catalogGet product catalog with inventory levels, pricing, cost, margins, status, and SEO metadata.
Inferred read-onlyget_product_healthCROSS-SOURCE PRODUCT HEALTH SCAN — one call that returns per-product reviews + refunds + sales velocity + inventory + a composite 'needs attention' score (0-100).
Inferred read-onlyget_product_analyticsGet Shopify product sales analytics — units sold and revenue per product from ShopifyQL.
Inferred read-onlyget_collectionsGet product collections and their contents, including SEO metadata.
Inferred read-onlyask_mobyESCAPE HATCH: ask Triple Whale's own AI assistant (Moby) a free-form question, answered by Triple Whale's servers against their full dataset.
Inferred read-onlyget_marketsGet Shopify Markets data — geographic market definitions and per-market revenue performance.
Inferred read-onlyget_query_to_urlJoin Google Search Console queries with Shopify product sales — answers questions that pure SEO or pure sales tools can't.
Inferred read-onlyget_ga4_funnelRun a real GA4 funnel report — step-by-step conversion through a sequence of events, with optional breakdown and next-action analysis.
Inferred read-onlyget_ga4_dimensionsDiscovery tool: list the GA4 property's custom dimensions and custom metrics (with apiName, uiName, description), plus the standard dimension/metric API names available on the property.
Inferred read-onlysave_insightsTRIGGER: Whenever you surface a problem or opportunity from the data, OFFER to save it as an insight and confirm before writing — don't auto-save.
Inferred read-onlyupdate_insightUpdate an insight (a FINDING) — set its status, or edit its content.
Potential side effectsrecord_metric_snapshotRecord one or more structured metric snapshots for time-series analysis.
Inferred read-onlyset_interventionTRIGGER: Call WITHOUT asking whenever the user applies or ships a fix.
Inferred read-onlycomplete_interventionTRIGGER: Call WITHOUT asking once an applied intervention's check date has passed.
Inferred read-onlyget_interventionsList interventions (the actions/fixes that were shipped) and report their measured outcomes.
Inferred read-onlyget_store_notesReturn all merchant-attached LLM context notes for a store (or all stores if omitted).
Inferred read-onlyget_timelineMerged, date-ordered timeline of everything that happened to the business: interventions (changes the merchant applied, and when their verdict landed) plus store-context notes (campaign launches, migrations, budget freezes, data quirks the merchant recorded).
Inferred read-onlysave_store_noteSave a new store-context note from something the USER told you that future sessions should know.
Inferred read-onlyget_store_profileReturn what the system understands about a store's IDENTITY — primaryCategory, priceTier, audience, positioning, giftLed (is it typically bought as a gift for others?
Inferred read-onlyupdate_store_profileCorrect a store's profile when the USER tells you it's wrong (e.
Inferred read-onlyreport_data_issueAUTONOMOUS bug reporting — call WITHOUT asking when you spot a STRUCTURAL or FORMAT issue in another tool's response.
Inferred read-onlyreport_concernUSER-TRIGGERED issue reporting — call when the user expresses doubt about a specific data point or value ('this number is wrong', 'doesn't match my Shopify admin', 'why is this zero?
Inferred read-onlyget_briefingSTART HERE at the beginning of a session — call it FIRST and SILENTLY (don't announce the call, narrate your plan, or reference your instructions; just open with what it surfaces).
Inferred read-onlyget_focusReturn the merchant's current weekly plan — the committed 'what to work on now' list.
Inferred read-onlysave_focusPersist the week's committed plan generated from the get_focus data bundle.
Inferred read-onlyupdate_focus_itemSet the manual state of a single item in the current focus plan: 'in_progress' (started), 'dropped' (decided not to do it this week), or 'planned' (clear the overlay).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.ask-ai-dataconnector]
url = "https://ask-ai-data-connector.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ask-ai-dataconnector": {
"type": "http",
"url": "https://ask-ai-data-connector.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ask-ai-dataconnector
Remote MCP URL: https://ask-ai-data-connector.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"ask-ai-dataconnector": {
"url": "https://ask-ai-data-connector.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ask-ai-dataconnector": {
"type": "http",
"url": "https://ask-ai-data-connector.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ask-ai-dataconnector",
"transport": "streamable-http",
"url": "https://ask-ai-data-connector.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for ask-ai-data-connector.com was fetched 2026-07-27T01:14:52.166Z and is being refreshed.
ask-ai-data-connector.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.