Skip to content

Commit a832faa

Browse files
KI7MTclaude
andcommitted
Update wspr-mcp and pota-mcp docs — proxy fallback, nearby parks
wspr-mcp: document proxy grid fallback for sparse endpoints pota-mcp: add pota_nearby_parks tool reference (7 tools now) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 52c429b commit a832faa

2 files changed

Lines changed: 19 additions & 2 deletions

File tree

docs/servers/pota.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pip install pota-mcp
1212

1313
## Tools
1414

15-
All 6 tools are **public** — no credentials needed.
15+
All 7 tools are **public** — no credentials needed.
1616

1717
| Tool | Description |
1818
|------|-------------|
@@ -22,6 +22,7 @@ All 6 tools are **public** — no credentials needed.
2222
| `pota_user_stats` | Activator and hunter statistics |
2323
| `pota_scheduled` | Upcoming scheduled activations |
2424
| `pota_location_parks` | List all parks in a state/province/country |
25+
| `pota_nearby_parks` | Find parks near a point — great for 2-fer planning |
2526

2627
---
2728

@@ -86,6 +87,20 @@ List all POTA parks in a state, province, or country.
8687

8788
Returns list of parks with reference, name, coordinates, grid, type, and activation/contact counts.
8889

90+
### pota_nearby_parks
91+
92+
Find POTA parks near a geographic point. Useful for 2-fer activation planning.
93+
94+
| Parameter | Type | Required | Description |
95+
|-----------|------|:--------:|-------------|
96+
| `location` | str | Yes | Location code to scope the search (e.g., "US-ID") |
97+
| `latitude` | float | Yes | Center point latitude (e.g., 43.617) |
98+
| `longitude` | float | Yes | Center point longitude (e.g., -115.993) |
99+
| `radius_km` | float | No | Search radius in km. Default: 50, max: 500 |
100+
| `limit` | int | No | Maximum parks to return. Default: 25, max: 100 |
101+
102+
Returns parks within radius, sorted by distance, with `distance_km` field added to each park.
103+
89104
---
90105

91106
## No Credential Setup Needed

docs/servers/wspr.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ All 8 tools are **public** — no credentials needed.
2222
| `wspr_band_activity` | Per-band activity — spots, stations, distances, SNR |
2323
| `wspr_top_beacons` | Top transmitters ranked by spot count or distance |
2424
| `wspr_top_spotters` | Top receivers ranked by spot count or distance |
25-
| `wspr_propagation` | Propagation between two locations (callsign or grid) |
25+
| `wspr_propagation` | Propagation between two locations — proxy grid fallback for sparse endpoints |
2626
| `wspr_grid_activity` | All WSPR activity in/out of a Maidenhead grid square |
2727
| `wspr_longest_paths` | Longest distance paths in a time window |
2828
| `wspr_snr_trend` | Hourly SNR trend for a specific path over time |
@@ -80,6 +80,8 @@ Top WSPR receivers ranked by spot count or maximum distance.
8080

8181
Propagation between two locations. Accepts callsigns, grid squares, or a mix. Searches both directions automatically.
8282

83+
**Proxy grid fallback**: When an exact 4-char grid pair returns no results (e.g., DN13↔JD15 — no WSPR beacons on Bouvet), automatically widens to 2-char Maidenhead fields (DN↔JD) and retries. Proxy results are flagged with `proxy: true`.
84+
8385
| Parameter | Type | Required | Description |
8486
|-----------|------|:--------:|-------------|
8587
| `tx` | str | Yes | First endpoint — callsign (e.g., KI7MT) or grid (e.g., DN13) |

0 commit comments

Comments
 (0)