Falsifylab Alpha MCP Server

Free tier auto-applies. OAuth 2.1 + PKCE flow for paid plan via Whop. Streamable HTTP transport. Full OpenAPI 3.1 spec at

Remote serverstreamable-httpPython

What is the Falsifylab Alpha MCP MCP server?

Most developer tooling work still happens through a UI a human drives. Falsifylab Alpha MCP MCP server moves it into the conversation instead. 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.

The short version

  • "What insider clusters are forming today?"
  • "Show me Hyperliquid vaults with sharp Sharpe and <10% drawdown"
  • "Are BTC ETF flows confirming or diverging from price action?"
  • "What's in the macro tape right now?"
  • "Find Polymarket whales with 60%+ win rate"

Getting it running

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

The tools it exposes

The server publishes 14 tools. What each one is for:

  • top_yield_farms — DeFi yields with emissions stripped, IL risk priced
  • hl_vault_leaderboard — Hyperliquid vaults by NAV / 30d / drawdown / score
  • insider_buy_clusters — SEC Form 4 cluster buys (3+ insiders, 24h window)
  • sec8k_material_today — 8-K filings filtered by material item codes
  • 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 airdrops
  • polymarket_whale_positions — Top wallets + active positions
  • earnings_drift_radar — Post-earnings drift + IV-crush candidates
  • token_unlock_radar — Forward token unlock schedule + size
  • fed_comm_radar — Fed speaker/event volatility windows
  • confluence_today — Cross-source signal alignment

What it needs from you

Configuration is passed through the environment: FL_API_KEY, FL_DISABLE_TELEMETRY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Things to watch

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Falsifylab Alpha MCP.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

How it compares

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Falsifylab Alpha MCP's toolset — top_yield_farms, hl_vault_leaderboard, insider_buy_clusters and 11 more — is a fair guide to whether it matches your workflow. It is maintained by falsifylab; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Available tools

ToolWhat it does
top_yield_farmsDeFi yields with emissions stripped, IL risk priced
hl_vault_leaderboardHyperliquid vaults by NAV / 30d / drawdown / score
insider_buy_clustersSEC Form 4 cluster buys (3+ insiders, 24h window)
sec8k_material_today8-K filings filtered by material item codes
macro_tapeSPX/NDX/VIX/UST/DXY/GOLD/WTI/BTC/ETH snapshot
etf_flow_todayUS spot BTC + ETH ETF aggregates
active_airdrop_farmsDefiLlama yield-gap airdrops
polymarket_whale_positionsTop wallets + active positions
earnings_drift_radarPost-earnings drift + IV-crush candidates
token_unlock_radarForward token unlock schedule + size
fed_comm_radarFed speaker/event volatility windows
confluence_todayCross-source signal alignment
onchain_smart_walletsLive Solana copy-trade bot scores
CursorDrop into ~/.cursor/mcp.json or workspace root .mcp.json:

How to install the Falsifylab Alpha MCP MCP server

{
  "mcpServers": {
    "falsifylab-alpha": {
      "url": "https://mcp.falsifylab.com/"
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
FL_API_KEYCredential the server authenticates with.Yes
FL_DISABLE_TELEMETRYConfiguration value read at startup.Optional

Example prompts to try

  • Use Falsifylab Alpha MCP to top yield farms.
  • Use Falsifylab Alpha MCP to hl vault leaderboard.
  • Use Falsifylab Alpha MCP to insider buy clusters.

Frequently asked questions

It connects Falsifylab Alpha MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (top_yield_farms, hl_vault_leaderboard, insider_buy_clusters, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Falsifylab Alpha MCP directly.