contest-mcp
This MCP server integrates AI assistants with N3FJP amateur radio logging software, enabling natural‑language control of logging, querying, radio settings, and more.
Logging QSOs: Automatically log a contact using the
logtool (sets callsign, runs dupe check, fills exchange, submits). Individually set or clear entry fields, and directly add records to the database bypassing N3FJP scoring.Log Search & Dupe Checks: Search recent QSOs by call, band, mode, DXCC, country, or confirmed status with
search. Perform no‑side‑effect dupe checks and query all‑time‑new/worked/confirmed entity status.Program Status & Queries: Get a snapshot (
status) or detailed info (query) including program version, QSO count, next serial, file paths, QSO rate, and current band/mode/frequency.Field Manipulation: Read/write individual entry box values by friendly name or raw ID via
fields; list all visible or all fields with current values.Band/Mode/Frequency Control: Change frequency, band, mode, or pause rig polling to allow manual entry using
bandmode.Database Operations: Insert records directly, delete specific records with a
WHEREclause, run raw SQL, reload records (checklog/openlog), and close the SQL connection. Safety guards prevent accidental whole‑database wipes (configurable viaN3FJP_ALLOW_DB_WIPE).Notifications: Enable/disable push notifications from N3FJP (field updates, enter/calltab, dupes) and drain buffered events on demand.
Escape Hatch: Send arbitrary raw TCP commands with
n3fjp_callfor features not yet wrapped by other tools.Diagnostics: Troubleshoot network connectivity without connecting to N3FJP using
diagnostics.Configuration & Safety: Adjustable API host, port, socket timeout; safety model supports read‑only, “needs approval” for writes, and default blocking of destructive operations. Includes agent skills for contest operating (QSO state machines, special‑case handling) and comprehensive API documentation.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@contest-mcpLog a QSO with call sign W1AW on 40m FT8, exchange 59 TN"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
n3fjp-mcp
An MCP server for logging amateur-radio QSOs to N3FJP logging software — Amateur Contact Log and the 100-plus N3FJP contest loggers — from MCP-aware clients such as Claude Desktop.
Every program in the N3FJP suite shares one TCP control API. n3fjp-mcp speaks
that protocol directly (Python's standard-library socket, no third-party
wrapper) and exposes it as a small set of logically-grouped MCP tools, so an
assistant can log contacts, read the log, run dupe checks, and manage band/mode
through plain language.
It is the logging half of an "operate → log" workflow; its sibling project
fldigi-mcp operates the radio.
Status: experimental (v0.3). Verified live against N3FJP's ARRL Field Day Contest Log, API version 2.2. The protocol is shared across the suite, but field sets vary per contest — confirm with the
fieldstool.
⚠️ Independent project — not affiliated with N3FJP
n3fjp-mcpis an independent, community project by Stefan Brunner (AE5VG), using the "N3FJP" name with the permission of its owner. It is not affiliated with, endorsed by, or supported by N3FJP Software / Affirmatech. Please direct all support questions for this app to its issue tracker — not to N3FJP. MIT licensed. "N3FJP" is the callsign and trademark of its owner.
Related MCP server: qrz-mcp
Highlights
Automatic logging — the headline
logtool runs the real N3FJP flow: set the call →CALLTAB(dupe check + previous-contact lookup) → set the exchange →ENTER, surfacing the dupe response and the number of records added.Broad coverage — read queries, field read/write, search/list, dupe and entity checks, band/mode/frequency, direct database operations, and opt-in push notifications, grouped into 9 tools (one permission each) plus an
n3fjp_callescape hatch for the long tail and future commands.Safe by design for a tool that can touch your log database:
Reads are marked read-only so clients can default them to Always Allow.
Writes (logging, band/mode) default to Needs Approval.
Destructive operations (add-direct, delete a record, raw SQL) additionally require
confirm=true.Whole-database wipes/overwrites are refused outright unless you flip a dedicated, off-by-default
N3FJP_ALLOW_DB_WIPEswitch.
Names match N3FJP — tools and fields mirror N3FJP's own terminology (Action
ENTER,CALLTAB, theTXTENTRY…boxes, Class/Section, etc.).No fragile dependencies — the only runtime dependency is the MCP SDK.
Requirements
To install the desktop extension (.mcpb):
An N3FJP program running, with Settings → Application Program Interface → "TCP API Enabled" checked (default API port
1100).
Claude Desktop's uv runtime supplies Python and the dependencies, so end users
do not install Python or uv themselves.
For development from source you additionally need Python 3.10+ and uv (and Node.js, only for the MCP Inspector).
Install
Easiest: one-click desktop extension
Download n3fjp-mcp.mcpb from the latest
release, then in Claude
Desktop go to Settings → Extensions → Advanced settings → Install Extension…
and choose the file. A short settings form asks for the host/port (defaults to
127.0.0.1:1100). No terminal, no Python, no uv to install.
👉 New to this? Follow the step-by-step install guide.
From source (development)
git clone https://github.com/sbrunner-atx/n3fjp-mcp.git
cd n3fjp-mcp
uv syncThen add it to Claude Desktop's config
(~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"contest": {
"command": "uv",
"args": ["--directory", "/absolute/path/to/n3fjp-mcp", "run", "n3fjp-mcp"],
"env": { "N3FJP_HOST": "127.0.0.1", "N3FJP_PORT": "1100" }
}
}
}Restart Claude Desktop and ask "What's the N3FJP status?".
Try it with the MCP Inspector
uv run mcp dev src/n3fjp_mcp/server.pyTools
Each tool is one permission and takes an operation argument.
Tool | Default | Controls |
| read | snapshot: program, version, API version, QSO count, band/mode/frequency |
| read | program, qso_count, next_serial, log/settings/shared paths, qso_rate, band_mode_freq |
| read | read one entry box, or list visible / all fields with values |
| read | list recent, search, dupecheck (no side effects), entity status |
| approval |
|
| approval | change_freq, set_band, set_mode, ignore_rig_polls |
| approval | enable / disable push events, drain buffered events |
| approval | add_direct, delete a record, raw sql, checklog, openlog, sqlclose |
| approval | escape hatch — send any raw command, incl. future ones |
All write tools sit at the Needs Approval tier, so you can set them to Always Allow in the client for hands-off automation. The single exception is a whole-database wipe (see below), which is hard-blocked regardless.
The headline is log → log_qso:
log_qso call="W1AW" contest="field_day" exchange={"class":"2A","section":"CT"}This sets the call, fires CALLTAB (dupe check), fills the exchange, sends
ENTER, and reports records added plus any dupe detail.
Configuration
Variable | Default | Purpose |
|
| N3FJP API host |
|
| N3FJP API port (the suite's default) |
|
| Socket/response timeout, seconds |
|
| Danger. Allow whole-database delete/overwrite (raw SQL |
In the packaged desktop extension these appear as a settings form.
Safety model
Logging doesn't key a transmitter, so there is no transmit gate. The protection here is about your log database:
Read operations (
status,query,fields,search) are marked read-only — clients can default them to Always Allow.Write operations — logging (
log), band/mode (bandmode), notifications, and adding, editing, or deleting individual records (database), plus then3fjp_callescape hatch — all sit at the Needs Approval tier. There is no extra in-band confirmation, so you can set them to Always Allow in the client and let automation run hands-off.Whole-database operations — raw SQL that could delete or overwrite the entire log (
DROP,TRUNCATE, aDELETE/UPDATEwith noWHERE) — are the one exception: refused unlessN3FJP_ALLOW_DB_WIPEis on. This switch is separate from, and stricter than, the client's approval prompts, and carries a stern warning in the settings form. Back up your log before ever enabling it.
Wherever possible, n3fjp-mcp leans on N3FJP's own validation (it dupe-checks
and reports oddities) and surfaces those responses rather than re-implementing
them.
Remote / contest-station setups (N3FJP on another computer)
If N3FJP runs on the same computer as Claude Desktop (the common case), leave
N3FJP_HOST at 127.0.0.1 and you're done.
If N3FJP runs on a different computer, there's a catch: a sandboxed MCP
client (notably Claude Desktop) runs the connector so it can only reach
127.0.0.1, not LAN addresses — so putting N3FJP's LAN IP in the settings will
time out even though telnet to that IP works. Fix it with the standalone
mcp-host-bridge tool on the
client computer, then set the host to 127.0.0.1:
pipx install mcp-host-bridge # or download a binary from its releases
mcp-host-bridge install n3fjp --to 192.168.1.50 # knows n3fjp = port 1100; auto-startsManage it with mcp-host-bridge status n3fjp / uninstall n3fjp. Full details
are in docs/REMOTE-HOST.md and the
mcp-host-bridge README.
The diagnostics tool helps confirm whether you need it. Keep the link on a
trusted LAN — the API is unauthenticated.
Documentation
📻 A field-tested N3FJP API reference (free community resource)
Building this server meant reverse-engineering and live-verifying the N3FJP TCP API, including several places where today's API (v2.2) differs from the public 0.9 documentation. We've written that up as a complete, human-readable guide and are sharing it freely to give back to the community:
The N3FJP TCP API — A Field-Tested Reference (PDF) — transport, every command grouped by area, verified response examples, contest exchange fields, and a hard-won gotchas section (the API vs. networking ports,
CMD_NOT_FOUND, commands removed since 0.9, theCALLTABEVENTlookup, and whyENTERcan report 0 yet still log in networked mode).Machine-readable spec — the same information in a terse, structured command catalog suitable for code generation.
Corrections and additions are welcome — please open an issue or PR.
Project docs
Install guide and Test plan.
Field Day 2026 lessons learned — the full after-action report from running an autonomous BPSK31 Field Day station (class 2A, callsigns anonymized) with n3fjp-mcp + fldigi-mcp: the operating loop, special cases encountered live, and recommended improvements.
Skills
The skills/ directory contains agent skills — operating
procedures distilled from live on-air use — bundled with the repo and the
.mcpb package:
contest-operating — the contest QSO state machine (CQ → exchange → TU → log), the special-case playbook (QRM, garbled callsigns, doubling, no-copy repeats, callsign-only callers), and the verified N3FJP logging sequence with its known quirks. Field-proven during ARRL Field Day 2026.
The Operating Skills Field Guide
(PDF) documents this skill and its companion fldigi-operating from the
sibling fldigi-mcp — skills at
a glance, installation, a plain-language "first session" chapter for hams
new to Claude, the operating standard, the special-case playbook, and worked
examples transcribed from ARRL Field Day 2026.
To use with Claude Code / Cowork, copy the skill directory into your
~/.claude/skills/ (or a project's .claude/skills/). Pair it with the
fldigi-operating skill from fldigi-mcp for radio control.
Development
uv sync
uv run ruff check . # lint
uv run pytest # tests (no running N3FJP required)
python3 smoke_test.py 192.168.1.50 1100 # Phase 0: prove the link to N3FJPThe test suite covers the wire protocol, the operation maps and field catalog, type coercion, and the permission/confirm safety model; none of it requires a running N3FJP.
License
MIT © 2026 Stefan Brunner (AE5VG)
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceMCP server for HamQTH.com — callsign lookup, DX cluster spots, Reverse Beacon Network, DXCC resolution, and more through any MCP-compatible AI assistant.Last updated8GPL 3.0
- AlicenseAqualityCmaintenanceMCP server for QRZ.com — callsign lookups, DXCC entity resolution, and logbook queries through any MCP-compatible AI assistant.Last updated61GPL 3.0
- AlicenseAqualityCmaintenanceMCP server for ARRL Logbook of The World (LoTW) that enables querying confirmations, uploaded QSOs, DXCC credits, and user activity through any MCP-compatible AI assistant. Part of the qso-graph project, it is read-only and requires LoTW credentials for authenticated tools.Last updated61GPL 3.0
- AlicenseAqualityDmaintenanceEnables querying WSPR beacon data including live spots, band activity, top beacons, propagation paths, and SNR trends through any MCP-compatible AI assistant.Last updated9GPL 3.0
Related MCP Connectors
Amateur radio MCP server with band plans, EIRP, cable loss, antenna gains, and more
Official MCP server for OmniDimension. Drive voice agents, dispatch calls, and run bulk campaigns.
A paid remote MCP for ClawManager, built to return verdicts, receipts, usage logs, and audit-ready J
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sbrunner-atx/n3fjp-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server