TL;DR: 10 finance tools as an MCP server. Drop into Cursor, Cline, Windsurf, Claude Code in 30 seconds. Free tier real (24h cached, 10 results/query, 60 req/hr), no signup.
What it does
Live data on:
- DeFi yields (emissions stripped — real yield not headline yield)
- Hyperliquid vault leaderboard (NAV, 30d, drawdown, composite score)
- SEC Form 4 insider buy clusters (3+ insiders, 24h window)
- SEC 8-K material filings filtered by item code
- US macro tape (SPX, NDX, VIX, UST, DXY, GOLD, WTI, BTC, ETH last + 1d, 5d)
- US spot BTC + ETH ETF flows
- DefiLlama airdrop yield-gap detection
- Polymarket whale positions ($10k+)
- Cross-source confluence (2+ signals stacking same asset)
- Onchain smart-wallet copy-trade scores (Solana)
Why
Same pipeline that feeds a live trading bot fleet. Built so my agents can pull SEC + DeFi data without writing 10 separate scrapers.
Install in Cursor
~/.cursor/mcp.json or workspace .mcp.json:
{
"mcpServers": {
"falsifylab-alpha": {
"command": "python",
"args": ["-m", "falsifylab_alpha_mcp"],
"env": {"FL_API_KEY": "fl_xxx_optional_for_pro_tier"}
}
}
}
Then pip install falsifylab-alpha-mcp once and restart Cursor.
Links
- GitHub: GitHub - FalsifyLab/falsifylab-alpha-mcp: MCP server surfacing FalsifyLab daily alpha (yield farms, HL vaults, insider trades, SEC 8-Ks, airdrops, macro tape) · GitHub
- Live demo (agent reads the tools every 15min): FalsifyLab live demo — agent reading live finance feeds every 15min
Also on PyPI, Smithery , Glama, mcp.so. Full cookbook with 8 working agent.
License: MIT. Free tier no signup. Pro $19/mo via Whop if you need real-time.