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.
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.
Most agents start with four: market_verdict, portfolio_risk, contagion_map, capital_flow. The rest go deeper.
fahali_get_realtime_alerts — unified feed from all 18 engines — what is Fahali detecting right now.fahali_get_market_verdict — direction, confidence, reasoning chain and expected move per symbol.fahali_get_dark_pool_activity — dark pool proxy estimates from public microstructure.fahali_get_flash_crash_risk — crash probability, trigger events, and risk flags per symbol.fahali_get_smart_money_dashboard — institutional accumulation/distribution by sector.fahali_get_whale_activity — whale trades, accumulation/markup phases, entry prices.fahali_get_institutional_risk_score — weighted 0-100 risk from all 18 engines.fahali_get_correlation_matrix — cross-asset correlation and contagion risk.fahali_get_market_sentiment — sentiment history by symbol or aggregate market.fahali_get_highest_conviction_signals — multi-engine consensus ranked by agreement.fahali_get_market_snapshot — live prices, changes, asset class for all instruments.fahali_get_engine_status — liveness report for all detection engines.fahali_get_case_studies — 40 verified signal→outcome cases with track record.fahali_get_track_record_scorecard — honest 4-axis accuracy with base-rate lift.fahali_get_portfolio_metrics — sentiment momentum, cascade risk, liquidity stress.fahali_get_market_regime — HMM 4-regime detection (bullish/bearish/neutral/high_vol).fahali_get_visual_intelligence — unified constellation graph of all 18 engines.fahali_get_portfolio_risk — risk score, VaR, drawdown and per-position breakdown from connected accounts.fahali_analyze_custom_portfolio — risk analysis on a portfolio you provide inline (no accounts needed).fahali_run_shock_test — natural-language stress test: describe a scenario, get capital at risk.fahali_get_contagion_map — cross-asset contagion graph with tail-dependence edges.fahali_get_capital_flow — net flow, institutional vs retail, whale activity.fahali_get_market_briefing — full executive market analysis: risk breakdown, HMM regime, smart-money flow, top opportunities, contributing engines.fahali_daily_brief — yesterday-vs-today delta teaser: alert volume change, risk score, top signal, regime (free tier).{
"mcpServers": {
"fahali": {
"command": "node",
"args": ["/path/to/mcp-server/dist/index.js", "--stdio"],
"env": { "FAHALI_API_KEY": "sk_live_..." }
}
}
}