mcpbeat Sign in

Brotato Coach MCP Server

by brendanlefebvre Your server? Claim it
local only

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

Deterministic Brotato theorycrafter MCP server: facts and math, not guesses.

Installs per day peak 79 · avg 37 · -37% w/w
a month agotoday
169
Installs / week
pypi · spudcoach
0
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 Brotato Coach 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 spudcoach -- uvx spudcoach
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "spudcoach": {
      "args": [
        "spudcoach"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.spudcoach]
command = "uvx"
args = ["spudcoach"]
.cursor/mcp.json
{
  "mcpServers": {
    "spudcoach": {
      "args": [
        "spudcoach"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "spudcoach": {
      "args": [
        "spudcoach"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: SPUDCOACH_DATA (Path to a locally built brotato.json dataset (see README for how to build one — the game data itself is never distributed). Equivalent to the --data CLI flag.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Brotato Coach

same job, measured the same way
Brotato Coach
by brendanl79

Deterministic Brotato theorycrafter MCP server: facts and math, not guesses.

local only
Vector Mirror
by c64dos-png

Deterministic SVG perception for LLM agents — measures, never guesses. MCP server.

32 installs/wk local only
MCP Secret Scrub
by sudo-ai-git

Deterministic no-LLM MCP server that scrubs secrets before they reach an agent. Never leaks values.

91 installs/wk local only
gnomon
by lihtness

Deterministic batch tools so LLM agents stop guessing dates and math.

89 installs/wk local only
Runtime
by formatho

Self-hosted MCP server: 26 deterministic dev, security, and EVM tools.

26 tools answering
MCP Skill Server
by jcc-ne

An MCP server that mounts your skill directory and add deterministic entry for deployment

73 installs/wk local only
jPOS MCP Server
by mohisyed

MCP server for jPOS and ISO 8583. Deterministic payment protocol tools for AI agents.

74 installs/wk local only
Charactercheck
by chaoz23

Read-only CharacterCheck MCP server for deterministic character context with provenance and trust.

181 installs/wk local only

Brotato Coach — questions

Answers built from our own checks of this server.

Why is there no uptime for Brotato Coach?
Brotato Coach 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 spudcoach was installed 169 times last week.
How do I connect Brotato Coach?
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 spudcoach straight from pypi; nothing to host, nothing to sign up for.
How many people use Brotato Coach?
The pypi package spudcoach was installed 169 times in the last week. Week over week that is -37%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Brotato Coach open source?
Yes — it is published under the MIT licence, written in Python 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.