mcpbeat Sign in

Hamqth MCP Server

local only

Hamqth MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 90 installs a week from pypi. Last commit 16 May 2026.

HamQTH.com MCP server. Free callsign lookup, DX spots, RBN data, SAVP verification.

Installs per day peak 65 · avg 20 · -41% w/w
a month agotoday
90
Installs / week
pypi · hamqth-mcp
0
Stars
0 open issues
16 May 2026
Last commit
0 releases in 90 days
License
Python

Nothing serious here today

Today is the operative word: we check Hamqth MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add hamqth-mcp -- uvx hamqth-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "hamqth-mcp": {
      "args": [
        "hamqth-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.hamqth-mcp]
command = "uvx"
args = ["hamqth-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "hamqth-mcp": {
      "args": [
        "hamqth-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "hamqth-mcp": {
      "args": [
        "hamqth-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Hamqth MCP

same job, measured the same way
Qrz MCP
by qso-graph

QRZ.com MCP server. Callsign lookup, DXCC resolution, logbook queries via QRZ XML API.

102 installs/wk local only
Data
by vdappdev2

MCP server for Verus on-chain data retrieval, decryption, signing, and verification

50 installs/wk local only
Dadata MCP
by theyahia

MCP server for DaData.ru — address validation, company lookup, geocoding. 31 tools.

55 installs/wk local only
MCPVault
by coburn2716

Search evidence-labelled MCP servers with freshness, install, compatibility and verification data.

80 installs/wk local only
Co Eli MCP
by matematicsolutions

MCP server for Colombian Constitutional Court case law (datos.gov.co), citation verification.

235 installs/wk local only
MCP Reunion
by hug0x0

MCP server for Réunion open data (data.regionreunion.com)

1 274 installs/wk local only
Ccs
by correctover

Runtime verification MCP server: fail-closed checks for agent tool calls, signed evidence receipts.

local only
GLEIF MCP Server
by olgasafonova

Access the GLEIF LEI database for company verification, KYC, and ownership research.

local only

Hamqth MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Hamqth MCP?
Hamqth MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package hamqth-mcp was installed 90 times last week.
How do I connect Hamqth MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls hamqth-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Hamqth MCP?
The pypi package hamqth-mcp was installed 90 times in the last week. Week over week that is -41%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Hamqth MCP open source?
We cannot say either way: written in Python and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.