Space Radiation API MCP Config
Space has a hostile radiation environment that increases the risk of cancers in humans and malfunctions in spacecraft electronics. The types of space radiation of primary concern are: <ul> <li> Galactic Cosmic Rays from outside our solar system generated by supernovae and oth
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/amentum-space-space-radiation.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/amentum-space-space-radiation.json to fetch programmatically.
{
"mcpServers": {
"amentum-space-space-radiation": {
"command": "npx",
"args": ["-y","@mcp/amentum-space-space-radiation"],
"env": {
"SPACE_RADIATION_API_API_KEY": "your_space_radiation_api_api_key"
}
}
}
}How to Use
Cursor
Go to Cursor Settings → MCP Servers → Add with the JSON above.
CLI / curl
Fetch the config programmatically:
curl https://mcp-bridge.pages.dev/config/amentum-space-space-radiation.jsonEnvironment Variables
SPACE_RADIATION_API_API_KEYReplace your_space_radiation_api_api_key with your actual space radiation api api key
Endpoints
/gcr/flux_dlrCalculate particle flux
/trapped/flux_meanCalculate mean particle flux
/trapped/flux_percentileCalculate percentile particle flux