MCP server for WSPR beacon data analytics — band openings, path analysis, solar correlation
Project description
wspr-mcp
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.
Part of the qso-graph project. No authentication required — all public data.
Install
pip install wspr-mcp
Tools
| Tool | Description |
|---|---|
wspr_spots |
Recent WSPR spots with callsign/band filters |
wspr_activity |
TX/RX activity summary for a callsign |
wspr_band_activity |
Per-band spot counts, station counts, and average distance |
wspr_top_paths |
Longest/best WSPR paths in the last 24 hours |
wspr_propagation |
WSPR-derived propagation between two grid squares |
What is WSPR?
WSPR beacons transmit a 2-minute encoded signal at very low power (typically 200 mW to 5 W). Each decoded spot proves a propagation path exists between two locations on a specific band. With thousands of beacons worldwide transmitting 24/7, WSPR provides continuous, automated propagation monitoring across all HF bands.
Quick Start
No credentials needed — just install and configure your MCP client.
Configure your MCP client
Claude Desktop
Add to claude_desktop_config.json (~/Library/Application Support/Claude/ on macOS, %APPDATA%\Claude\ on Windows):
{
"mcpServers": {
"wspr": {
"command": "wspr-mcp"
}
}
}
Claude Code
Add to .claude/settings.json:
{
"mcpServers": {
"wspr": {
"command": "wspr-mcp"
}
}
}
ChatGPT Desktop
{
"mcpServers": {
"wspr": {
"command": "wspr-mcp"
}
}
}
Cursor
Add to .cursor/mcp.json (project-level) or ~/.cursor/mcp.json (global):
{
"mcpServers": {
"wspr": {
"command": "wspr-mcp"
}
}
}
VS Code / GitHub Copilot
Add to .vscode/mcp.json in your workspace:
{
"servers": {
"wspr": {
"command": "wspr-mcp"
}
}
}
Gemini CLI
Add to ~/.gemini/settings.json (global) or .gemini/settings.json (project):
{
"mcpServers": {
"wspr": {
"command": "wspr-mcp"
}
}
}
Ask questions
"Show me recent WSPR spots on 20m"
"What's KI7MT's WSPR activity?"
"Which bands have the most WSPR activity right now?"
"What are the longest WSPR paths in the last 24 hours?"
"Is there propagation between Idaho (DN13) and central Europe (JN48)?"
Testing Without Network
WSPR_MCP_MOCK=1 wspr-mcp
MCP Inspector
wspr-mcp --transport streamable-http --port 8009
Development
git clone https://github.com/qso-graph/wspr-mcp.git
cd wspr-mcp
pip install -e .
License
GPL-3.0-or-later
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file wspr_mcp-0.1.0.tar.gz.
File metadata
- Download URL: wspr_mcp-0.1.0.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8ea7fbbeb2aaeb843b3737a6170347d6cb88fc1bc1e86e0d94ef9d9d96ff4450
|
|
| MD5 |
6b5b175e701269c19fec93a43a6c079b
|
|
| BLAKE2b-256 |
769fcf4ea4e91ad29a0a92659b2321e196986f8973ceb832a364f119cbacbba6
|
Provenance
The following attestation bundles were made for wspr_mcp-0.1.0.tar.gz:
Publisher:
publish.yml on qso-graph/wspr-mcp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
wspr_mcp-0.1.0.tar.gz -
Subject digest:
8ea7fbbeb2aaeb843b3737a6170347d6cb88fc1bc1e86e0d94ef9d9d96ff4450 - Sigstore transparency entry: 1035032837
- Sigstore integration time:
-
Permalink:
qso-graph/wspr-mcp@80060c5379755bf8765f3639fe3a9b334c59609d -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/qso-graph
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@80060c5379755bf8765f3639fe3a9b334c59609d -
Trigger Event:
push
-
Statement type:
File details
Details for the file wspr_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: wspr_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 8.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
682836561bf9f239ec8035a9d27c6ed9f1859341c0788ee40c45cf4a12757f9d
|
|
| MD5 |
c5eef72b3b53587300b60ce7fe476055
|
|
| BLAKE2b-256 |
ec2b51f135703f25f181f6dd4fcf26f816621fa56832c71f75e5ed7ce6695a94
|
Provenance
The following attestation bundles were made for wspr_mcp-0.1.0-py3-none-any.whl:
Publisher:
publish.yml on qso-graph/wspr-mcp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
wspr_mcp-0.1.0-py3-none-any.whl -
Subject digest:
682836561bf9f239ec8035a9d27c6ed9f1859341c0788ee40c45cf4a12757f9d - Sigstore transparency entry: 1035032877
- Sigstore integration time:
-
Permalink:
qso-graph/wspr-mcp@80060c5379755bf8765f3639fe3a9b334c59609d -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/qso-graph
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@80060c5379755bf8765f3639fe3a9b334c59609d -
Trigger Event:
push
-
Statement type: