Skip to main content
The Alterscope MCP server exposes risk data to MCP-compatible AI clients (Claude Code, Claude Desktop, and other MCP hosts) as a set of tools and resources. It runs over the standard MCP stdio transport.

Connect (Claude Code)

Build the server, then register it:
Set ALTERSCOPE_API_URL to the API base it should read through, and pass your API key via the server’s configured authorization.

Connect (Claude Desktop)

Add an entry to claude_desktop_config.json:

Tools

The server registers these tools:

Resources

Four Risk Graph resources are exposed under the alterscope://graph/ URI scheme:

Scopes

MCP tools are gated by mcp:* scopes on your API key (see Scopes): mcp:read for the read-only graph/regime/risk tools, mcp:backtest for backtest_strategy + replay_cascade_event, and mcp:simulate for simulate_strategy.