- Fahali
Fahali
Fahali is a read-only market-intelligence MCP server. It runs 18 detection engines over ~600 live markets (crypto + US equities/ETFs) and returns judged intelligence — not raw prices — with confidence scores, reasoning, and provenance.
Tools
- fahali_get_market_verdict — structured verdict per symbol: direction, confidence, reasoning, expected move, horizon
- fahali_get_portfolio_risk — risk score, VaR, drawdown, per-position breakdown
- fahali_get_contagion_map — cross-asset tail-dependence + correlated clusters
- fahali_get_capital_flow — net flow, institutional vs retail, whale activity
What makes it different: every detection is scored against realized outcomes in a verified signal→outcome ledger. Engines without enough resolved outcomes report "calibrating" — never an invented number.
Connect (remote SSE): https://mcp.fahaliai.com/sse
Auth: bring your own API key — Authorization: Bearer
Free developer key at https://app.fahaliai.com/developer (verdict tool, 50/day); full access on Professional tier and above.
Docs: https://app.fahaliai.com/openapi.json Informational only — not financial advice.
Server Config
{
"mcpServers": {
"fahali": {
"type": "sse",
"url": "https://mcp.fahaliai.com/sse",
"headers": {
"Authorization": "Bearer <YOUR_FAHALI_API_KEY>"
}
}
}
}Recommend Servers
View Allsummarize chat message