For Developers
Connect any AI agent to 40+ statistical analysis tools via the Model Context Protocol. One integration. Every analysis method. No code changes.
Add this to your MCP client configuration and restart.
That's the entire integration.
{
"mcpServers": {
"mcpanalytics": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://api.mcpanalytics.ai/auth0"
]
}
}
}
Instant 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-generated insights. Returns shareable report URLs.
// Returns report URL
tools_run({
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_search({
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. 40+ tools. Instant statistical analysis for any AI agent.