ai.mcpanalytics/analytics
ai.mcpanalytics/analyticsThe statistical analyst in your AI chat — validated, citable, re-runnable analysis of your data.
Tools · 15
Direct link to the right account page for anything not doable in chat — billing, browser upload, report management. Hand the user the link and guide them.
Platform documentation and info — how it works, tiers, usage.
AI help desk — which analysis fits your question, interpreting results, fixing errors. Multi-turn.
Get a secure upload token for your data file (CSV, Excel, JSON...). Returns the dataset UUID + key used everywhere else.
List and search your uploaded datasets — fuzzy matching on name, description, and tags. Returns each dataset's uuid:// reference for use in create_analysis and run_analysis.
Browse the analyses you can run — the ones you commissioned plus the platform Standard Library (prebuilt tools; each result tagged source:'own' or 'standard_library'). Plain-language match; no query l…
Get an analysis's parameter schema — ALWAYS call before run_analysis.
Run an analysis on your data. Returns a shareable interactive report URL — validated statistics you can cite, re-run, and share.
Commission a NEW analysis built for your question. tier is REQUIRED — the user picks. Easiest: fuzzy_request (plain language) + dataset_ref + tier. Snapshot = instant automated report (~2-10 min). JSO…
Modify an EXISTING analysis into a new version — reword the question, swap the method, or add a variable. Pass tool_name + changes (plain language). Rebuilds on the analysis's own dataset by default; …
Check a commissioned build in-chat: stage progress, queue position, rejection reason if the data didn't match the objective, honest ETA, report link when delivered.
Ask a question across all your delivered analyses — synthesized answer with citations back to specific reports.
Your report library — every analysis delivered, with status and links. Pass semantic_query to search report content in plain language.
Get a shareable browser link for a report — viewable without authentication.
Browse a delivered report's individual cards (charts, tables, insights) inline in chat.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"ai.mcpanalytics/analytics": {
"url": "https://api.mcpanalytics.ai/auth0",
"transport": "streamable-http"
}
}
}