The ClimaSafe risk engine — prediction, personal profiles, routines and risk charts — exposed as an MCP server so any AI assistant can ask about heat and cold risk directly from its own interface.
opencode.json, .mcp.json or equivalent MCP
configuration. It runs with uv, so the project environment is resolved
automatically:
{
"mcpServers": {
"climasafe": {
"command": "uv",
"args": ["run", "python", "-m", "agents.tools.prediction_mcp_tool", "--stdio"]
}
}
}
claude_desktop_config.json under mcpServers.
CLIMASAFE_MCP_WRITE_TOKEN to be present in the
environment. Predictions and risk charts work without it.