ADIF MCP server — spec parsing, validation, and field enumeration tools
Project description
adif-mcp
Core Model Context Protocol (MCP) server for Amateur Radio Logging, built on the ADIF 3.1.7 specification.
Overview
adif-mcp gives AI agents safe, typed access to Amateur Radio logging data. It validates and parses ADIF records, searches the full ADIF 3.1.7 specification (fields, enumerations, data types), and provides geospatial utilities for Maidenhead locators.
Quick Start
pip install adif-mcp
Configure Your MCP Client
adif-mcp works with any MCP-compatible client. Add the server config and restart -- tools appear automatically.
Claude Desktop
Add to claude_desktop_config.json (~/Library/Application Support/Claude/ on macOS, %APPDATA%\Claude\ on Windows):
{
"mcpServers": {
"adif": {
"command": "adif-mcp"
}
}
}
Claude Code
Add to .claude/settings.json:
{
"mcpServers": {
"adif": {
"command": "adif-mcp"
}
}
}
ChatGPT Desktop
Configure via Settings > Apps & Connectors, or in your agent definition:
{
"mcpServers": {
"adif": {
"command": "adif-mcp"
}
}
}
Cursor
Add to .cursor/mcp.json (project-level) or ~/.cursor/mcp.json (global):
{
"mcpServers": {
"adif": {
"command": "adif-mcp"
}
}
}
VS Code / GitHub Copilot
Add to .vscode/mcp.json in your workspace:
{
"servers": {
"adif": {
"command": "adif-mcp"
}
}
}
Gemini CLI
Add to ~/.gemini/settings.json (global) or .gemini/settings.json (project):
{
"mcpServers": {
"adif": {
"command": "adif-mcp"
}
}
}
Tools
adif-mcp exposes 8 tools via the Model Context Protocol:
| Category | Tool | Description |
|---|---|---|
| Validation | validate_adif_record |
Validate a raw ADIF string against the 3.1.7 spec |
| Validation | parse_adif |
Streaming parser for large ADIF files with pagination |
| Spec | read_specification_resource |
Retrieve raw JSON for any spec module (band, mode, fields) |
| Spec | list_enumerations |
List all ADIF enumerations with entry counts |
| Spec | search_enumerations |
Search enumeration records by keyword |
| Geospatial | calculate_distance |
Great Circle distance (km) between two Maidenhead locators |
| Geospatial | calculate_heading |
Initial beam heading (azimuth) between two locators |
| System | get_version_info |
Active service version and ADIF spec version |
Architecture
adif-mcp is the ADIF specification package -- validation, parsing, and geospatial tools. Credential management is handled by qso-graph-auth. Service integrations are separate MCP servers:
| Package | PyPI | What It Does |
|---|---|---|
qso-graph-auth |
v0.1.1 | OS keyring credential management, persona CRUD |
adif-mcp |
v1.1.0 | ADIF 3.1.7 spec tools, validation, parsing, geospatial |
eqsl-mcp |
v0.3.1 | eQSL inbox, verification, AG status, last upload |
qrz-mcp |
v0.3.1 | Callsign lookup, DXCC, logbook status/fetch |
lotw-mcp |
v0.3.1 | LoTW confirmations, QSOs, DXCC credits, user activity |
hamqth-mcp |
v0.4.0 | Callsign lookup, DXCC, bio, activity, DX spots, RBN, QSO verify |
pota-mcp |
v0.2.1 | Parks on the Air spots, park info, stats, schedules |
sota-mcp |
v0.1.5 | Summits on the Air spots, alerts, summit info, stats |
solar-mcp |
v0.2.0 | Space weather conditions, forecasts, band outlook |
wspr-mcp |
v0.3.1 | WSPR beacon spots, propagation, band activity |
iota-mcp |
v0.1.1 | Islands on the Air lookup, search, nearby groups |
n1mm-mcp |
v0.1.3 | N1MM Logger+ contest state via UDP |
ionis-mcp |
v1.2.8 | HF propagation analytics (175M+ signatures) |
qsp-mcp |
v0.2.1 | Local LLM ↔ MCP tool relay |
Authenticated servers use qso-graph-auth for persona lookup and keyring-backed credentials. Operators install only the servers they need. Each server is independently versioned with no unnecessary dependencies.
Compliance & Provenance
adif-mcp follows the ADIF Specification (currently 3.1.7) and uses registered Program IDs to identify all exports:
ADIF-MCP-- Core engineADIF-MCP-LOTW-- LoTW serverADIF-MCP-EQSL-- eQSL serverADIF-MCP-QRZ-- QRZ server
The project uses APP_ fields for provenance when augmenting records:
APP_ADIF-MCP_OP-- operation performed (normalize,validate,merge)APP_ADIF-MCP-LOTW_ACTION-- LoTW server operationAPP_ADIF-MCP-EQSL_TIME-- timestamp of eQSL merge
License
GPL-3.0-or-later. See LICENSE for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file adif_mcp-1.1.0.tar.gz.
File metadata
- Download URL: adif_mcp-1.1.0.tar.gz
- Upload date:
- Size: 454.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
73d4d978db5c3f617e51f74d9e254fec4aba13f7e44a27fb99e0cf5b64f81218
|
|
| MD5 |
1ecd17876a2f5e87e94b8f26cb54e7aa
|
|
| BLAKE2b-256 |
e4332e0df33068b84cb3f2cfd32c78dc352af0acdaaaf93a6b5663c241409452
|
Provenance
The following attestation bundles were made for adif_mcp-1.1.0.tar.gz:
Publisher:
publish.yml on qso-graph/adif-mcp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
adif_mcp-1.1.0.tar.gz -
Subject digest:
73d4d978db5c3f617e51f74d9e254fec4aba13f7e44a27fb99e0cf5b64f81218 - Sigstore transparency entry: 1554234231
- Sigstore integration time:
-
Permalink:
qso-graph/adif-mcp@74d5c3c665e395622dc7e03e41bf9a07c02e8bfe -
Branch / Tag:
refs/tags/v1.1.0 - Owner: https://github.com/qso-graph
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@74d5c3c665e395622dc7e03e41bf9a07c02e8bfe -
Trigger Event:
push
-
Statement type:
File details
Details for the file adif_mcp-1.1.0-py3-none-any.whl.
File metadata
- Download URL: adif_mcp-1.1.0-py3-none-any.whl
- Upload date:
- Size: 477.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9b122d4a6b7ba91496a702377636975f97dcb386ee85095ba4aa195a252f7a7a
|
|
| MD5 |
1dce43c344f8ebc108fbda8b5207ff62
|
|
| BLAKE2b-256 |
6a10e214282550818ad87e3e0e5eee6034cfe0b7b3e73156f69e5788937f0eee
|
Provenance
The following attestation bundles were made for adif_mcp-1.1.0-py3-none-any.whl:
Publisher:
publish.yml on qso-graph/adif-mcp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
adif_mcp-1.1.0-py3-none-any.whl -
Subject digest:
9b122d4a6b7ba91496a702377636975f97dcb386ee85095ba4aa195a252f7a7a - Sigstore transparency entry: 1554234255
- Sigstore integration time:
-
Permalink:
qso-graph/adif-mcp@74d5c3c665e395622dc7e03e41bf9a07c02e8bfe -
Branch / Tag:
refs/tags/v1.1.0 - Owner: https://github.com/qso-graph
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@74d5c3c665e395622dc7e03e41bf9a07c02e8bfe -
Trigger Event:
push
-
Statement type: