What it does
Five tools via JSON-RPC 2.0:
• search_funds — filter by stage, country, industry
• get_fund — full profile, thesis, check size, GPs
• get_fund_signals — live GP signals, deployment status, bullish/contrarian angles
• match_startup — describe your startup, get top 10 matched investors with reasoning
• get_gp_profile — individual partner intelligence
Agent-native pricing
Credits, not subscriptions. €0.01 per call. No monthly resets. Credits never expire. Every response includes credits_remaining in _meta.
Self-registration (no humans)
curl -X POST https://fundmomentum.vc/_api/agent/register \
-H "Content-Type: application/json" \
-d '{"agent_name": "my-workflow", "email": "[email protected]"}'
# Returns API key instantlyClaude Desktop config {
"mcpServers": {
"fund-momentum": {
"url": "https://fundmomentum.vc/_api/mcp",
"headers": { "X-API-Key": "YOUR_KEY" }
}
}
}
1 comments