Statistical Analysis through Natural Conversation
This server provides comprehensive statistical analysis capabilities through the Model Context Protocol (MCP). Access 53 statistical tools including regression, time series analysis, machine learning, and professional visualizations.
Explore the API with Swagger UI and ReDoc interfaces
Swagger UI ReDocFor Claude Desktop Users:
{
"mcpServers": {
"rmcp": {
"command": "rmcp",
"args": ["start"]
}
}
}
For HTTP API Users:
curl -X POST https://rmcp-server-394229601724.us-central1.run.app/mcp \
-H "Content-Type: application/json" \
-H "MCP-Protocol-Version: 2025-06-18" \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-06-18","capabilities":{},"clientInfo":{"name":"test-client","version":"1.0"}}}'