Drop-in starter for AI coding agents pre-wired with the FalsifyLab MCP server. 9 live finance tools, example prompts, free tier requires no signup.
Works with Claude Code, Cursor, Cline, Windsurf, or any MCP-compatible client.
.mcp.json— ready-to-use Cursor/Windsurf configclaude-code-setup.sh— one-line Claude Code installexamples/— 4 example agent prompts that grab real data on first rundaily_research_agent.py— Python script your agent can run on a cron
pip install falsifylab-alpha-mcpZero runtime dependencies (Python stdlib only).
Claude Code:
bash claude-code-setup.shOr manually:
claude mcp add falsifylab-alpha -- python -m falsifylab_alpha_mcpCursor / Windsurf: copy .mcp.json to your workspace or ~/.cursor/mcp.json. Restart.
Cline: Settings → MCP Servers → Add Server → paste .mcp.json content.
In your agent, type:
Use the macro_tape tool. Show me SPX, VIX, BTC, and ETH with 1d and 5d returns.
If the agent returns numbers, you're live. The first call auto-issues a free tier-0 API key (no signup, no email).
| Tool | What it does |
|---|---|
top_yield_farms |
DeFi yields with emissions stripped, IL risk priced |
hl_vault_leaderboard |
Hyperliquid vault rankings (NAV, 30d, drawdown) |
insider_buy_clusters |
SEC Form 4 cluster buys (3+ insiders, 24h) |
sec8k_material_today |
Material 8-K filings filtered by item code |
macro_tape |
SPX/NDX/VIX/UST/DXY/GOLD/WTI/BTC/ETH snapshot |
etf_flow_today |
US spot BTC + ETH ETF aggregates |
active_airdrop_farms |
DefiLlama yield-gap airdrop detection |
polymarket_whale_positions |
Top wallets + active positions |
confluence_today |
Cross-source signal alignment (the differentiator) |
See examples/agent_prompts.md for full list. Quick samples:
Find me 3 stablecoin yield farms on Arbitrum with >$5M TVL.
What insider clusters are forming today? Show top 3 by total purchase USD.
Run confluence_today (kind=equity) and tell me what's lighting up.
Build a Python script that calls insider_buy_clusters + sec8k_material_today
hourly and emails me when a ticker appears in both.
| Tier | Price | What |
|---|---|---|
| Free | $0 | 24h cached, 10 results/query, no signup |
| Pro | $19/mo | Real-time, 100 results, 90d history |
| Pro Plus | $49/mo | 1min refresh, alerts (email + Slack), 365d on equity feeds |
| Teams | $199/mo | 5 seats, 50k req/day, priority support |
Launch promo EARLY50 — 50% off first 3 months on any paid tier. Capped 25 redemptions.
Get a key at falsifylab.com/pro.
- falsifylab.com/demo — public agent reads 8 tools every 15min
- falsifylab.com/fleet — bot fleet receipts (alive, dead, P&L)
The author runs trading bots. Most die. The ones still alive eat from this exact pipeline.
The MCP server is the same data the surviving bots eat. The free tier is real, not a teaser.
Not a signal service. Not investment advice. Public data with light enrichment. Backtest before acting.
PRs welcome. If you build something useful with this starter:
- Open an issue describing what
- Add it to
examples/ - Submit PR
We star contributors back and may feature your work in the Substack.
- MCP server: github.com/FalsifyLab/falsifylab-alpha-mcp
- PyPI: falsifylab-alpha-mcp
- Smithery: smithery.ai/servers/falsifylab/falsifylab-alpha-mcp
- Docs: github.com/FalsifyLab/falsifylab-alpha-mcp#readme
- Substack: falsifylab.substack.com
MIT license. Fork it, modify it, ship it.