Data Collection
fundmomentum.vc
Provides tools to search, analyze, and match venture capital funds and investors.
ENDPOINT 1
https://fundmomentum.vc/_api/mcp
MCP server metadata
- Name
- Fund Momentum
- Version
- 1.1.0
Fund Momentum is a database of actively deploying VC funds and their limited partners. START HERE: search_funds and get_fund work with NO credential at all for 10 calls per day — call one now to see real data before deciding anything. Beyond that, send the header "X-API-Key: <key>" (or "Authorization: Bearer <key>"). The free tier costs nothing and covers search_funds, get_fund and get_changes with 100 calls per month: a human can get a key at https://fundmomentum.vc/pricing, and an autonomous agent can self-register by POSTing {"agent_name": "...", "email": "..."} to https://fundmomentum.vc/_api/agent/register. Fund profiles carry a provenance block; do not present fields marked unverified as confirmed. To stay current, poll get_changes with the next_since AND the etag from your previous response instead of re-running searches.
Known tools 6
search_fundsSearch actively deploying venture capital funds by stage, country, and industry.
Inferred read-onlyget_fund_signalsGet comprehensive investor signals for a fund: GP thesis, bullish and contrarian signals, founder dos and don'ts, deployment status, source URLs.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.fund-momentum]
url = "https://fundmomentum.vc/_api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fund-momentum": {
"type": "http",
"url": "https://fundmomentum.vc/_api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fund-momentum
Remote MCP URL: https://fundmomentum.vc/_api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"fund-momentum": {
"url": "https://fundmomentum.vc/_api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fund-momentum": {
"type": "http",
"url": "https://fundmomentum.vc/_api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fund-momentum",
"transport": "streamable-http",
"url": "https://fundmomentum.vc/_api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.