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, and QRZ.
Overview
adif-mcp is the foundation MCP server for amateur radio logging. It provides:
- ADIF 3.1.6 Validation — Parse and validate QSO log files against the full spec
- Enumeration Search — Look up valid values for 25 enumeration types (modes, bands, DXCC entities, etc.)
- Geospatial Tools — Calculate distance and beam heading between Maidenhead grid squares
- Persona Management — Secure credential storage for LoTW, eQSL, QRZ integrations
Install: pip install adif-mcp
Part of the qso-graph project — a suite of MCP servers for amateur radio.
Server Config
{
"mcpServers": {
"adif": {
"command": "adif-mcp"
}
}
}