fahali-mcp
Fahali MCP is an uncertainty-aware market-intelligence server providing provenance-backed financial analysis across ~900 crypto and US equity/ETF instruments. Every response includes a confidence score and reasoning chain; uncalibrated engines report 'calibrating' rather than inventing numbers.
Market Verdicts (
fahali_get_market_verdict) — Structured bullish/bearish/neutral direction, confidence score, reasoning chain, expected move %, and forecast horizon for one or more symbols. Optionally enriched with contagion risk data. Available on Free (limited, 50 calls/day) and Professional tiers.Portfolio Risk (
fahali_get_portfolio_risk) — Overall risk score, Value-at-Risk (VaR), expected drawdown, and per-position breakdown. Requires connected exchange accounts and Elite tier.Contagion Maps (
fahali_get_contagion_map) — Cross-asset tail-dependence map showing nodes (symbols with risk scores), pairwise correlation edges, and clusters of correlated assets. Requires Elite tier.Capital Flow Intelligence (
fahali_get_capital_flow) — Net USD flow, institutional vs. retail breakdown, whale activity, and overall flow trend for a specific symbol. Requires Professional tier.
Access: Connect remotely via SSE with API key authentication or run locally as a stdio MCP server. All outputs are informational only and not financial advice.
Fahali MCP Server
Market-intelligence MCP server that ships uncertainty-aware intelligence with provenance on every response. Fahali runs 18 detection engines across ~900 crypto and US equity/ETF instruments in real time — dark-pool activity, liquidity anomalies, crash precursors, regime shifts — and detections are tracked against realized market outcomes in a signal→outcome ledger.
Informational only — not financial advice. Fahali detects anomalies; it does not tell you or your agent what to buy or sell.
Tools
Tool | What it returns | Minimum tier |
| Structured market verdict per symbol: direction, confidence, reasoning chain, expected move, horizon | Free key (teaser) / Professional |
| Portfolio risk assessment: risk score, VaR, drawdown, per-position breakdown | Elite |
| Cross-asset contagion map: nodes, pairwise tail-dependence edges, correlated clusters | Elite |
| Capital-flow intelligence per symbol: net flow, institutional vs retail, whale activity | Professional |
Related MCP server: carbon-cashmere-mcp
Connect (remote SSE)
SSE endpoint: https://mcp.fahaliai.com/sse
Auth: Authorization: Bearer <your sk_live_ key>
(or append ?api_key=<key> to the SSE URL if your client can't set headers)Bring your own API key. Create one free in the Fahali app: app.fahaliai.com/developer (sign in → Developer / API).
Free developer key —
fahali_get_market_verdictonly, reduced depth, 50 calls/day.Full key (Professional tier and above) — all tools at your subscription tier.
Local / stdio
npm install && npm run build
FAHALI_API_KEY=sk_live_... node dist/index.js --stdioClaude Desktop config:
{
"mcpServers": {
"fahali": {
"command": "node",
"args": ["/path/to/mcp-server/dist/index.js", "--stdio"],
"env": { "FAHALI_API_KEY": "sk_live_..." }
}
}
}Cursor config (~/.cursor/mcp.json):
{
"mcpServers": {
"fahali": {
"type": "sse",
"url": "https://mcp.fahaliai.com/sse?api_key=sk_live_..."
}
}
}Windsurf config: open Settings → Cascade → MCP, click Add custom server, and paste:
{
"mcpServers": {
"fahali": {
"type": "sse",
"url": "https://mcp.fahaliai.com/sse?api_key=sk_live_..."
}
}
}Or edit Windsurf's MCP config file directly (location varies by OS; use the UI if unsure).
Why this server
Most market-data MCP servers proxy raw prices. Fahali returns judged intelligence: each verdict carries a confidence score, the reasoning chain that produced it, and provenance you can audit. Detection accuracy is measured continuously against realized outcomes — engines that haven't earned a number report "calibrating", never an invented one.
API reference: https://app.fahaliai.com/openapi.json
Methodology: https://fahaliai.com/methodology
Pricing: https://app.fahaliai.com/pricing
Multi-tenant: each SSE connection is isolated with its own key; keys are never shared across sessions. Informational only, not financial advice.
Maintenance
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Future-Legends-Inc/fahali-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server