Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Fund Momentum

REMOTE · FUNDMOMENTUM.VC · SCANNED SEP 22

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

Available components

−1 this week 82 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security74
Transport & Reachability100
Schema Quality & AI Usability66
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1247 tokens (~207/item across 6 items; 6 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 6 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 7 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities60
  • Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28. See how to fix → Fail
Install

How do I install the Fund Momentum MCP server?

Fund Momentum is a hosted endpoint at https://fundmomentum.vc/_api/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · fundmomentum.vc

# add to Claude Code
claude mcp add --transport http schneidavie-fund-momentum 'https://fundmomentum.vc/_api/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "schneidavie-fund-momentum": {
      "url": "https://fundmomentum.vc/_api/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "schneidavie-fund-momentum": {
      "type": "http",
      "url": "https://fundmomentum.vc/_api/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.schneidavie-fund-momentum]
url = "https://fundmomentum.vc/_api/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "schneidavie-fund-momentum": {
      "type": "remote",
      "url": "https://fundmomentum.vc/_api/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add schneidavie-fund-momentum --url 'https://fundmomentum.vc/_api/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  schneidavie-fund-momentum:
    url: "https://fundmomentum.vc/_api/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "schneidavie-fund-momentum": {
      "Transport": "http",
      "Url": "https://fundmomentum.vc/_api/mcp"
    }
  }
}
# add to Vellum
assistant mcp add schneidavie-fund-momentum -t streamable-http -u 'https://fundmomentum.vc/_api/mcp'
// mcp.json
{
  "mcpServers": {
    "schneidavie-fund-momentum": {
      "type": "http",
      "url": "https://fundmomentum.vc/_api/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 −1
    • Tool “get_changes” rewrote its description, which is the text the model reads security
    • Tool “get_fund” rewrote its description, which is the text the model reads security
    • Tool “get_fund_signals” rewrote its description, which is the text the model reads security
    • Tool “get_gp_profile” rewrote its description, which is the text the model reads security
    • Tool “match_startup” rewrote its description, which is the text the model reads security
    • Tool “search_funds” rewrote its description, which is the text the model reads security
    • Schema quality: 152 → 207 functional
    • “get_fund_signals” reworded the description of “slug” cosmetic
    • “get_gp_profile” reworded the description of “fund_slug” cosmetic
  • 14 Sept 26 0
    • The server rewrote its instructions, which are the text every model session reads security
  • 26 Aug 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 25 Aug 26 +7
    • Authorization: unverified → partial security
    • Stability: 0.97 → pass security
    • Tool “get_changes” changed its title: Get changed funds since cosmetic
    • Tool “get_fund” changed its title: Get fund profile cosmetic
    • Tool “get_fund_signals” changed its title: Get fund investor signals cosmetic
    • Tool “get_gp_profile” changed its title: Get General Partner profiles cosmetic
    • Tool “match_startup” changed its title: Match startup to funds cosmetic
    • Tool “search_funds” changed its title: Search VC funds cosmetic
  • 24 Aug 26 75
    • Schema quality: 133 → 148 functional
    • Schema quality: good → excellent functional
    • “get_fund” reworded the description of “slug” cosmetic
    • “match_startup” reworded the description of “stage” cosmetic
    • “search_funds” reworded the description of “industry” cosmetic
    • “search_funds” reworded the description of “stage” cosmetic
  • 23 Aug 26 0
    • The server rewrote its instructions, which are the text every model session reads security
    • Tool “get_fund” rewrote its description, which is the text the model reads security
    • Tool “get_fund_signals” rewrote its description, which is the text the model reads security
    • Tool “get_gp_profile” rewrote its description, which is the text the model reads security
    • Tool “match_startup” rewrote its description, which is the text the model reads security
    • Tool “search_funds” rewrote its description, which is the text the model reads security
    • Schema quality: pass → fail functional
    • Schema quality: excellent → good functional
    • Server version: 1.0.0 → 1.1.0 functional
    • New tool “get_changes” functional
    • “get_fund” reworded the description of “slug” cosmetic
    • “match_startup” reworded the description of “country” cosmetic
    • “match_startup” reworded the description of “stage” cosmetic
    • “search_funds” reworded the description of “country” cosmetic
    • “search_funds” reworded the description of “industry” cosmetic
    • “search_funds” reworded the description of “limit” cosmetic
    • “search_funds” reworded the description of “stage” cosmetic
  • 11 Aug 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 22 Sept 2026 · Probed https://fundmomentum.vc/_api/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=fundmomentum.vc CN=Amazon RSA 2048 M01,O=Amazon,C=US 16 Jul 2026 29 Jan 2027 RSA 2048 SHA256-RSA 611da3961fa700d8f98b3eae69cf801
SANs: fundmomentum.vc, *.fundmomentum.vc
CN=Amazon RSA 2048 M01,O=Amazon,C=US (CA) CN=Amazon Root CA 1,O=Amazon,C=US 23 Aug 2022 23 Aug 2030 RSA 2048 SHA256-RSA 77312380b9d6688a33b1ed9bf9ccda68e0e0f
CN=Amazon Root CA 1,O=Amazon,C=US (CA) CN=Starfield Services Root Certificate Authority - G2,O=Starfield Technologies\, Inc.,L=Scottsdale,ST=Arizona,C=US 25 May 2015 31 Dec 2037 RSA 2048 SHA256-RSA 67f944a2a27cdf3fac2ae2b01f908eeb9c4c6

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of fundmomentum.vc. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
vc. present 54391 8 Verified
fundmomentum.vc. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://fundmomentum.vc/_api/mcp Verified 200
http (plaintext) http://fundmomentum.vc/_api/mcp HTTPS enforced 301 https://fundmomentum.vc/_api/mcp
MCP tools · 6 exposed · ~1,031 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
get_changes ~218

FOR STAYING CURRENT, not for discovery: return only the funds whose data changed since a given timestamp. Free tier, API key required. Designed for cheap repeated polling: send the `next_since` AND the `etag` from your previous response, and an unchanged window answers with `unchanged: true` and no rows. Use this instead of re-running search_funds on a schedule. One call here replaces a full re-crawl.

NameTypeReqDescription
if_none_matchstringThe `etag` value from your previous get_changes response. If nothing changed, the reply is a few bytes instead of a full page. This is the cheapest poll available here.
limitintegerMaximum rows to return (1-200)
sincestringLower bound, exclusive. Accepts either an ISO 8601 timestamp ('2026-08-01T00:00:00Z') or a unix epoch in milliseconds as a string ('1785955265103'). Omit to receive the last 7 days.

No output schema declared.

No examples provided.

get_fund ~140

THEN: get the detailed profile of one fund, using a slug returned by search_funds. Free tier, no API key required. Every response carries a `provenance` block stating where each field came from, when it was last verified, and how confident Fund Momentum is in it. Do not guess the slug from a fund's display name; it will usually be wrong and the call is wasted.

NameTypeReqDescription
slugstringyesThe slug identifier of a fund, exactly as returned in the `slug` field of search_funds. Call search_funds first rather than guessing: slugs are not derivable from a fund's display name.

No output schema declared.

No examples provided.

get_fund_signals ~136

DRILL DOWN on a fund you already identified with search_funds or get_fund. Returns investor signals: GP thesis, bullish and contrarian signals, founder dos and don'ts, deployment status and source URLs. This is the tool to use before writing an outreach message to a specific fund. Pro tier, or pay per call over MPP. Roughly 96% of funds carry signals; the rest return not_found and are never charged for.

NameTypeReqDescription
slugstringyesThe fund's slug, exactly as returned in the `slug` field of search_funds. Call search_funds first rather than guessing.

No output schema declared.

No examples provided.

get_gp_profile ~117

DRILL DOWN to the people: General Partner profiles for a fund you already identified. Use this when the question is who to approach and what they personally focus on, rather than what the fund does. Pro tier, or pay per call over MPP. Requires a slug from search_funds.

NameTypeReqDescription
fund_slugstringyesThe fund's slug, exactly as returned in the `slug` field of search_funds. Call search_funds first rather than guessing.
gp_namestringOptional GP name to filter by

No output schema declared.

No examples provided.

match_startup ~160

ALTERNATIVE ENTRY POINT when you do not know what to search for. Describe a startup in plain language and receive the top 10 matching funds, each with a slug, a reason and a score. Use this instead of search_funds when the brief is qualitative ('climate hardware, pre-seed, Europe') rather than a filter. Slower than the other tools, around 8 seconds, because it reasons over the database. Pro tier, or pay per call over MPP.

NameTypeReqDescription
countrystringCountry, spelled out in full
descriptionstringyesStartup description (max 500 chars)
stagestringFunding stage. Must be one of the listed enum values; common spellings are normalised.

No output schema declared.

No examples provided.

search_funds ~260

START HERE for any question about funds. Search actively deploying venture capital funds by stage, country and industry. Free tier, and it works with no API key at all. Returns name, slug, country, stage, fund size, industries and a durable profile URL. The `slug` in each result is what every other tool takes as input, so run this first and copy the slug rather than constructing one from a fund's name.

NameTypeReqDescription
countrystringCountry of the fund's headquarters, spelled out in full (e.g. 'United States', 'United Kingdom', 'Germany'). Not an ISO code.
industrystringIndustry focus. Must be one of the listed enum values (lowercase, underscores), e.g. 'ai_ml', 'fintech', 'climate_sustainability'. Common spellings such as 'AI/ML', 'FinTech' or 'climate' are accepte…
limitintegerNumber of results to return (1-20)
stagestringFunding stage focus. Must be one of the listed enum values (lowercase, underscores). Common spellings such as 'Pre-Seed' or 'Series A' are accepted and normalised.

No output schema declared.

No examples provided.

Common questions

What is the Fund Momentum MCP server?

Fund Momentum is an MCP server listed in the public MCP registry as io.github.schneidavie/fund-momentum. 1000+ actively deploying VC funds and 415 disclosed LPs, with live investor signals. This page covers its hosted endpoint (https://fundmomentum.vc/_api/mcp).

Is the Fund Momentum MCP server safe to use?

Fund Momentum scores 82 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Fund Momentum MCP server expose?

Fund Momentum exposes 6 tools: search_funds, get_fund, get_changes, get_fund_signals, get_gp_profile, match_startup. Their descriptions and schemas cost roughly 1,031 tokens of context every time the server is loaded.

Does the Fund Momentum MCP server require authentication?

No. We connected to Fund Momentum without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the Fund Momentum MCP server still maintained?

Fund Momentum is still listed as active in the MCP registry. We last reached this channel on 22 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.