← ask-ai-data-connector.com
INDIVIDUAL MCP TOOL
update_store_profile
Correct a store's profile when the USER tells you it's wrong (e.
LIVE ENDPOINT
https://ask-ai-data-connector.com/mcp
Connect to this endpoint to inspect the live schema for update_store_profile 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
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.