rad-calc MCP Server
Health Physics calculators exposed as an interactive GUI and Model Context Protocol Server.
MCP Server Integration
Connect AI assistants to rad-calc
How to install / use as MCP
This server can be used directly by AI assistants (like Claude Desktop) through the Model Context Protocol.
Stdio Mode Configuration:
{
"mcpServers": {
"rad-calc": {
"command": "/absolute/path/to/bin/rad-calc"
}
}
}
HTTP/Remote Mode Configuration:
{
"mcpServers": {
"rad-calc": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"http://localhost:8080/mcp/sse"
]
}
}
}
Tool Name
Tool Description