mcp-stats-tools-server

nitishp54/mcp-stats-tools-server
★ 0 stars Python AI/LLM Updated 12d ago
An MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-stats-tools-serv": {
      "command": "uvx",
      "args": [
        "mcp-stats-tools-server"
      ]
    }
  }
}

Or install with pip: pip install mcp-stats-tools-server

README Excerpt

Production **Model Context Protocol (MCP)** service exposing deterministic math utilities for LLM agents, plus an optional **REST mirror** for health checks and direct invocation. Companion to [ai_vs_human_text](https://github.com/nitishp54/ai_vs_human_text) (FastMCP + tool reliability patterns) with shared **`repair_and_validate`** coercion for malformed tool arguments.

Tools (3)

cosine_similarity_toolsummarize_numbers_toolz_score_tool