mcpbeat Sign in

Contest MCP Server

local only

Contest MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 94 installs a week from pypi. Last commit 16 Sep 2026.

Log amateur-radio QSOs to N3FJP logging software over its TCP API.

Installs per day peak 29 · avg 12 · +9% w/w
a month agotoday
94
Installs / week
pypi · contest-mcp
0
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 7 d ago · rules 3dff92dd89df

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Name looks like a popular package content-mcp
contest-mcp похож на content-mcp

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

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch Contest MCP and you get told the day something new turns up.

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

This one needs environment variables set before it will start: N3FJP_HOST (N3FJP API host.), N3FJP_PORT (N3FJP API port (Settings → Application Program Interface). Default 1100. Not the multi-PC networking port.), N3FJP_TIMEOUT (Seconds to wait for an N3FJP response.), N3FJP_ALLOW_DB_WIPE (DANGER. When off (default), raw SQL that could delete/overwrite the entire log (DROP/TRUNCATE, unscoped DELETE/UPDATE) is refused. Only enable with a backup and full understanding of the risk.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Contest MCP

same job, measured the same way
N3fjp MCP
by sbrunner-atx

Log amateur-radio QSOs to N3FJP logging software over its TCP API.

53 installs/wk local only
Adif MCP
by qso-graph

ADIF 3.1.6 parser and validator for amateur radio QSO logs. Full spec coverage.

620 installs/wk local only
Fldigi MCP
by sbrunner-atx

Control fldigi (amateur-radio digital modes) over XML-RPC: modem, frequency, rig, log, transmit.

83 installs/wk local only
Rlg MCP
by sebastienrousseau

MCP server exposing rlg log streams to LLM agents via JSON-RPC 2.0 over stdio.

local only
Quellgeist Commits
by rajeev-shyam

Read-only MCP server: get_recent_commits over a local deploy log (Quellgeist triage).

local only
Krosos
by krosos

Your accounting ledger as typed tools: net worth, holdings, history, tax estimates, trade logging.

12 tools answering
Obsidian MCP Secure
by dewtech-technologies

Secure MCP server for Obsidian with OWASP Top 10 controls and full audit logging.

40 installs/wk local only
droidprobe
by orhanbalci

Read-only MCP server to inspect an Android device over ADB: hardware, packages, permissions, logs.

local only

Contest MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Contest MCP?
Contest MCP 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 contest-mcp was installed 94 times last week.
How do I connect Contest MCP?
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 contest-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Contest MCP?
The pypi package contest-mcp was installed 94 times in the last week. Week over week that is +9%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Contest MCP 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.