Skip to main content
Glama

falsifylab-alpha-mcp

MCP server surfacing FalsifyLab daily alpha to Claude Code / Cursor / any MCP-compatible client.

Tools

  • top_yield_farms — last 24h DeFi yield picks with realistic APY (emissions stripped)

  • hl_vault_leaderboard — Hyperliquid vault leaderboard (NAV, 30d return, max DD, score)

  • insider_buy_clusters — Form 4 cluster buys (3+ insiders bought same ticker)

  • sec8k_material_today — material 8-K filings filtered by item code

  • macro_tape — SPX/NDX/VIX/UST yields/DXY/GOLD/WTI/BTC/ETH live snapshot

  • etf_flow_today — US spot BTC + ETH ETF net flows

  • polymarket_whale_positions — top whale wallets + active positions

Install

pip install falsifylab-alpha-mcp

Claude Code config

claude mcp add falsifylab-alpha \
  --env FL_API_KEY=<your-key-from-falsifylab.com> \
  -- python -m falsifylab_alpha_mcp

Or in .mcp.json:

{
  "mcpServers": {
    "falsifylab-alpha": {
      "command": "python",
      "args": ["-m", "falsifylab_alpha_mcp"],
      "env": {"FL_API_KEY": "fl_xxx"}
    }
  }
}

Pricing

  • Free (no API key): last-24h cached data, rate-limited

  • Pro $19/mo (API key): real-time, 90-day history, all filters, no rate limit

Get a key at falsifylab.com/pro.

Source

  • GitHub: https://github.com/FalsifyLab/falsifylab-alpha-mcp

  • Issues: https://github.com/FalsifyLab/falsifylab-alpha-mcp/issues

  • PyPI: https://pypi.org/project/falsifylab-alpha-mcp/

License

MIT

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/FalsifyLab/falsifylab-alpha-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server