Adif MCP

Core Model Context Protocol (MCP) server for Amateur Radio Logging, built on the ADIF 3.1.7 specification. Its 8 documented tools cover adif, enumerations, calculate. It runs locally over stdio via the published package.

People connecting DevOps & monitoring tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-06-22 · ★ 3 · #72 OF 101 MAINTAINED DEVOPS & MONITORING · VERIFIED 2026-08-25

NOASSERTION · Python servers · how we verify → /methodology

01 · Install Adif MCP

Claude Code

claude mcp add qso-graph-adif-mcp -- uvx adif-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "qso-graph-adif-mcp": {
      "command": "uvx",
      "args": [
        "adif-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license no standard license detected - usage rights unclear; check the repo before commercial use

pypi package adif-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.qso-graph is GitHub-verified and matches the repo owner

03 · What Adif MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can validate a raw ADIF string against the 3.1.7 spec, retrieve raw JSON for any spec module (band, mode, fields), list all ADIF enumerations with entry counts, and search enumeration records by keyword.

Capability map

Tools grouped from the project's README - what Adif MCP lets an agent do.

read & search

2 tools - e.g. Retrieve raw JSON for any spec module (band, mode, fields); Active service version and ADIF spec version

read_specification_resource · get_version_info

Enumerations

2 tools - e.g. List all ADIF enumerations with entry counts; Search enumeration records by keyword

list_enumerations · search_enumerations

Calculate

2 tools - e.g. Great Circle distance (km) between two Maidenhead locators; Initial beam heading (azimuth) between two locators

calculate_distance · calculate_heading

Validate

1 tool - e.g. Validate a raw ADIF string against the 3.1.7 spec

validate_adif_record

Parse

1 tool - e.g. Streaming parser for large ADIF files with pagination

parse_adif

Latest releases

v0.4.4 · 2025-12-28

Added · Surgical ADIF Parser: Implemented a length-aware internal parser (parse_adif_internal) that accurately extracts data based on ADIF tag length headers, improving reliability over standard regex splits. · ADIF…

v0.4.3 · 2025-12-26

v0.4.2 · 2025-12-26

04 · Who maintains Adif MCP

adif-mcp is maintained by qso-graph. We track 12 MCP servers from qso-graph - 12 actively maintained, 9 combined GitHub stars, oldest repo from Aug 2025. Full record: all servers from qso-graph.

  1. solar-mcp Solar indices and space weather MCP server. SFI, SSN, Kp, DSCOVR, NOAA alerts. ★ 2
  2. qrz-mcp QRZ.com MCP server. Callsign lookup, DXCC resolution, logbook queries via QRZ XML API. ★ 2

05 · Facts

category
DevOps & monitoring - ranked #72 of 101 actively-maintained DevOps & monitoring servers as of 2026-08-25.
registry
io.github.qso-graph/adif-mcp (active, first published 2026-03-06)
packages
pypi:adif-mcp

06 · Adif MCP FAQ

Is Adif MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-06-22. We re-verify nightly.

What can Adif MCP do?

With this server connected, an agent can validate a raw ADIF string against the 3.1.7 spec, retrieve raw JSON for any spec module (band, mode, fields), list all ADIF enumerations with entry counts, and search enumeration records by keyword.

How do I install Adif MCP?

Run `uvx adif-mcp`. You can also paste the ready-made client config above.

Does Adif MCP run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Adif MCP

More DevOps & monitoring MCP servers · N3mo · Scherlok · Guardian · SandBase Harness · Kafka Sentinel

More Python MCP servers · Qrz MCP · Solar MCP · Quant Gist · Quanttogo MCP (quanttogo) · Scopus MCP · see all