Odel
lotw mcp

lotw mcp

Local
@qso-graph1PythonUpdated 3mo ago

ARRL Logbook of The World MCP server. QSO query, QSL status, DXCC credit tracking.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIlotw-mcpv0.2.0

Run

uvx lotw-mcp

MCP client config

{
  "mcpServers": {
    "lotw-mcp": {
      "command": "uvx",
      "args": [
        "lotw-mcp"
      ]
    }
  }
}