Back to Browse

Fahali MCP Server

Developer ToolsModerate7.2MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

Market-risk for AI agents: verified lead time, signed receipts, judged record. Not advice.

About

Market-risk for AI agents: verified lead time, signed receipts, judged record. Not advice.

Remote endpoints: streamable-http: https://mcp.fahaliai.com/mcp sse: https://mcp.fahaliai.com/sse

Security Report

7.2
Moderate7.2Low Risk

Fahali MCP is a well-architected market intelligence proxy server with proper authentication, secure credential handling, and appropriate permission scoping. The codebase demonstrates good security practices: API keys are never hardcoded, authentication is enforced at the handler layer, and the server correctly delegates sensitive operations to a remote API. Minor code quality findings around broad exception handling and limited input validation do not materially impact the security posture. Supply chain analysis found 1 known vulnerability in dependencies (0 critical, 1 high severity).

6 files analyzed · 6 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

Fahali — Financial Risk MCP Server for AI Agents

MCP Registry Methodology

Give your agent a risk conscience. Fahali gives AI agents a callable financial-risk layer: portfolio risk, stress losses, crypto risk, contagion, crash precursors and market verdicts. Read-only — your agent already fetches prices; Fahali tells it what those prices mean for capital at risk. It returns a judged read with its confidence, the inputs it is missing, and a signed receipt, so your agent can check its own conviction against something scored against outcomes instead of raw prices it has to interpret blindly.

Observation, not advice. Fahali watches and explains market risk. It never tells you or your agent what to buy or sell. Read-only: no order routing, no path to capital.

Why an agent cites Fahali instead of a price feed

  • Verified lead time. Per engine, the median hours ahead of the move on its correct material warnings, scored against what happened, with the misses in the same record. Your agent can weight a signal by proven lead, not by tone. Public, no key: GET /api/track-record/lead-time.
  • Signed receipts. Every verdict carries a SHA-256 receipt and a provenance root. When your agent quotes Fahali, it can attach proof of what was said and when.
  • A judged record with public replays. Predictive signals are graded against a disclosed, versioned method at their own horizon, and wrong calls stay on the record. Analytical engines are labelled observation-only rather than scored as forecasts, because grading an observation against a price move would manufacture a hit rate that means nothing. Methodology: fahaliai.com/methodology.
  • Honest absence. Missing data says so. Quiet markets resolve as unresolved, never as wins. Some tools abstain by design: whale tracking returns an explicit "no on-chain data source" rather than inventing positions.

Coverage is crypto 24/7 and US equities and ETFs during market hours. Live coverage and engine counts are reported at GET /api/public/stats rather than asserted here, because the active set changes.

See it before you sign up

The lead-time record is public. This is the fastest way to confirm Fahali is scored against outcomes:

curl https://app.fahaliai.com/api/track-record/lead-time

Connect

Remote MCP (recommended, nothing to install):

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

Auth: OAuth 2.1 ("Connect with Fahali") or a static key, Authorization: Bearer sk_live_.... Grab a free developer key (50 calls/day, no card) at app.fahaliai.com/developer. In Claude, ChatGPT, or Cursor, add the URL above as a connector. Listed in the official MCP registry as com.fahaliai/fahali.

Run this repo as a local stdio proxy:

npm install
npm run build
FAHALI_API_KEY=sk_live_... node dist/index.js --stdio

It forwards each tool call to the upstream Fahali API; tier is enforced upstream.

Example: a pre-trade risk check

examples/pre-trade-check is a runnable agent (zero dependencies, one command) that asks Fahali, before a position is opened: is a flash-crash precursor firing, what is the judged read and what data is missing, and how early does the record say this engine usually warns. It then prints a PROCEED / CAUTION / HOLD posture and the receipt.

Tools

Around 30 tools. Most are read-only market intelligence; a few agent-workspace tools (memory, custom alerts) write only to your own workspace, never to markets. Highlights:

ToolReturns
fahali_get_market_verdictPer-symbol verdict: direction, confidence, reasoning, expected move, horizon
fahali_get_lead_timeThe verified, outcome-scored lead-time record (public)
fahali_get_forecastProbabilistic forecast over the signal's own registered horizon (6-72h), with an uncertainty cone, Brier-scored
fahali_get_flash_crash_riskFlash-crash precursor strength, or an explicit abstention
fahali_get_track_record_scorecardThe judged record with per-horizon base rates and lift
fahali_get_contagion_mapCross-asset tail-dependence and correlated clusters
fahali_get_microstructure_proxyAbsorption inferred from public microstructure only - we do not see off-exchange prints
fahali_get_capital_flowOrder-flow imbalance proxy (no fabricated institutional/retail split)
fahali_get_market_regimeCurrent regime read
fahali_run_shock_testStress-test a portfolio against a scenario

Full tool schemas: mcp.fahaliai.com.

Pricing

Free developer key (50 calls/day) for exploration. Agent lanes from $49/mo (10k calls), $199 (100k), $999 (1M). Human app tiers from $19/mo at fahaliai.com.

Links

Built by Future Legends Inc. Observation, not advice.

Reviews

No reviews yet

Be the first to review this server!