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 MCP Server
960+ active VC funds. Live investor signals. AI-powered matching.
The Fund Momentum MCP server connects Claude, Cursor, or any MCP-compatible AI to our database of active venture capital funds — all raised capital since September 2024.
Quickstart
Claude Desktop
Add to ~/Library/Application Support/Claude/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/pricing or register an agent key at fundmomentum.vc/for-agents. Restart Claude Desktop. Done.
Related MCP server: DataLayer MCP
Available Tools
Tool | Tier | Description |
| Starter | Filter 960+ active VC funds by stage, country, industry |
| Starter | Full fund profile with thesis, check size, team |
| Pro / Agent | Live GP signals, deployment status, founder playbook |
| Pro / Agent | Individual partner backgrounds, character tags, thesis |
| Pro / Agent | AI matching — describe your startup, get top 10 investor matches |
Pricing
Tier | Price | Calls | Tools | Best for |
Free | 0 | 0 manifest only | - | Browsing the API |
Starter | 49/mo | 1,000/mo | search_funds, get_fund | Founders researching investors |
Pro | 299/mo | 10,000/mo | All tools | Power users and small tools |
Agent | 0.01/call | Unlimited | All tools | Autonomous agents and workflows |
Enterprise | Custom | Unlimited | All + SLA | Accelerators and platforms |
Agent Tier - Credit Bundles
No subscription. Credits never expire.
Pack | Calls | Price | Rate |
Starter | 1,000 | 10 | 0.010/call |
Standard | 10,000 | 80 | 0.008/call - 20% off |
Volume | 100,000 | 500 | 0.005/call - 50% off |
Buy agent credits: https://fundmomentum.vc/for-agents
Agent Self-Registration
Agents can register themselves without human approval:
curl -X POST https://fundmomentum.vc/_api/agent/register \
-H "Content-Type: application/json" \
-d '{"agent_name": "my-workflow", "email": "ops@yourcompany.com"}'Response:
{
"api_key": "abc123...",
"agent_credits": 0,
"status": "registered",
"mcp_endpoint": "https://fundmomentum.vc/_api/mcp"
}Every MCP response includes credit balance:
{
"_meta": {
"credits_remaining": 9847,
"cost_per_call": "0.01",
"billing": "per_call"
}
}When credits run out, the MCP returns:
{
"error": {
"code": -32001,
"message": "Insufficient credits. Buy more at https://fundmomentum.vc/for-agents",
"buy_url": "https://fundmomentum.vc/for-agents"
}
}Example Prompts (Claude Desktop)
For founders:
Which seed funds in Austria invest in B2B SaaS?
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 techFor developers and agents:
Search for 20 seed funds in Germany and return as JSON
Get the GP signal profile for Accel latest fund
Match this description to investors: [paste startup description]API Reference
Endpoint: POST https://fundmomentum.vc/_api/mcp
Protocol: JSON-RPC 2.0
Auth: X-API-Key header
search_funds
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
}
)
funds = r.json()["result"]["content"][0]["text"]Arguments: stage, country, industry, limit (max 20)
Stage values: pre_seed, seed, series_a, series_b, series_c, growth, late_stage
get_fund (Starter)
Full fund profile including name, country, fundingStage, fundSize, website, linkedin, fundManager, description, industries. Pro and Agent tiers also receive signal data.
get_fund_signals (Pro / Agent)
Returns: thesisTags, bullishSignals, contrarianSignals, founderDos, founderDonts, sweetSpot, activeStatus, deploymentProgress, freshnessScore (1-10), lastUpdated
get_gp_profile (Pro / Agent)
Returns: name, initials, role, characterTags, knownFor, linkedinUrl
match_startup (Pro / Agent)
r = requests.post(url, headers=headers, json={
"jsonrpc": "2.0", "method": "tools/call",
"params": {
"name": "match_startup",
"arguments": {
"description": "B2B SaaS for estate management, DACH, pre-seed, raising 500K",
"stage": "pre_seed",
"country": "Austria"
}
}, "id": 1
})
# Returns top 10 matches with name, slug, match_reason, match_score, urln8n Integration
HTTP Request Node, Method POST, URL https://fundmomentum.vc/_api/mcp, Header X-API-Key from env.
{
"jsonrpc": "2.0",
"method": "tools/call",
"params": { "name": "search_funds", "arguments": { "stage": "seed", "limit": 20 } },
"id": 1
}Compatible With
LangChain, CrewAI, n8n, AutoGPT, LangGraph, OpenAI Agents SDK, Claude, Any MCP Client
Links
Website: https://fundmomentum.vc
MCP Overview: https://fundmomentum.vc/mcp
For Agents: https://fundmomentum.vc/for-agents
Pricing: https://fundmomentum.vc/pricing
GitHub examples: https://github.com/schneidavie/fundmomentum/tree/main/examples
Contact: michael@fundmomentum.vc
Fund Momentum tracks 960+ active VC funds raised since September 2024.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceProvides AI agents with native access to the Frontrun API to track venture capital activities on X in real time. It enables users to monitor new follows, detect multi-account convergence signals, and identify trending companies across monitored accounts.Last updated18364MIT
- 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.Last updated1142MIT
- Alicense-qualityDmaintenanceBrazilian 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.Last updatedMIT
- 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.Last updated71MIT
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.
The financial MCP for AI agents - 90+ financial tables, SEC filings, signals, alt-data.
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