← ask-ai-data-connector.com

INDIVIDUAL MCP TOOL

get_store_summary

Get overall store metrics from Shopify order data ONLY: revenue, orders, average order value, items sold, discounts, unique customers — all for the specified period.

ask-ai-data-connector.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://ask-ai-data-connector.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_store_summary and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

ask-ai-data-connector.com

CONNECT 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.

Related tools

  • get_revenue_drivers — Diagnostic tool for 'why did revenue change?
  • get_anomalies — Anomaly detection across revenue, conversion rate, and refund rate for each of your stores (works for a single store too).
  • get_sync_health — Report the health of every connected data source for each of your stores (works for a single store too).
  • get_data_sources — CALL THIS FIRST to see which data sources are connected and have data.
  • get_complete_dashboard — Get a unified dashboard with key metrics from ALL connected data sources in one call.
  • get_metrics_comparison — BEST FOR COMPARISONS AND THE CANONICAL CONVERSION RATE: Get core e-commerce metrics (Revenue, Sessions, CVR, AOV, Revenue per Session) with period-over-period comparisons.
  • get_metrics_multi_compare — Get metrics with MULTIPLE comparisons at once.
  • get_yoy_monthly — Month-by-month year-over-year comparison for a single metric.