mcpbeat Sign in
local only

andon runs on your own machine — the client starts it, so there is no endpoint to ping. 161 installs a week from pypi. Last commit 4 Aug 2026.

Deterministic verification for AI-generated analysis: run a spec, inspect or diff a workbook

Installs per day peak 111 · avg 35 · -21% w/w
a month agotoday
161
Installs / week
pypi · andon-verify
1
Stars
0 open issues
4 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check andon every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add andon -- uvx andon-verify
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "andon": {
      "args": [
        "andon-verify"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.andon]
command = "uvx"
args = ["andon-verify"]
.cursor/mcp.json
{
  "mcpServers": {
    "andon": {
      "args": [
        "andon-verify"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "andon": {
      "args": [
        "andon-verify"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to andon

same job, measured the same way
culprit
by noordeen123

Deterministic, offline root-cause analysis and pre-commit fix verification for coding agents.

164 installs/wk local only
Guardian Engine
by kaimeilabs

Deterministic recipe verification engine — validates AI-generated recipes against master SOPs.

7 tools answering
Qiniso
by qinisolabs

Deterministic fact verification for AI agents — checksums & curated data, not guesses.

50 installs/wk 56 tools answering
VisualSpec
by utkarshx27

Structured, constraint-aware visual generation and deterministic layout for AI agents

130 installs/wk local only
C
Webhook Signature Fixture Lab
by mcpscores

Generates deterministic webhook HMAC-SHA256 fixtures and optionally verifies a supplied signature...

1 tools answering
NumProof
by projecttron

Deterministic signed verification of numeric & financial claims for AI agents & spreadsheets.

50 installs/wk 4 tools answering
Validate
by machinegrade

Deterministic validation for AI-generated artifacts: JSON Schema, OpenAPI response, SQL syntax.

35 installs/wk 1 tools answering
Decisionmatrix MCP
by inity13

Deterministic multi-criteria decision analysis for AI agents — score, rank & explain options.

37 installs/wk 6 tools answering

andon — questions

Answers built from our own checks of this server.

Why is there no uptime for andon?
andon runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package andon-verify was installed 161 times last week.
How do I connect andon?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls andon-verify straight from pypi; nothing to host, nothing to sign up for.
How many people use andon?
The pypi package andon-verify was installed 161 times in the last week. Week over week that is -21%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is andon open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.