← Back to search

io.github.qso-graph/pota-mcp

qso-graph Scanned 26d ago

Parks on the Air MCP server. Park lookup, activator and hunter stats, live spots.

C
71.8 / 100

Versions

0.1.1latest
first seen Jun 5, 2026
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 8

get_version_info
annotations: none low

Get pota-mcp service version and upstream spec version. Returns the running PyPI version of pota-mcp and the POTA API revision currently in use. Use this to confirm fleet alignment across MCP deployments — agents can compare service_version and spec_version across servers to detect drift without going outside the MCP protocol. Returns: service_name, service_version (PyPI), and spec_version (POTA API).

pota_spots
annotations: none low

Get current POTA activator spots. Returns live spot feed with park details, grid squares, and coordinates. All filters are optional — omit to get all active spots. Args: band: Filter by band (e.g., 20m, 40m). Empty for all bands. mode: Filter by mode (e.g., CW, FT8, SSB). Empty for all modes. location: Filter by location code (e.g., US-ID, CA-ON). Empty for all. program: Filter by program prefix (e.g., US, VE, G). Empty for all. Returns: List of active spots with activator, frequency, park, grid, and coordinates.

band string mode string program string location string
pota_park_info
annotations: none low

Get detailed park information by POTA reference code. Args: reference: Park reference code (e.g., US-0001, CA-5580, G-0001). Returns: Park details including name, coordinates, grid, type, location, access methods, agencies, website, and first activation info.

reference str
pota_park_stats
annotations: none low

Get activation and QSO counts for a POTA park. Args: reference: Park reference code (e.g., US-0001). Returns: Activation attempts, successful activations, and total contacts.

reference str
pota_user_stats
annotations: none low

Get POTA activator and hunter statistics for a callsign. Args: callsign: Callsign to look up (e.g., K4SWL, KI7MT). Returns: Activator stats (activations, parks, QSOs), hunter stats (parks worked, QSOs), awards, and endorsements.

callsign str
pota_scheduled
annotations: none low

Get upcoming scheduled POTA activations. Returns: List of scheduled activations with activator, park, date, time window, planned frequencies, and comments.

pota_location_parks
annotations: none low

List all POTA parks in a state, province, or country. Args: location: Location code (e.g., US-ID for Idaho, CA-ON for Ontario, G for England). Returns: List of parks with reference, name, coordinates, grid, type, and activation/contact counts.

location str
pota_nearby_parks
annotations: none low

Find POTA parks near a geographic point. Fetches all parks in the given location and filters by distance. Useful for finding 2-fer candidates near an activation site. Args: location: Location code (e.g., US-ID, CA-ON). Required to scope the search. latitude: Center point latitude (e.g., 43.617). longitude: Center point longitude (e.g., -115.993). radius_km: Search radius in km (default 50, max 500). limit: Maximum parks to return (default 25, max 100). Returns: Parks within radius, sorted by distance, with distance_km field added.

limit string latitude float location str longitude float radius_km string

Permissions 3

network medium
Server uses network capabilities via: urllib
filesystem low
Server uses filesystem capabilities via: os, pathlib
env_vars low
Server uses env_vars capabilities via: os.environ, os.getenv()

Scan Findings 33

low
Tool 'get_version_info' has no annotations annotation_checker · 100%
low
Tool 'pota_spots' has no annotations annotation_checker · 100%
low
Tool 'pota_park_info' has no annotations annotation_checker · 100%
low
Tool 'pota_park_stats' has no annotations annotation_checker · 100%
low
Tool 'pota_user_stats' has no annotations annotation_checker · 100%
low
Tool 'pota_scheduled' has no annotations annotation_checker · 100%
low
Tool 'pota_location_parks' has no annotations annotation_checker · 100%
low
Tool 'pota_nearby_parks' has no annotations annotation_checker · 100%
high
Remote transport without authentication auth_checker · 70%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
medium
Vulnerable dependency: fastmcp@3.0 (GHSA-m8x7-r2rg-vh5g) dependency_analyzer · 95%
medium
Vulnerable dependency: fastmcp@3.0 (GHSA-rww4-4w9c-7733) dependency_analyzer · 95%
medium
Vulnerable dependency: fastmcp@3.0 (GHSA-vv7q-7jx5-f767) dependency_analyzer · 95%
medium
Vulnerable dependency: fastmcp@3.0 (PYSEC-2026-2475) dependency_analyzer · 95%
medium
Vulnerable dependency: fastmcp@3.0 (PYSEC-2026-2476) dependency_analyzer · 95%
medium
Vulnerable dependency: fastmcp@3.0 (PYSEC-2026-338) dependency_analyzer · 95%
info
pyproject.toml metadata manifest_parser · 100%
info
Tool: get_version_info manifest_parser · 90%
info
Tool: pota_spots manifest_parser · 90%
info
Tool: pota_park_info manifest_parser · 90%
info
Tool: pota_park_stats manifest_parser · 90%
info
Tool: pota_user_stats manifest_parser · 90%
info
Tool: pota_scheduled manifest_parser · 90%
info
Tool: pota_location_parks manifest_parser · 90%
info
Tool: pota_nearby_parks manifest_parser · 90%
info
Transport: streamable-http manifest_parser · 80%
info
Required env vars (1) manifest_parser · 80%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
medium
Permission: network access detected permission_analyzer · 80%
low
Permission: filesystem access detected permission_analyzer · 70%
low
Permission: env_vars access detected permission_analyzer · 90%
info
No dependency files found for SBOM generation sbom_generator · 100%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%