Fund Momentum MCP Server
Enables CrewAI agents to access live investor data, search funds by criteria, and get AI-powered startup matching.
Integrates with LangChain to provide tools for querying fund databases, retrieving GP signals, and matching startups to investors.
Allows LangGraph workflows to incorporate real-time VC fund data, fund signals, and investor matching capabilities.
Lets n8n workflows call MCP tools to search funds, get fund profiles, and access signal data for automation.
Supports OpenAI Agents SDK for accessing fund momentum data, enabling AI agents to find and evaluate VC funds.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Fund Momentum MCP ServerFind seed stage B2B SaaS funds in Germany"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Related MCP server: Elliot Foster – Brazilian Funds
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)
Tool | Tier | Description |
| Starter | Search 985+ funds by stage, country, industry |
| Starter | Full fund profile with GP intelligence |
| Pro | Bullish/contrarian signals, deployment status, thesis tags |
| Pro | Individual GP profiles and backgrounds |
| Pro | AI-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:
Dimension | What we measure |
LP Trust Signal | LP quality, re-ups, fund size trajectory |
Early Track Record | Portfolio performance, notable exits |
Thesis Sharpness | Specificity and differentiation of investment focus |
Founder Alignment | GP background, check size fit, post-investment support |
No AUM sorting. No paid inclusion. Primary research only.
Pricing
Tier | Price | API Calls | Access |
Free | €0 | — | Platform browsing |
Starter | €49/mo | 1,000/mo | search_funds, get_fund |
Pro | €299/mo | 10,000/mo | All tools incl. signals |
Agent | €0.01/call | Pay-per-call | All tools, credit-based |
→ Get API Key · Pricing
Links
Platform: fundmomentum.vc
MCP Docs: fundmomentum.vc/mcp
FM15 Ranking: fundmomentum.vc/fm15-2026
Newsletter: schneida.substack.com
Maintained by Michael Schneider · Vienna, Austria
This server cannot be installed
Maintenance
Related MCP Servers
- AlicenseAqualityDmaintenanceGive your AI agent access to 60M+ companies and 300M+ verified contacts. Enrich leads, find work emails, discover tech stacks, and identify buying intent — directly from Claude, Cursor, Windsurf, or any MCP-compatible AI agent.1124MIT
- AlicenseNot gradedqualityDmaintenanceBrazilian investment-fund analytics for AI clients via the Model Context Protocol (MCP). Connect Claude Desktop, Cursor, ChatGPT, or any MCP-compatible client to query 30,000+ Brazilian investment funds: daily NAV, complete holdings (CDA), fund-of-funds look-through, portfolio overlap analysis, and your personal favorites/watchlist.MIT
- AlicenseAqualityDmaintenanceA Bloomberg Terminal you can talk to. Query company relationships — suppliers, customers, competitors, supply chain paths — directly from Claude, Cursor, or any MCP-compatible AI assistant.7MIT
- AlicenseNot gradedqualityCmaintenanceFinancial intelligence for AI agents. Give Claude access to insider trading data, SEC filings, economic indicators, and multi-signal analysis — all through a single MCP server.MIT
Related MCP Connectors
Live EU funding data in your AI: grant calls, programmes, consortium partners, VCs, incubators.
MCP-native co-founder directory your AI agent searches, screening inbound pitches for you.
Private company data & real-time news signals for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/schneidavie/fundmomentum'
If you have feedback or need assistance with the MCP directory API, please join our Discord server