The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Hamqth MCP listing page.
MCP server for HamQTH.com — callsign lookup, DX cluster spots, Reverse Beacon Network, DXCC resolution, and more through any MCP-compatible AI assistant.
Part of the qso-graph project. Authenticated tools use qso-graph-auth for persona and credential management.
| Tool | Auth | Description |
|---|---|---|
hamqth_lookup | Yes | Callsign lookup (name, grid, DXCC, coordinates, QSL preferences) |
hamqth_dxcc | No | Resolve DXCC entity from callsign or ADIF code |
hamqth_bio | Yes | Fetch operator biography |
hamqth_activity | Yes | Recent DX cluster, RBN, and logbook activity |
hamqth_dx_spots | No | Live DX cluster spots — filter by band and/or callsign |
hamqth_rbn | No | Reverse Beacon Network decodes — filter by band, mode, continent, callsign |
hamqth_verify_qso | No | Verify a QSO via HamQTH SAVP protocol |
get_version_info | No | Service version + upstream HamQTH API version (fleet identity attestation) |
Sign up at hamqth.com — it's free, no subscription required.
hamqth-mcp uses adif-mcp personas for credential management:
hamqth-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):
Add to .claude/settings.json:
Add to .cursor/mcp.json (project-level) or ~/.cursor/mcp.json (global):
Add to .vscode/mcp.json in your workspace:
Add to ~/.gemini/settings.json (global) or .gemini/settings.json (project):
"Look up the callsign OK2CQR"
"What DXCC entity is VP8PJ?"
"Show me the biography for OK2CQR"
"What's the recent activity for KI7MT?"
"Show me DX spots for 3Y0K"
"What RBN decodes are there for 3Y0K on CW?"
"Show me 20m DX spots"
"Verify my QSO with OK2CQR on 20m on March 5"
The DXCC tool (hamqth_dxcc) works without any credentials — it uses a public endpoint.
For testing all tools without a HamQTH account:
Then open the MCP Inspector at http://localhost:8005.
GPL-3.0-or-later