Wires 13 live finance data tools into Claude, Cursor, Cline, or any MCP client. Pulls SEC Form 4 insider clusters, 8-K filings, DeFi yields from DefiLlama, Hyperliquid vault leaderboards, spot ETF flows, Polymarket whale positions, and a macro tape covering SPX through crypto. Free tier runs on 24-hour cache with no signup, Pro tier drops refresh to five minutes and lifts result caps. Ships as a zero-dependency Python package for stdio or you can point at their hosted MCP endpoint. Reach for it when you want your agent to ground trading ideas or market research in real-time public data instead of guessing from training cutoff.
Public tool metadata for what this MCP can expose to an agent.
top_yield_farmsLatest 24h top DeFi yield farm picks with realistic APY (emissions stripped), risk notes, TVL, protocol. Sourced from FalsifyLab daily aggregator.3 paramsLatest 24h top DeFi yield farm picks with realistic APY (emissions stripped), risk notes, TVL, protocol. Sourced from FalsifyLab daily aggregator.
assetstringlimitintegermin_apynumberhl_vault_leaderboardHyperliquid vault leaderboard with NAV, 30d return, max drawdown, follower count, composite score.2 paramsHyperliquid vault leaderboard with NAV, 30d return, max drawdown, follower count, composite score.
limitintegersort_bystringscore · tvl · return_30d · followersdefault: scoreinsider_buy_clustersForm 4 insider buy clusters (3+ insiders bought same ticker in 24-48h). Bullish signal.2 paramsForm 4 insider buy clusters (3+ insiders bought same ticker in 24-48h). Bullish signal.
min_insidersintegerwindow_hoursintegersec8k_material_todayMaterial SEC 8-K filings today filtered by item code: 2.02 (earnings), 5.02 (officer change), 2.01 (M&A), 3.02 (dilution), 4.02 (restatement), 3.01 (delisting).2 paramsMaterial SEC 8-K filings today filtered by item code: 2.02 (earnings), 5.02 (officer change), 2.01 (M&A), 3.02 (dilution), 4.02 (restatement), 3.01 (delisting).
itemsarraytickerstringmacro_tapeLive US macro snapshot: SPX, NDX, RUT, VIX, UST 2y/10y, DXY, GOLD, WTI, BTC, ETH. Last price + 1d/5d % change.1 paramsLive US macro snapshot: SPX, NDX, RUT, VIX, UST 2y/10y, DXY, GOLD, WTI, BTC, ETH. Last price + 1d/5d % change.
symbolsarrayetf_flow_todayUS-listed spot crypto ETF aggregate flows today. BTC + ETH net flow, 5d streak, cumulative AUM.US-listed spot crypto ETF aggregate flows today. BTC + ETH net flow, 5d streak, cumulative AUM.
No parameter schema in public metadata yet.
active_airdrop_farmsActive airdrop / points-farming opportunities detected from DefiLlama yield gaps. Includes realistic APY, TVL, capital required, confidence score.4 paramsActive airdrop / points-farming opportunities detected from DefiLlama yield gaps. Includes realistic APY, TVL, capital required, confidence score.
chainstringlimitintegermin_apynumbermin_tvl_usdnumberpolymarket_whale_positionsTop Polymarket whale wallets and their current active positions sized >$10k. Copy-trade reference.1 paramsTop Polymarket whale wallets and their current active positions sized >$10k. Copy-trade reference.
min_position_usdintegerconfluence_todayCross-source confluence: tickers/assets where 2+ FalsifyLab signals align in the last 24h. Stacks insider Form 4 clusters, material 8-K filings, ETF flows, DeFi yields, airdrop activity, HL vault concentration. Higher signal_count = more conviction.3 paramsCross-source confluence: tickers/assets where 2+ FalsifyLab signals align in the last 24h. Stacks insider Form 4 clusters, material 8-K filings, ETF flows, DeFi yields, airdrop activity, HL vault concentration. Higher signal_count = more conviction.
kindstringequity · crypto · alldefault: alllimitintegermin_signalsintegeronchain_smart_walletsTop-scored on-chain wallets surfaced by FalsifyLab's live copy-trading bot's discovery + scoring engine. Composite score derived from 5 weighted sub-scores (profitability, consistency, risk, copyability, behavior_quality) with weights calibrated to actual copy-trade PnL correl...4 paramsTop-scored on-chain wallets surfaced by FalsifyLab's live copy-trading bot's discovery + scoring engine. Composite score derived from 5 weighted sub-scores (profitability, consistency, risk, copyability, behavior_quality) with weights calibrated to actual copy-trade PnL correl...
chainstringlimitintegerstatusstringMONITORED · CANDIDATE · ACTIVE · DEMOTEDmin_scorenumber
MCP data layer for AI-assisted market research. 13 live finance tools that drop into Claude Code, Cursor, Cline, Windsurf, or any MCP-compatible client. Free tier requires no signup.
Not a signal service. Not investment advice. Public market data with light enrichment for AI agents. Backtest before acting.
Option 1: hosted MCP (zero install). Point your agent at the hosted endpoint, no Python needed.
{
"mcpServers": {
"falsifylab-alpha": {
"url": "https://mcp.falsifylab.com/"
}
}
}
Free tier auto-applies. OAuth 2.1 + PKCE flow for paid plan via Whop. Streamable HTTP transport. Full OpenAPI 3.1 spec at https://docs.falsifylab.com/openapi.html.
Option 2: stdio (this package).
pip install falsifylab-alpha-mcp
Zero runtime dependencies (Python stdlib only). Then wire to your agent. see client setup.
When the user asks your AI agent things like:
...the agent calls one of 13 tools and grounds its answer in real-time numbers from public-market data — instead of speculating from training-data knowledge.
| Tool | Returns | Use case |
|---|---|---|
top_yield_farms | DeFi yields with emissions stripped, IL risk priced | Find real yield, not headline yield |
hl_vault_leaderboard | Hyperliquid vaults by NAV / 30d / drawdown / score | Copy-trade reference |
insider_buy_clusters | SEC Form 4 cluster buys (3+ insiders, 24h window) | Equity conviction signal |
sec8k_material_today | 8-K filings filtered by material item codes | Earnings, M&A, officer changes |
macro_tape | SPX/NDX/VIX/UST/DXY/GOLD/WTI/BTC/ETH snapshot | Regime gate for trade ideas |
etf_flow_today | US spot BTC + ETH ETF aggregates | Institutional positioning |
active_airdrop_farms | DefiLlama yield-gap airdrops | Farms where you're paid to wait |
polymarket_whale_positions | Top wallets + active positions | Prediction-market copy-trade |
earnings_drift_radar | Post-earnings drift + IV-crush candidates | Equity event-volatility scanner |
token_unlock_radar | Forward token unlock schedule + size | Supply-overhang risk radar |
fed_comm_radar | Fed speaker/event volatility windows | Macro event-risk scanner |
confluence_today | Cross-source signal alignment | Stacks 2+ signals on same asset |
onchain_smart_wallets | Live Solana copy-trade bot scores | Production wallet rankings |
All tools have full JSON schemas exposed at /.well-known/mcp/server-card.json.
claude mcp add falsifylab-alpha -- python -m falsifylab_alpha_mcp
For Pro tier:
claude mcp add falsifylab-alpha \
--env FL_API_KEY=fl_your_key \
-- python -m falsifylab_alpha_mcp
Drop into ~/.cursor/mcp.json or workspace root .mcp.json:
{
"mcpServers": {
"falsifylab-alpha": {
"command": "python",
"args": ["-m", "falsifylab_alpha_mcp"],
"env": {
"FL_API_KEY": "fl_your_key_or_omit_for_free_tier"
}
}
}
}
Restart Cursor. Tools auto-discovered.
Settings → MCP Servers → Add Server. Paste the same JSON as Cursor above.
Settings → MCP. Same JSON config. Auto-indexed from Smithery within 48h.
Connect via Smithery's hosted gateway — no local Python install needed. See smithery.ai/servers/falsifylab/falsifylab-alpha-mcp.
In your agent, ask:
Use macro_tape. Show me SPX, VIX, BTC, ETH with 1d and 5d returns.
If the agent returns numbers, you're live.
Copy-paste these. They work on first run.
Daily macro brief:
Use macro_tape. Tell me the macro regime in 3 sentences. Cite specific
numbers — last price, 1d return, 5d return. Then list 2 tickers from
sec8k_material_today that might benefit from this regime.
Insider + 8-K stacker:
Run insider_buy_clusters (min_insiders=3) and sec8k_material_today
(items=["2.02","8.01","5.02"]). Find tickers in both within 24h. For
each match, summarize what insiders bought and what the 8-K said. End
with the bear case in one sentence.
Confluence scan with bear case:
Use confluence_today with min_signals=2. For each asset/ticker, explain
why these signals stacking is meaningful in 2 sentences. Skip noise
(DeFi LP pools with stablecoins). Highlight the most contrarian stack.
8 more recipes at falsifylab.com/cookbook.
| Tier | Price | What |
|---|---|---|
| Free | $0 | 24h cached, 10 results/query, no signup, 60 req/hr |
| Pro | $19/mo | Real-time (5min), 100 results/query, 90d history, no rate limit |
| Pro Plus | $49/mo | 1-min refresh, email + Slack alerts, 365d on equity feeds, webhooks |
| Teams | $199/mo | 5 seats, 50k req/day, priority support |
Launch promo EARLY50: 50% off first 3 months, capped 25 redemptions. Get a key at falsifylab.com/pro.
Public agent calling these tools every 15 minutes: falsifylab.com/demo. Same MCP server you'd install. Real numbers, no curation.
Built it because the author hand-scraped SEC EDGAR and DefiLlama at 6am every morning to feed a fleet of trading bots. The bots that survived ate from this exact pipeline. Wrapped it as an MCP server so any agent can pull the same data.
The bot fleet receipts (alive + dead, P&L, drawdown) are public at falsifylab.com/vaults.
The local stdio server writes minimal per-tool telemetry JSONL rows to:
/var/log/falsifylab/mcp_tool_calls.jsonl (override with FL_MCP_TOOL_CALL_LOG)Each row includes only:
ts, tool, args_keys (argument names only), has_api_key, key_hash (sha256 prefix), versionNever logged by this telemetry path:
To disable telemetry completely:
export FL_DISABLE_TELEMETRY=1
Honest list. Updated every release.
count: 0 Sat/Sun. Expected.confluence_today on a free key shows yesterday's confluence, not today's. Pro $19/mo plan hits live.api.falsifylab.com host. Fixed in 0.2.1 within 4 days. Apologies if you grabbed 0.2.0 first.If you find something broken, dm the FL X account or open an issue. We ship fixes inside the same day for prod-blocking bugs.
your AI agent
↓ (MCP stdio)
falsifylab_alpha_mcp (Python stdlib, no deps)
↓ (HTTPS)
falsifylab.com/api/* (Cloudflare Workers)
↓ (cached 60s-1hr)
R2 (data feeds refreshed every 15min via cron)
↓ (every 15min)
Backend cron scripts (Form 4, 8-K, ETF, yield, polymarket, onchain, etc.)
Free tier hits cached data with 24h age. Pro tier hits the same endpoints with auth header, bypasses cache to fresh upstream.
[security]. 48h response. Responsible disclosure credited in CHANGELOG.PRs welcome for:
Do not submit PRs for trading-signal generators or copy-trading helpers — out of scope for this server (we are research data infrastructure, not advisory).
MIT. See LICENSE.
FalsifyLab Alpha v0.3.3 · Built for AI coding agents · Free tier no signup · falsifylab.com
FL_API_KEYsecretFalsifyLab API key. Free tier auto-issues on first call; Pro key from falsifylab.com/pro.
io.github.shelvick/shopify-subscription-reconciliation
zleventer/google-ads-mcp
csoai-org/meok-stripe-acp-checkout-mcp
io.github.mharnett/google-ads
csoai-org/stripe-billing-mcp
co.pipeboard/google-ads-mcp