Skip to content
MCP-Bridge
Developer ToolsAuto-generated

Space Radiation API MCP Server

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

Quick Setup

Transport: STDIO

Command: npx -y @mcp/amentum-space-space-radiation

Environment Variables

SPACE_RADIATION_API_API_KEY

Example: your_space_radiation_api_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "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"
}
    }
  }
}

Endpoints

GET/gcr/flux_dlr

Calculate particle flux

GET/trapped/flux_mean

Calculate mean particle flux

GET/trapped/flux_percentile

Calculate percentile particle flux