Skip to content

contest-mcp v0.1.0

Choose a tag to compare

@sbrunner-atx sbrunner-atx released this 23 Jun 22:18
· 7 commits to main since this release

First release. An MCP server for logging amateur-radio QSOs to N3FJP logging software over its TCP API (Amateur Contact Log and the contest loggers share one API).

Highlights:

  • Automatic logging flow (set call -> CALLTAB -> exchange -> ENTER), with dupe detection and the CALLTABEVENT call lookup.
  • 9 grouped tools plus an n3fjp_call escape hatch; verified live against N3FJP API version 2.2.
  • Safety model: reads default Always-Allow, writes Needs-Approval, destructive ops require confirm, and whole-database wipes are gated behind an off-by-default switch.

Install (Claude Desktop): download contest-mcp.mcpb below, then Settings -> Extensions -> Advanced settings -> Install Extension. Also on PyPI: pip install contest-mcp.

See docs/INSTALL.md and docs/TEST-PLAN.md.