mcpbeat Sign in

Chess Esca MCP Server

local only

Chess Esca runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 11 Sep 2026.

Read chess positions by the rules: legality with its evidence, draws, facts, openings, PGN

Installs / week
pypi · chess-esca-mcp
0
Stars
0 open issues
11 Sep 2026
Last commit
no recent releases
MIT
License
Rust

What the code does

We read the source, 1 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] chess_esca_mcp/__init__.py:1, [пакет] chess_esca_mcp/__main__.py:1, [пакет] chess_esca_mcp/facts.py:1 и ещё 3
этот файл ставится пользователю, но в репозитории его нет

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 chess-esca-mcp -- uvx chess-esca-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "chess-esca-mcp": {
      "args": [
        "chess-esca-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.chess-esca-mcp]
command = "uvx"
args = ["chess-esca-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "chess-esca-mcp": {
      "args": [
        "chess-esca-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "chess-esca-mcp": {
      "args": [
        "chess-esca-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Chess Esca

same job, measured the same way
Compliance Intelligence
by theartofservice

What one compliance standard already evidences of another, with the reasoning and the rejections.

33 tools answering
The Poliety
by dburks-svg

AI news for agents: editions, change feeds, integrity proofs, and governed events with evidence.

41 installs/wk local only
The Neural Ledger Intelligence
by theneuralledger

Read-only global event and evidence intelligence with entities, assets, and impact paths.

41 installs/wk local only
Clarity by Health AI
by healthai

Condition-aware ingredient and product checks for agents, with evidence tiers and citations.

9 tools answering
Citeguard
by franksterino

Verify citations in AI text: fetches each cited source, returns verdicts with evidence quotes.

64 installs/wk 3 tools answering
MCP Ashby
by smeet666

Search public Ashby job boards: resolve a company, read its openings and the pay it publishes.

66 installs/wk local only
MikroTik RouterOS
by stefanknol

MikroTik RouterOS over the binary API, addressing rules by real .id not list position.

local only
Leadsmarts
by leadsmarts

Qualify B2B leads: live-web research, Hot/Warm/Cold verdicts with evidence, and outreach drafts.

answering

Chess Esca — questions

Answers built from our own checks of this server.

Why is there no uptime for Chess Esca?
Chess Esca 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 chess-esca-mcp.
How do I connect Chess Esca?
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 chess-esca-mcp straight from pypi; nothing to host, nothing to sign up for.
Is Chess Esca open source?
Yes — it is published under the MIT licence, written in Rust and 0 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.