The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Xfinlab listing page.
Financial Intelligence Infrastructure — APIs, SDKs, and an MCP server for developers and AI agents, plus a consumer research platform built on the same backend.
Real market events, FinBERT sentiment, technical/market-structure analysis, SEC/CFTC/FDIC/USDA/CBOE official data, and Monte Carlo stress testing. Every field is traceable to a real computation or an official data source — nothing fabricated or interpolated.
Get a free API key · API docs · llms.txt · Consumer product
Or JavaScript/Node:
19 endpoints total — market events, sentiment, AI debate, technical/market-structure, Monte Carlo stress testing, insider trading, institutional ownership, short interest, SEC XBRL fundamentals, CBOE VIX term structure, FDIC bank health, USDA agriculture, EIA energy, crypto, cross-region market map, and Pro-tier webhooks. Full reference: intelligence-api.html.
Every field this server returns is either a real computation/real official-source value, or null with an explanation — the MCP ecosystem has a lot of servers now, few of them say anything about the actual quality of the data behind the tool calls. This one does, in public: xfinlab.com/trust.html shows every underlying data collector's live/down status in real time.
Already live in production — no setup needed, just point an MCP-compatible client at it:
Server source: api/mcp_server.py. Tools: get_market_events, get_sentiment, get_technical_analysis, get_intelligence_feed, get_global_market_map. Same auth and free tier as the REST API. Docs: intelligence-api.html#mcp.
| Python SDK | sdk/python — README |
| JavaScript/Node SDK | sdk/js — README |
| Quickstart scripts | sdk/examples/python_quickstart.py, sdk/examples/js_quickstart.js |
| OpenAPI spec | https://api.xfinlab.com/api/intelligence/openapi.json |
| Postman collection | https://api.xfinlab.com/api/intelligence/postman.json |
Both SDKs are MIT-licensed (sdk/LICENSE) and have zero required dependencies beyond the standard library / native fetch.
The same backend also powers xfinlab.com, a retail investment-research platform:
| Module | Path |
|---|---|
| Homepage | index.html |
| AI Market Research™ | ai-analysis.html |
| Chart Research™ | chart-analysis.html |
| Company Compare™ | company-compare.html |
| Event Intelligence™ | news-denoise.html |
| Risk Engine™ | stress-lab.html |
Then open http://localhost:8080. The production backend is a separate FastAPI app (backend/main.py, deployed on Railway as api.xfinlab.com); the static site above deploys separately on Vercel as xfinlab.com.