ADIF MCP core engine with plugin support (LoTW, eQSL, QRZ, Clublog)
Project description
adif-mcp
Core Model Context Protocol (MCP) server for Amateur Radio Logging, built on the ADIF 3.1.6 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.6 specification (fields, enumerations, data types), and provides geospatial utilities for Maidenhead locators. A plugin system supports service integrations for LoTW, eQSL, QRZ, and Club Log.
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 7 tools via the Model Context Protocol:
| Category | Tool | Description |
|---|---|---|
| Validation | validate_adif_record |
Validate a raw ADIF string against the 3.1.6 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 | search_enumerations |
Search administrative subdivision records |
| 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 foundation package -- ADIF spec tools, persona management, and credential storage. Service integrations are separate MCP servers that depend on adif-mcp for identity and auth:
| Package | Status | What It Does |
|---|---|---|
adif-mcp |
Published | ADIF 3.1.6 spec tools + persona/credential management |
lotw-mcp |
Planned | LoTW confirmations, award tracking |
eqsl-mcp |
Planned | eQSL inbox, confirmation status |
qrz-mcp |
Planned | Callsign lookup, logbook queries |
clublog-mcp |
Planned | DXCC matching, OQRS, expedition logs |
Each integration MCP uses adif-mcp for persona lookup and keyring-backed credentials. Operators install only the servers they need. This keeps each server focused, independently versioned, and free of unnecessary dependencies.
Compliance & Provenance
adif-mcp follows the ADIF Specification (currently 3.1.6) and uses registered Program IDs to identify all exports:
ADIF-MCP-- Core engineADIF-MCP-LOTW-- LoTW pluginADIF-MCP-EQSL-- eQSL pluginADIF-MCP-QRZ-- QRZ pluginADIF-MCP-CLUBLOG-- Club Log plugin
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 plugin operationAPP_ADIF-MCP-EQSL_TIME-- timestamp of eQSL merge
See the Program ID & APP_ Field Policy for full details.
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-0.9.1.tar.gz.
File metadata
- Download URL: adif_mcp-0.9.1.tar.gz
- Upload date:
- Size: 270.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0bfd6727cd501a8d9e831d1fdd3845e973d7fbd36fcae925a5d882f30aeb704c
|
|
| MD5 |
3e5a75231ef90287b446a3b484a60d02
|
|
| BLAKE2b-256 |
f88750c881cfca7d5a2c764835b8d63bbf2263f0a3e32758e2cc757bd5829bfc
|
Provenance
The following attestation bundles were made for adif_mcp-0.9.1.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-0.9.1.tar.gz -
Subject digest:
0bfd6727cd501a8d9e831d1fdd3845e973d7fbd36fcae925a5d882f30aeb704c - Sigstore transparency entry: 1044741909
- Sigstore integration time:
-
Permalink:
qso-graph/adif-mcp@e81e9bab9155060550d0fde373934a410beb930a -
Branch / Tag:
refs/tags/v0.9.1 - Owner: https://github.com/qso-graph
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@e81e9bab9155060550d0fde373934a410beb930a -
Trigger Event:
push
-
Statement type:
File details
Details for the file adif_mcp-0.9.1-py3-none-any.whl.
File metadata
- Download URL: adif_mcp-0.9.1-py3-none-any.whl
- Upload date:
- Size: 287.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
344a24260a9fdac16ad977ec04f9e539f36f3ed5d60cf35f25c4d2b5732a0868
|
|
| MD5 |
96f31e63555f4f3fbeee019aad2c7c51
|
|
| BLAKE2b-256 |
c69796e506491ca745679fa67896e517ebf7cab7bc0e18beff1fc6b876203d6e
|
Provenance
The following attestation bundles were made for adif_mcp-0.9.1-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-0.9.1-py3-none-any.whl -
Subject digest:
344a24260a9fdac16ad977ec04f9e539f36f3ed5d60cf35f25c4d2b5732a0868 - Sigstore transparency entry: 1044741956
- Sigstore integration time:
-
Permalink:
qso-graph/adif-mcp@e81e9bab9155060550d0fde373934a410beb930a -
Branch / Tag:
refs/tags/v0.9.1 - Owner: https://github.com/qso-graph
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@e81e9bab9155060550d0fde373934a410beb930a -
Trigger Event:
push
-
Statement type: