MCP Analytics is an MCP server: connect it and your AI discovers the tools itself — upload data, commission analyses, track builds, search everything it ever delivered. No SDK, no glue code.
Add this to your MCP client configuration and restart.
That's the entire integration.
{
"mcpServers": {
"mcpanalytics": {
"command": "npx",
"args": ["-y", "@mcp-analytics/mcp-analytics"],
"env": {
"MCP_ANALYTICS_API_KEY": "mcp_your_key_here"
}
}
}
}
Direct access to a complete analytics toolkit through standardized MCP tools.
Find the right analysis tool using natural language. "I need to predict customer churn" returns ranked, compatible tools.
// Example call
discover_tools({
query: "regression analysis",
dataset_uuid: "ds_abc123"
})
Upload datasets securely with encryption. Read data with filtering, sampling, and column selection. All data encrypted at rest.
// Upload returns UUID + key
datasets_upload({
prefix: "analysis"
})
Run any statistical tool with automatic preprocessing, validation, and AI-narrated insights. Returns shareable report URLs.
// Returns report URL
run_analysis({
tool_name: "linear_regression",
taskList: { inputs: {...} }
})
Search across all past reports with semantic queries. "What do we know about churn?" finds relevant insights from any analysis.
// Semantic search
reports_list({
semantic_query: "profit margins"
})
Professional-grade analysis methods, all accessible through the same interface.
The MCP protocol enables your agent to discover and execute tools autonomously.
MCP protocol exposes available tools to your agent
"Analyze sales trends for Q4"
Discovers and calls appropriate analysis
Report URL + insights for the user
Built for production. Secure by design.
Industry-standard authentication via Auth0. Secure token-based access with automatic refresh. No credentials stored in configs.
All datasets encrypted at rest with AES-256. Client-side keys ensure only you can decrypt your data. Auto-expiration available.
Each analysis runs in an isolated Docker container. No cross-tenant data access. Automatic cleanup after completion.
One config. All standard analytical tools. Real statistical analysis, callable from any AI agent.
Tell us what went wrong, in your own words. We capture the page you're on automatically, so no need to describe where you are.