F
Fahali MCP Server
Live · callable now

Give your agent a risk analyst.

Your agent already fetches prices. Now it can ask what they mean — and get a scored answer back, with the reasoning. Works with Claude, Cursor, ChatGPT, Windsurf, and any MCP client.

Ask once. Get the answer, not the data.

Connect

Streamable HTTP (recommended): https://mcp.fahaliai.com/mcp

SSE (legacy): https://mcp.fahaliai.com/sse

Auth: bring your Fahali API key as Authorization: Bearer <key> or ?api_key=<key>. Create one at fahaliai.com/developer.

Tools (24 total)

Most agents start with four: market_verdict, portfolio_risk, contagion_map, capital_flow. The rest go deeper.

Claude Desktop config

{
  "mcpServers": {
    "fahali": {
      "command": "node",
      "args": ["/path/to/mcp-server/dist/index.js", "--stdio"],
      "env": { "FAHALI_API_KEY": "sk_live_..." }
    }
  }
}