trackmcp
Back to directory
FalsifyLab

falsifylab-alpha-mcp

View on GitHub

13 live finance MCP tools for AI coding agents (Cursor, Claude Code, Cline, Windsurf). SEC insider clusters, 8-K filings, ETF flows, DeFi yields, Polymarket whales, onchain smart wallets, confluence signals, earnings drift, token unlocks, Fed comm radar. Free tier no signup.

1 stars PythonOthers Updated Jul 5, 2026
ai-agentsclaude-codecursordefifinance-datamcpmcp-servermodel-context-protocolpolymarket-mcp-serversec-filings

Documentation

falsifylab-alpha-mcp

FalsifyLab Alpha: 13 live finance MCP tools for AI coding agents
smithery badge
PyPI
PyPI Downloads
Python
License: MIT
MCP Protocol
Glama Score

MCP data layer for AI-assisted market research. 13 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.

Two ways to use it

Option 1: hosted MCP (zero install). Point your agent at the hosted endpoint, no Python needed.

json
{
  "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).

bash
pip install falsifylab-alpha-mcp

Zero runtime dependencies (Python stdlib only). Then wire to your agent. see client setup.

What it does

When the user asks your AI agent things like:

  • *"What insider clusters are forming today?"*
  • *"Show me Hyperliquid vaults with sharp Sharpe and Use macro_tape. Show me SPX, VIX, BTC, ETH with 1d and 5d returns.

If the agent returns numbers, you're live.

Working agent prompts

Copy-paste these. They work on first run.

Daily macro brief:

code
Use macro_tape. Tell me the macro regime in 3 sentences. Cite specific
numbers — last price, 1d return, 5d return. Then list 2 tickers from
sec8k_material_today that might benefit from this regime.

Insider + 8-K stacker:

code
Run insider_buy_clusters (min_insiders=3) and sec8k_material_today
(items=["2.02","8.01","5.02"]). Find tickers in both within 24h. For
each match, summarize what insiders bought and what the 8-K said. End
with the bear case in one sentence.

Confluence scan with bear case:

code
Use confluence_today with min_signals=2. For each asset/ticker, explain
why these signals stacking is meaningful in 2 sentences. Skip noise
(DeFi LP pools with stablecoins). Highlight the most contrarian stack.

8 more recipes at falsifylab.com/cookbook.

Pricing

TierPriceWhat
Free$024h cached, 10 results/query, no signup, 60 req/hr
Pro$19/moReal-time (5min), 100 results/query, 90d history, no rate limit
Pro Plus$49/mo1-min refresh, email + Slack alerts, 365d on equity feeds, webhooks
Teams$199/mo5 seats, 50k req/day, priority support

Launch promo `EARLY50`: 50% off first 3 months, capped 25 redemptions. Get a key at falsifylab.com/pro.

Live demo

Public agent calling these tools every 15 minutes: falsifylab.com/demo. Same MCP server you'd install. Real numbers, no curation.

Why this exists

Built it because the author hand-scraped SEC EDGAR and DefiLlama at 6am every morning to feed a fleet of trading bots. The bots that survived ate from this exact pipeline. Wrapped it as an MCP server so any agent can pull the same data.

The bot fleet receipts (alive + dead, P&L, drawdown) are public at falsifylab.com/vaults.

Transparency

  • What we do: aggregate + lightly enrich public market data, expose via MCP
  • What we don't: trade execution, brokerage, advisory, signal selling
  • Data sources: SEC EDGAR (Form 4, 8-K), SoSoValue (ETF flows), DefiLlama (yield), Hyperliquid public API, Polymarket public API, Yahoo Finance (macro)
  • Privacy: free-tier key issued by hash(IP+UA), not stored long-term. Request bodies never logged.

Telemetry

The local stdio server writes minimal per-tool telemetry JSONL rows to:

  • `/var/log/falsifylab/mcp_tool_calls.jsonl` (override with `FL_MCP_TOOL_CALL_LOG`)

Each row includes only:

  • `ts`, `tool`, `args_keys` (argument names only), `has_api_key`, `key_hash` (sha256 prefix), `version`

Never logged by this telemetry path:

  • raw API keys
  • argument values / request bodies
  • IP address
  • email / name / other user identifiers

To disable telemetry completely:

bash
export FL_DISABLE_TELEMETRY=1

What works, what does not

Honest list. Updated every release.

What works today

  • All 13 tools return live data inside agent calls under 1s p95.
  • Free tier has zero signup friction. No API key needed for the cached path.
  • Form 4 insider clusters get refreshed every 15 min on weekdays from SEC EDGAR direct, no 3rd-party reseller in the pipeline.
  • DefiLlama yields are emissions-stripped (headline APY minus reward tokens), so a 200% farm and a 200% farm are not the same number any more.
  • Hyperliquid vault NAV updates hit our R2 mirror within 60s of the source ticker.
  • Telegram + Slack webhook delivery on Pro Plus is on-time within the cron window. No queue backups in the launch month.

What does not work (yet)

  • 8-K material filings list is empty over weekends because SEC does not file. Returns `count: 0` Sat/Sun. Expected.
  • Macro tape uses Yahoo Finance free endpoints. Intraday gap of 15-20 min during US market hours. We plan to swap for a paid feed at Teams tier, not before.
  • onchain_smart_wallets only covers Solana right now. Base + Ethereum copy-trade scores are queued for v0.3.x.
  • Free tier cache is 24h. So `confluence_today` on a free key shows yesterday's confluence, not today's. Pro $19/mo plan hits live.
  • Historical replay across multiple quarters is not in v0.2.x. Tracking as roadmap item.
  • No SDK for TypeScript or Go yet. Python MCP server only. Use stdio transport from any MCP-compatible client meanwhile.

What we already killed

  • Stripe Connect direct subscriptions (operator KYC blocker). Whop is the path.
  • Substack paid plan (Stripe dependency).
  • A previous package version 0.2.0 shipped a broken `api.falsifylab.com` host. Fixed in 0.2.1 within 4 days. Apologies if you grabbed 0.2.0 first.

If you find something broken, dm the FL X account or open an issue. We ship fixes inside the same day for prod-blocking bugs.

Architecture

code
your AI agent
    ↓ (MCP stdio)
falsifylab_alpha_mcp (Python stdlib, no deps)
    ↓ (HTTPS)
falsifylab.com/api/* (Cloudflare Workers)
    ↓ (cached 60s-1hr)
R2 (data feeds refreshed every 15min via cron)
    ↓ (every 15min)
Backend cron scripts (Form 4, 8-K, ETF, yield, polymarket, onchain, etc.)

Free tier hits cached data with 24h age. Pro tier hits the same endpoints with auth header, bypasses cache to fresh upstream.

Support

  • Issues: GitHub issues
  • Email: ops@falsifylab.com
  • Security: report to ops@falsifylab.com with subject `[security]`. 48h response. Responsible disclosure credited in CHANGELOG.

Contributing

PRs welcome for:

  • New tool ideas (open issue first to discuss scope)
  • Documentation improvements
  • Bug fixes

Do not submit PRs for trading-signal generators or copy-trading helpers — out of scope for this server (we are research data infrastructure, not advisory).

License

MIT. See LICENSE.


*FalsifyLab Alpha v0.3.3 · Built for AI coding agents · Free tier no signup · falsifylab.com*

Frequently asked questions

What is falsifylab-alpha-mcp?

falsifylab-alpha-mcp is 13 live finance MCP tools for AI coding agents (Cursor, Claude Code, Cline, Windsurf). SEC insider clusters, 8-K filings, ETF flows, DeFi yields, Polymarket whales, onchain smart wallets, confluence signals, earnings drift, token unlocks, Fed comm radar. Free tier no signup.

How do I install falsifylab-alpha-mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is falsifylab-alpha-mcp open source?

Yes — it is hosted on GitHub at https://github.com/FalsifyLab/falsifylab-alpha-mcp and has 1 stars.

Related MCP tools

riponcmprojectmem

Open-source coding agent memory. Records issues, attempts, fixes and decisions, then warns your agent before it repeats an approach that already failed. Native MCP server for Claude Code, Cursor, Antigravity and Codex. 100% local, no cloud, no telemetry. MIT.

796 Python
ai-agentsai-memoryai-tools+17
jgravellejcodemunch-mcp

Cut AI token costs 95%+ on code exploration. The leading MCP server for precise, symbol-level GitHub code retrieval via tree-sitter AST. Works with Claude Code, Cursor & any MCP client. 313B+ tokens saved.

2,651 Python
claudeclaude-codeai-coding+17
agentic-boxmemora

Give your AI agents persistent, collective memory — with deduplicating absorb, supersession lineage, semantic search, and a graph UI. Speaks MCP.

715 Python
ai-agentclaudeknowledge-graph+13
IvanMurzakUnity-MCP

AI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for free.

4,137 C#
aiai-integrationgame-development+16
atlassianatlassian-mcp-server

Official remote MCP server for Atlassian. Securely connect Jira, Confluence, Jira Service Management, Bitbucket, and Compass to Claude, ChatGPT, Cursor, VS Code, and other AI tools using OAuth 2.1 or API tokens.

1,015 JavaScript
aiai-agentsatlassian+17
AVIDS2memorix

Open-source cross-agent memory layer for coding agents via MCP. Compatible with Claude Code, Codex, Cursor, Windsurf, Gemini CLI, Antigravity, OpenClaw, Hermes Agent, Oh-my-Pi, Pi, Copilot, Kiro, OpenCode, and Trae.

721 TypeScript
ai-codingclaude-codecopilot+17

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP