Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

Fund Momentum MCP Server

io.github.schneidavie/fund-momentum

1000+ actively deploying VC funds and 399 disclosed LPs, with live investor signals

Uptime
100.0%
1 direct probes · 30d
Response
1500ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

search_funds

Search actively deploying venture capital funds by stage, country, and industry. Free tier. Returns name, slug, country, stage, fund size, industries and a durable profile URL.

get_fund

Get the detailed profile of a specific fund by slug. Free tier. Every response carries a `provenance` block stating where each field came from, when it was last verified, and how confident Fund Moment…

get_changes

Return only the funds whose data changed since a given timestamp. Free tier. Designed for cheap repeated polling: send the `next_since` AND the `etag` from your previous response, and an unchanged win…

get_fund_signals

Get comprehensive investor signals for a fund: GP thesis, bullish and contrarian signals, founder dos and don'ts, deployment status, source URLs. Pro tier.

get_gp_profile

Get General Partner profiles for a fund. Pro tier.

match_startup

AI-powered fund matching. Describe a startup and receive the top 10 matching funds with a reason and score. Pro tier.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "fund_momentum_mcp_server": {
      "url": "https://fundmomentum.vc/_api/mcp",
      "transport": "streamable-http"
    }
  }
}