🔬 RMCP Statistical Analysis Server

Statistical Analysis through Natural Conversation

✅ Server Online

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.

📚 Interactive Documentation

Explore the API with Swagger UI and ReDoc interfaces

Swagger UI ReDoc

🔧 Server Status

Monitor server health and check system status

Health Check Event Stream

💡 Getting Started

Learn how to use RMCP for statistical analysis

GitHub Repository Documentation

🚀 Quick Start

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