2 months ago
MCP server for Parks on the Air (POTA) — live activator spots, park info, activator/hunter stats, and scheduled activations through any MCP-compatible AI assistant.
Part of the qso-graph project. No authentication required — all POTA endpoints are public.
Overview
pota-mcp connects to Parks on the Air — portable operations from parks worldwide.
Tools:
- Live activator spots
- Park info by reference (US-0001, etc.)
- Park activation statistics
- Activator/hunter stats by callsign
- Scheduled activations
- Parks by location (state/country)
No authentication required — all POTA data is public.
Install: pip install pota-mcp
Server Config
{
"mcpServers": {
"pota": {
"command": "pota-mcp"
}
}
}