ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use statistics-engine with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. A zero-latency statistical engine to process datasets. Instantly compute the exact mean, median, mode, standard deviation, and percentiles completely local.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 5 capabilities

The complete statistics-engine capability set.

These are the exact actions your AI can choose when you ask it to work with statistics-engine.

Capability set01 / 02

01-03

3 capabilities in this set.

Part of 5 available through statistics-engine.

  1. 01

    Calculate standard deviation

    Calculates the population standard deviation of a dataset

  2. 02

    Calculate mean

    Calculates the mathematical mean (average) of a dataset

  3. 03

    Calculate percentile

    Calculates the k-th percentile of a dataset

Capability set02 / 02

04-05

2 capabilities in this set.

Part of 5 available through statistics-engine.

  1. 04

    Calculate median

    Calculates the median (middle value) of a dataset

  2. 05

    Calculate mode

    It returns an array of numbers. Calculates the mode (most frequent value) of a dataset

Observed, not estimated

830ms average. Fast in production.

statistics-engine is checked daily against the live service.

Daily averagePeak 1071ms
Aug 20Today
Fastest day
697ms
Slowest day
1071ms
14-day trend
Slowing+6%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 5 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of statistics-engine, so you can see the experience inside your AI.

It does not authenticate your account with statistics-engine. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

statistics-engine Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_QakrWZnAdyFSWCuuV9nOWewpJCSEHshlpKJYL6eE/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — statistics-engine capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "statistics-engine-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_QakrWZnAdyFSWCuuV9nOWewpJCSEHshlpKJYL6eE/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions statistics-engine owners ask.

  • 01

    Why use this instead of asking the AI to analyze the dataset directly?

    AIs hallucinate complex data calculations because they generate text, not numbers. This MCP provides the AI with a deterministic capability, forcing it to offload the actual number-crunching to a strict JavaScript engine.

  • 02

    Is my data sent to any external service?

    No. The entire engine runs completely local in your local environment. It is "Privacy First" by design, requiring no external APIs or network access.

  • 03

    How does the percentile calculation work?

    The capability sorts your dataset and uses a robust interpolation method to find the exact boundary value below which a given percentage of observations fall. Perfect for p95 or p99 SLA reporting.