2 months ago
MCP server for QRZ.com — callsign lookups, DXCC entity resolution, and logbook queries through any MCP-compatible AI assistant.
Part of the qso-graph project. Depends on adif-mcp for persona and credential management.
Overview
qrz-mcp integrates with QRZ.com — the world's largest callsign database.
Tools:
- Callsign lookup with bio, address, grid square
- DXCC entity resolution
- Logbook status and QSO fetch
Supports both XML API (callsign lookup) and Logbook API (log queries). Requires QRZ subscription for full access.
Install: pip install qrz-mcp
Server Config
{
"mcpServers": {
"qrz": {
"command": "qrz-mcp"
}
}
}