← Back to search

io.github.qso-graph/sota-mcp

qso-graph Scanned 27d ago

Summits on the Air MCP server. Summit lookup, activator stats, chaser records, spots.

C
74.8 / 100

Versions

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

Tools 5

sota_spots
annotations: none low

Get current and recent SOTA spots. Returns live spot feed with summit details. Args: hours: Time window in hours (default 24). association: Filter by SOTA association (e.g., W7I, G, VK). Empty for all. mode: Filter by mode (e.g., CW, SSB, FT8). Empty for all. Returns: List of spots with activator, summit, frequency, mode, and comments.

mode string hours string association string
get_version_info
annotations: none low

Get sota-mcp service version and upstream spec version. Returns the running PyPI version of sota-mcp and the SOTA api2 endpoint contract 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 (SOTA api2).

sota_alerts
annotations: none low

Get upcoming SOTA activation alerts. Args: hours: Look-ahead window in hours (default 16). association: Filter by SOTA association (e.g., W7I). Empty for all. Returns: List of alerts with activator, summit, planned date/time, frequencies, and comments.

hours string association string
sota_summit_info
annotations: none low

Get detailed summit information by SOTA reference code. Args: summit_code: SOTA reference (e.g., W7I/SI-001, G/LD-001). Returns: Summit details including name, altitude, coordinates, grid, points, validity dates, and activation history.

summit_code str
sota_summits_near
annotations: none low

Find SOTA summits near a geographic location. Args: latitude: Center latitude (decimal degrees). longitude: Center longitude (decimal degrees). radius_km: Search radius in km (default 50). limit: Maximum number of results (default 20). Returns: List of nearby summits sorted by distance with code, name, altitude, points, and activation count.

limit string latitude float 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 27

info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
medium
Permission: network access detected permission_analyzer · 80%
low
Tool 'get_version_info' has no annotations annotation_checker · 100%
low
Tool 'sota_spots' has no annotations annotation_checker · 100%
low
Tool 'sota_alerts' has no annotations annotation_checker · 100%
low
Tool 'sota_summit_info' has no annotations annotation_checker · 100%
low
Tool 'sota_summits_near' 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: sota_spots manifest_parser · 90%
info
Tool: sota_alerts manifest_parser · 90%
info
Tool: sota_summit_info manifest_parser · 90%
info
Tool: sota_summits_near manifest_parser · 90%
info
Transport: streamable-http manifest_parser · 80%
info
Required env vars (1) manifest_parser · 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%