Skip to content
MCP-Bridge
Developer Tools

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.json

Configuration 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

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

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.json

Environment Variables

SPACE_RADIATION_API_API_KEY

Replace your_space_radiation_api_api_key with your actual space radiation api api key

Endpoints

GET/gcr/flux_dlr

Calculate particle flux

GET/trapped/flux_mean

Calculate mean particle flux

GET/trapped/flux_percentile

Calculate percentile particle flux