
Research
/Security News
Popular npm Packages in the keyv and Cacheable Namespaces Compromised in Active Supply Chain Attack
Popular npm packages keyv and cacheable compromised.
adif-mcp
Advanced tools
Core Model Context Protocol (MCP) server for Amateur Radio Logging, built on the ADIF 3.1.7 specification.
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.
pip install adif-mcp
adif-mcp works with any MCP-compatible client. Add the server config and restart -- tools appear automatically.
Add to claude_desktop_config.json (~/Library/Application Support/Claude/ on macOS, %APPDATA%\Claude\ on Windows):
{
"mcpServers": {
"adif": {
"command": "adif-mcp"
}
}
}
Add to .claude/settings.json:
{
"mcpServers": {
"adif": {
"command": "adif-mcp"
}
}
}
Configure via Settings > Apps & Connectors, or in your agent definition:
{
"mcpServers": {
"adif": {
"command": "adif-mcp"
}
}
}
Add to .cursor/mcp.json (project-level) or ~/.cursor/mcp.json (global):
{
"mcpServers": {
"adif": {
"command": "adif-mcp"
}
}
}
Add to .vscode/mcp.json in your workspace:
{
"servers": {
"adif": {
"command": "adif-mcp"
}
}
}
Add to ~/.gemini/settings.json (global) or .gemini/settings.json (project):
{
"mcpServers": {
"adif": {
"command": "adif-mcp"
}
}
}
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 |
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.
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 serverThe 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 mergeGPL-3.0-or-later. See LICENSE for details.
FAQs
ADIF MCP server — spec parsing, validation, and field enumeration tools
We found that adif-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.

Security News
/Company News
Socket has joined the new Composer and Packagist sponsorship program as a launch sponsor, supporting the team that keeps PHP's package ecosystem secure.