2 months ago
MCP server for HamQTH.com — free callsign lookup, DXCC resolution, biography, and recent activity through any MCP-compatible AI assistant.
Part of the qso-graph project. Depends on adif-mcp for persona and credential management.
Overview
hamqth-mcp integrates with HamQTH.com — a free callsign lookup service.
Tools:
- Callsign lookup (bio, grid, country)
- DXCC info
- DX spots
- Reverse Beacon Network data
- QSO verification
Free service — no subscription required.
Install: pip install hamqth-mcp
Server Config
{
"mcpServers": {
"hamqth": {
"command": "hamqth-mcp"
}
}
}