Back to Browse

Fundmomentum MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

920+ active VC funds with live investor signals

About

920+ active VC funds with live investor signals

Remote endpoints: streamable-http: https://fundmomentum.vc/_api/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

5 tools verified · Open access · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-schneidavie-fund-momentum": {
      "url": "https://fundmomentum.vc/_api/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Fund Momentum — Live VC Intelligence Platform

1000+ actively deploying VC funds · GP Signal Profiles · FM15 Ranking · MCP Server for AI agents

fundmomentum.vc · MCP Docs · FM15 Ranking · Smithery


What is Fund Momentum?

Fund Momentum is a live VC intelligence platform built for founders raising capital. We track 985+ actively deploying VC funds — all raised capital since September 2024 — with weekly-updated GP Signal Profiles that go beyond fund basics.

The problem: Most VC databases are graveyard tours. Funds that stopped deploying 18 months ago, GPs who moved on, theses that haven't been updated since the fund closed. Founders pitch 40 investors and discover half of them aren't writing checks anymore.

The solution: Fund Momentum only lists funds that raised capital since September 2024. Every fund has verified deployment signals, not scraped summaries.


MCP Server

Connect Claude, Cursor, or any MCP-compatible AI directly to Fund Momentum.

Quick Setup (Claude Desktop)

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "fund-momentum": {
      "url": "https://fundmomentum.vc/_api/mcp",
      "headers": {
        "X-API-Key": "YOUR_API_KEY"
      }
    }
  }
}

Get your API key at fundmomentum.vc/account-settings. Restart Claude Desktop. Done.

Example Queries

"Which seed funds in DACH invest in B2B SaaS and are deploying now?"
"What is Speedinvest bullish on right now?"
"Match my startup: AI-native fintech, seed stage, raising €3M, Vienna"
"What should I know before pitching Point Nine Capital?"
"Show me active pre-seed funds in the UK focused on deep tech"

Available Tools (5)

ToolTierDescription
search_fundsStarterSearch 985+ funds by stage, country, industry
get_fundStarterFull fund profile with GP intelligence
get_fund_signalsProBullish/contrarian signals, deployment status, thesis tags
get_gp_profileProIndividual GP profiles and backgrounds
match_startupProAI-powered fund matching based on startup description

API Reference

Endpoint: POST https://fundmomentum.vc/_api/mcp
Protocol: JSON-RPC 2.0
Auth: X-API-Key header or Authorization: Bearer <key>

import requests

r = requests.post(
    "https://fundmomentum.vc/_api/mcp",
    headers={"X-API-Key": "YOUR_KEY", "Content-Type": "application/json"},
    json={
        "jsonrpc": "2.0",
        "method": "tools/call",
        "params": {
            "name": "search_funds",
            "arguments": {"stage": "seed", "country": "Germany", "limit": 10}
        },
        "id": 1
    }
)
print(r.json())
const r = await fetch("https://fundmomentum.vc/_api/mcp", {
  method: "POST",
  headers: { "X-API-Key": "YOUR_KEY", "Content-Type": "application/json" },
  body: JSON.stringify({
    jsonrpc: "2.0",
    method: "tools/call",
    params: { name: "get_fund_signals", arguments: { slug: "speedinvest" } },
    id: 1
  })
});
const data = await r.json();

GP Signal Profiles

Beyond fund size and portfolio, Fund Momentum extracts how each GP actually thinks:

  • Thesis Tags — specific investment focus areas
  • Bullish Signals — what they're excited about right now
  • Contrarian Signals — where they're betting against the consensus
  • Deployment Score — how actively they're writing checks
  • Founder Dos & Don'ts — how to pitch this specific fund

Built from primary research: GP blog posts, fund websites, LinkedIn, published interviews. Not scraped summaries.


FM15 — Founder Alignment Ranking

The FM15 is our semi-annual ranking of the 15 best emerging VC managers, scored on four dimensions:

DimensionWhat we measure
LP Trust SignalLP quality, re-ups, fund size trajectory
Early Track RecordPortfolio performance, notable exits
Thesis SharpnessSpecificity and differentiation of investment focus
Founder AlignmentGP background, check size fit, post-investment support

No AUM sorting. No paid inclusion. Primary research only.

View FM15 H1 2026


Pricing

TierPriceAPI CallsAccess
Free€0Platform browsing
Starter€49/mo1,000/mosearch_funds, get_fund
Pro€299/mo10,000/moAll tools incl. signals
Agent€0.01/callPay-per-callAll tools, credit-based

Get API Key · Pricing


Links


Maintained by Michael Schneider · Vienna, Austria

Reviews

No reviews yet

Be the first to review this server!

Fundmomentum MCP Server - 1000+ actively deploying VC funds and 367 disclosed LPs, | MCP Marketplace