falsifylab

falsifylab

FalsifyLab Alpha is a data API + MCP server providing programmatic alpha access to AI agents (Claude / Cursor / any MCP-compatible client). Eight endpoints surface live crypto + US-equity research signals: • top_yield_farms — DefiLlama pools with emissions-stripped real APY, IL risk priced, oracle exposure flagged • hl_vault_leaderboard — Hyperliquid vault NAV, 30d return, max drawdown, follower

Category
Visit Server

README

falsifylab-alpha-mcp

<!-- mcp-name: io.github.FalsifyLab/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

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured