{"name":"Fund Momentum","description":"920+ active VC funds with live investor signals","version":"1.0.0","transport":"streamable-http","auth":{"type":"header","header":"X-API-Key","description":"API key from fundmomentum.vc/account-settings"},"pricing":{"free":{"price":"€0","calls":0,"note":"API key only"},"starter":{"price":"€49/mo","calls":1000,"tools":["search_funds","get_fund"]},"pro":{"price":"€299/mo","calls":10000,"tools":["search_funds","get_fund","get_fund_signals","get_gp_profile","match_startup"]},"enterprise":{"price":"Custom","calls":"unlimited"}},"tools":[{"name":"search_funds","description":"Search for venture capital funds by stage, country, and industry.","requiredTier":"starter","inputSchema":{"type":"object","properties":{"stage":{"type":"string","enum":["growth","late_stage","pre_seed","seed","series_a","series_b","series_c"],"description":"Funding stage focus"},"country":{"type":"string","description":"Country (e.g. 'United States', 'United Kingdom')"},"industry":{"type":"string","description":"Industry focus"},"limit":{"type":"integer","description":"Number of results to return (max 20)","default":10}}}},{"name":"get_fund","description":"Get detailed profile of a specific fund by slug.","requiredTier":"starter","inputSchema":{"type":"object","properties":{"slug":{"type":"string","description":"The slug identifier of the fund"}},"required":["slug"]}},{"name":"get_fund_signals","description":"Get comprehensive investor signals for a fund.","requiredTier":"pro","inputSchema":{"type":"object","properties":{"slug":{"type":"string","description":"The slug identifier of the fund"}},"required":["slug"]}},{"name":"get_gp_profile","description":"Get General Partner profiles for a fund.","requiredTier":"pro","inputSchema":{"type":"object","properties":{"fund_slug":{"type":"string","description":"The slug identifier of the fund"},"gp_name":{"type":"string","description":"Optional GP name to filter by"}},"required":["fund_slug"]}},{"name":"match_startup","description":"AI-powered fund matching based on startup description.","requiredTier":"pro","inputSchema":{"type":"object","properties":{"description":{"type":"string","description":"Startup description (max 500 chars)"},"stage":{"type":"string","enum":["growth","late_stage","pre_seed","seed","series_a","series_b","series_c"],"description":"Funding stage"},"country":{"type":"string","description":"Country"}},"required":["description"]}}],"claude_desktop_config":{"mcpServers":{"fund-momentum":{"url":"https://fundmomentum.vc/_api/mcp","headers":{"X-API-Key":"YOUR_KEY"}}}}}