F
Fahali MCP Server
Live · callable now

Give your agent market-risk intelligence.

Your agent already fetches prices. Fahali adds a timestamped risk read — verdict, evidence, uncertainty, and portfolio context — through ChatGPT, Claude, Cursor, 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>. Never put credentials in a URL. Create one at fahaliai.com/developer.

Tools (54)

Start with fahali_get_market_decision for the market or fahali_get_symbol_decision for one instrument. Use audit tools only when you need to inspect the evidence underneath. The full list below is generated from the server's active catalogue.

Claude Desktop config

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