Skip to content
Back to search
100
MCP v1.0.6 streamable-http

ai.mcpanalytics/analytics

ai.mcpanalytics/analytics

The statistical analyst in your AI chat — validated, citable, re-runnable analysis of your data.

Uptime
no direct probes in 30d
Response
951ms
last probe
Tools
15
callable
Resources
0
readable
Prompts
0
available

Tools · 15

account_link

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.

about

Platform documentation and info — how it works, tiers, usage.

agent_advisor

AI help desk — which analysis fits your question, interpreting results, fixing errors. Multi-turn.

datasets_upload

Get a secure upload token for your data file (CSV, Excel, JSON...). Returns the dataset UUID + key used everywhere else.

datasets_list

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.

discover_tools

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…

tools_schema

Get an analysis's parameter schema — ALWAYS call before run_analysis.

run_analysis

Run an analysis on your data. Returns a shareable interactive report URL — validated statistics you can cite, re-run, and share.

create_analysis

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_analysis

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; …

build_status

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_library

Ask a question across all your delivered analyses — synthesized answer with citations back to specific reports.

reports_list

Your report library — every analysis delivered, with status and links. Pass semantic_query to search report content in plain language.

reports_view

Get a shareable browser link for a report — viewable without authentication.

report_cards

Browse a delivered report's individual cards (charts, tables, insights) inline in chat.

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"
    }
  }
}