Live DeFi yield, HL vaults, SEC insider/8-K, macro tape, ETF flows, airdrops, Polymarket whales.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-falsifylab-falsifylab-alpha-mcp": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Live DeFi yield, HL vaults, SEC insider/8-K, macro tape, ETF flows, airdrops, Polymarket whales.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in finance
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
MCP server for InsightSentry financial data API - market data, options, screeners, and more
Model Context Protocol for Actual Budget API
A Model Context Protocol server allows Clients to interact with Xero
MCP Security Weekly
Get CVE alerts and security updates for io.github.FalsifyLab/falsifylab-alpha-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.

MCP data layer for AI-assisted market research. 10 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 10 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 |
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": {
"com
... [View full README on GitHub](https://github.com/falsifylab/falsifylab-alpha-mcp#readme)