{
  "name": "Fund Momentum MCP Server",
  "version": "1.1.0",
  "description": "Live VC intelligence for 1,091 actively deploying funds.",
  "fund_count": 1091,
  "fund_count_note": "Live SELECT COUNT(*) at request time.",
  "endpoint": "https://fundmomentum.vc/_api/mcp",
  "transport": "streamable-http",
  "auth": {
    "required": false,
    "scheme": "bearer",
    "header": "X-API-Key",
    "alternative_header": "Authorization: Bearer <key>",
    "keyless_trial": {
      "tools": [
        "search_funds",
        "get_fund",
        "get_changes"
      ],
      "calls_per_caller_per_utc_day": 10,
      "signup_required": false
    },
    "free_tier": {
      "price": "€0",
      "calls_per_month": 100,
      "tools": [
        "search_funds",
        "get_fund",
        "get_changes"
      ]
    },
    "instructions": "search_funds and get_fund and get_changes work with no credential at all for 10 calls per day — try one first. Beyond that send \"X-API-Key: <key>\". The free tier costs nothing and covers search_funds, get_fund, get_changes. Humans: https://fundmomentum.vc/pricing. Agents: POST {\"agent_name\":\"...\",\"email\":\"...\"} to https://fundmomentum.vc/_api/agent/register."
  },
  "tools": [
    {
      "name": "search_funds",
      "requiredTier": "free"
    },
    {
      "name": "get_fund",
      "requiredTier": "free"
    },
    {
      "name": "get_changes",
      "requiredTier": "free"
    },
    {
      "name": "get_fund_signals",
      "requiredTier": "pro"
    },
    {
      "name": "get_gp_profile",
      "requiredTier": "pro"
    },
    {
      "name": "match_startup",
      "requiredTier": "pro"
    }
  ],
  "tools_count": 6,
  "change_feed": {
    "method": "GET",
    "url": "https://fundmomentum.vc/_api/changes",
    "conditional": "ETag / If-None-Match, 304 on an unchanged window"
  },
  "server_card": "https://fundmomentum.vc/_api/well-known/mcp/server-card",
  "docs": "https://fundmomentum.vc/mcp"
}