MCP server for solar indices and space weather — SFI, SSN, Kp, DSCOVR, alerts
Project description
solar-mcp
MCP server for space weather and HF propagation conditions — live solar flux, Kp index, DSCOVR solar wind, X-ray flux, alerts, 27-day forecast, and band-by-band outlook through any MCP-compatible AI assistant.
Part of the qso-graph project. No authentication required — all data from NOAA SWPC public endpoints.
Install
pip install solar-mcp
Tools
| Tool | Description |
|---|---|
solar_conditions |
Current SFI, Kp, and NOAA R/S/G space weather scales |
solar_forecast |
27-day SFI and Kp forecast from NOAA |
solar_alerts |
Active space weather alerts and warnings |
solar_wind |
Real-time DSCOVR L1 solar wind (Bz, speed, density) |
solar_xray |
GOES X-ray flux and solar flare classification |
solar_band_outlook |
HF band-by-band propagation assessment (160m-6m) |
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": {
"solar": {
"command": "solar-mcp"
}
}
}
Claude Code
Add to .claude/settings.json:
{
"mcpServers": {
"solar": {
"command": "solar-mcp"
}
}
}
ChatGPT Desktop
{
"mcpServers": {
"solar": {
"command": "solar-mcp"
}
}
}
Cursor
Add to .cursor/mcp.json (project-level) or ~/.cursor/mcp.json (global):
{
"mcpServers": {
"solar": {
"command": "solar-mcp"
}
}
}
VS Code / GitHub Copilot
Add to .vscode/mcp.json in your workspace:
{
"servers": {
"solar": {
"command": "solar-mcp"
}
}
}
Gemini CLI
Add to ~/.gemini/settings.json (global) or .gemini/settings.json (project):
{
"mcpServers": {
"solar": {
"command": "solar-mcp"
}
}
}
Ask questions
"What are the current solar conditions?"
"Is the solar wind causing any geomagnetic disturbance?"
"What's the 27-day solar forecast look like?"
"Are any bands open right now on HF?"
"Are there any active space weather alerts?"
"What class solar flare is happening?"
Testing Without Network
SOLAR_MCP_MOCK=1 solar-mcp
MCP Inspector
solar-mcp --transport streamable-http --port 8008
Development
git clone https://github.com/qso-graph/solar-mcp.git
cd solar-mcp
pip install -e .
License
GPL-3.0-or-later
Project details
Release history Release notifications | RSS feed
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 solar_mcp-0.1.1.tar.gz.
File metadata
- Download URL: solar_mcp-0.1.1.tar.gz
- Upload date:
- Size: 9.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
de00b8c12b0687e4d65a04762413c75c4fd31ab8db34063cefd6e230d9b294c8
|
|
| MD5 |
c54ed7f57c1ffa28beb0faec6a3d25ae
|
|
| BLAKE2b-256 |
cf28364fa4c27ca002f49a4bc40393c9cab1adeeed0e37bef8c9b7f97ff196e2
|
Provenance
The following attestation bundles were made for solar_mcp-0.1.1.tar.gz:
Publisher:
publish.yml on qso-graph/solar-mcp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
solar_mcp-0.1.1.tar.gz -
Subject digest:
de00b8c12b0687e4d65a04762413c75c4fd31ab8db34063cefd6e230d9b294c8 - Sigstore transparency entry: 1040377772
- Sigstore integration time:
-
Permalink:
qso-graph/solar-mcp@faf2a4e0016229b5cd5ad942bedaf9f208362b02 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/qso-graph
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@faf2a4e0016229b5cd5ad942bedaf9f208362b02 -
Trigger Event:
push
-
Statement type:
File details
Details for the file solar_mcp-0.1.1-py3-none-any.whl.
File metadata
- Download URL: solar_mcp-0.1.1-py3-none-any.whl
- Upload date:
- Size: 9.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 |
dd0031469f7f9adb3d16331be9a830bf3abb8192c6446453bd9c2634f111a5f0
|
|
| MD5 |
6a21abdeed60bb84c301a0823492672d
|
|
| BLAKE2b-256 |
efb1124bc8badd8068ed092c044b4244f0efb9f797b22fb81c088826c5aac2dd
|
Provenance
The following attestation bundles were made for solar_mcp-0.1.1-py3-none-any.whl:
Publisher:
publish.yml on qso-graph/solar-mcp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
solar_mcp-0.1.1-py3-none-any.whl -
Subject digest:
dd0031469f7f9adb3d16331be9a830bf3abb8192c6446453bd9c2634f111a5f0 - Sigstore transparency entry: 1040377859
- Sigstore integration time:
-
Permalink:
qso-graph/solar-mcp@faf2a4e0016229b5cd5ad942bedaf9f208362b02 -
Branch / Tag:
refs/tags/v0.1.1 - Owner: https://github.com/qso-graph
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@faf2a4e0016229b5cd5ad942bedaf9f208362b02 -
Trigger Event:
push
-
Statement type: