hamqth mcp for VS Code
io.github.qso-graph/hamqth-mcp
HamQTH.com MCP server. Free callsign lookup, DX spots, RBN data, SAVP verification.
client:VS Code
transport:stdio
runtime:pypi
Install hamqth mcp in VS Code
.vscode/mcp.json
{
"servers": {
"hamqth-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"hamqth-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs