Skip to content
MCP-BridgeMCP-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://mcpbridge.org/config/amentum-space-space-radiation.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to claude_desktop_config.json

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

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "amentum-space-space-radiation": {
      "url": "https://mcpbridge.org/config/amentum-space-space-radiation.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "amentum-space-space-radiation": {
      "url": "https://mcpbridge.org/config/amentum-space-space-radiation.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/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://mcpbridge.org/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