Wspr Mcp
About
MCP server for WSPR (Weak Signal Propagation Reporter) beacon data — live spots, callsign activity, per-band activity, longest paths, and grid-to-grid propagation analysis through any MCP-compatible AI assistant.
Details
- Author
- qso-graph
- Downloads
- 311
- Categories
- Other
Jump to
- Query recent WSPR spots with filters (callsign, band, grid, SNR, distance)
- Per-band activity summary (spot counts, stations, distances, SNR)
- Top transmitters and top receivers ranked by spots or distance
- Band-by-band propagation analysis between two endpoints
- Maidenhead grid square activity reports
- Longest path detection (24–72h) confirming open bands
- Hourly SNR trend tracking for a specific path
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Wspr McpCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install via pip: pip install wspr-mcp. Invoke the server to expose tools for querying WSPR spot data, band activity, propagation paths, and SNR trends.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"wspr mcp": {
"wspr": {
"command": "wspr-mcp"
}
}
}
}
McpServers
{
"wspr": {
"command": "wspr-mcp"
}
}
wspr-mcp — WSPR beacon analytics — continuous automated propagation monitoring.
Tools:
- wspr_spots — Recent WSPR spots with filters (callsign, band, grid, SNR, distance)
- wspr_band_activity — Per-band activity summary (spot counts, stations, distances, SNR)
- wspr_top_beacons — Top transmitters ranked by spots or distance
- wspr_top_spotters — Top receivers ranked by spots or distance
- wspr_propagation — Band-by-band propagation between two endpoints
- wspr_grid_activity — All activity in/out of a Maidenhead grid square
- wspr_longest_paths — Longest paths in the last 24-72h proving bands are open
- wspr_snr_trend — Hourly SNR trend over time for a specific path
WSPR beacons transmit 24/7 worldwide on precise frequencies, proving propagation paths exist on each band. Data from wspr.live (~2.7B spots, 2008-present).
Install: pip install wspr-mcp
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



