MCP & integrations

MCP access key

Token used by your local Claude Desktop / MCP server. Treat like a password.

No keys yet.

Claude (Anthropic) API key

Optional — your personal key avoids the daily demo cap. Stored encrypted (Fernet).

Demo allowance

Loading…

MCP installation

Use this snippet in your Claude Desktop config (mcp.json) to connect to RESILAND Intelligence:

{
  "mcpServers": {
    "resilland-intelligence": {
      "command": "uvx",
      "args": ["resilland-intelligence-mcp"],
      "env": {
        "RSI_API_KEY": "<paste your rsi_live_... key>",
        "RSI_API_URL": "https://resilland.com/api"
      }
    }
  }
}
PyPI: pip install resilland-intelligence-mcp