adif-mcp
Islands on the Air lookup, search, nearby groups
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., "@adif-mcpSearch for ADIF enumeration entries containing 'SSB'"
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.
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-mcpConfigure 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 a raw ADIF string against the 3.1.7 spec |
Validation |
| Streaming parser for large ADIF files with pagination |
Spec |
| Retrieve raw JSON for any spec module (band, mode, fields) |
Spec |
| List all ADIF enumerations with entry counts |
Spec |
| Search enumeration records by keyword |
Geospatial |
| Great Circle distance (km) between two Maidenhead locators |
Geospatial |
| Initial beam heading (azimuth) between two locators |
System |
| 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 |
v0.1.1 | OS keyring credential management, persona CRUD | |
v1.1.0 | ADIF 3.1.7 spec tools, validation, parsing, geospatial | |
v0.3.1 | eQSL inbox, verification, AG status, last upload | |
v0.3.1 | Callsign lookup, DXCC, logbook status/fetch | |
v0.3.1 | LoTW confirmations, QSOs, DXCC credits, user activity | |
v0.4.0 | Callsign lookup, DXCC, bio, activity, DX spots, RBN, QSO verify | |
v0.2.1 | Parks on the Air spots, park info, stats, schedules | |
v0.1.5 | Summits on the Air spots, alerts, summit info, stats | |
v0.2.0 | Space weather conditions, forecasts, band outlook | |
v0.3.1 | WSPR beacon spots, propagation, band activity | |
v0.1.1 | Islands on the Air lookup, search, nearby groups | |
v0.1.3 | N1MM Logger+ contest state via UDP | |
v1.2.8 | HF propagation analytics (175M+ signatures) | |
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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/qso-graph/adif-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server