Lmo MCP Server

L-Moments for robust statistics & inference.

Local serverstdioPython

What is the Lmo MCP server?

Connect Lmo to Claude, Cursor or any other MCP client and it stops being a tab you switch to. L-Moments for robust statistics & inference. The lmo mcp server is what makes that connection.

What the server does

[![Lmo - PyPI][IMG-PYPI]][PYPI] [![Lmo - Python versions][IMG-PY]][REPO] [![Lmo - SPEC 0][IMG-SPEC0]][SPEC0] [![Lmo - BSD License][IMG-BSD]][BSD] [![Lmo - CI][IMG-CI]][CI] [![Lmo - ruff][IMG-RUFF]][RUFF] [![Lmo - bassedpyright][IMG-BPR]][BPR]

  • Calculates trimmed L-moments and L-comoments, from samples or any
  • Full support for trimmed L-moments (TL-moments), e.g
  • Generalized Method of L-moments: robust distribution fitting that beats MLE
  • Fast estimation of L-comoment matrices from your multidimensional data
  • Goodness-of-fit test, using L-moment or L-moment ratio's
  • Exact (co)variance structure of the sample- and population L-moments

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • Goodness-of — fit test, using L-moment or L-moment ratio's
  • Dependencies — These are automatically installed by your package manager when installing Lmo

Installation

lmo on PyPI is all you need. Most clients run it directly, so configuration is a few lines and a restart.

Where it fits

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Lmo's toolset — Goodness-of, Dependencies — is a fair guide to whether it matches your workflow. It is maintained by Joren Hammudoglu; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
Goodness-offit test, using L-moment or L-moment ratio's.
DependenciesThese are automatically installed by your package manager when installing Lmo.

How to install the Lmo MCP server

{
  "mcpServers": {
    "lmo": {
      "command": "uvx",
      "args": ["lmo"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use Lmo to Goodness-of.
  • Use Lmo to Dependencies.

Frequently asked questions

It connects Lmo to MCP-compatible AI assistants such as Claude and Cursor, exposing 2 tools (Goodness-of, Dependencies) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Lmo directly.