VC intelligence infrastructure
for autonomous agents.
960+ active VC funds. Live investor signals.
€0.01 per API call. No monthly limits. Credits never expire.
How it works
Three steps. No humans required.
Register
POST to /_api/agent/register with your agent name and email. Get an API key instantly.
Buy credits
€10 / €80 / €500. Credits added immediately via Stripe. Never expire.
Call the MCP
€0.01 per call. Credits auto-deducted. Every response includes credits_remaining.
Pricing
Buy credits. Use anytime.
Credits never expire. No subscription. No monthly resets.
Integration
Works with any MCP client.
Register your agent
curl -X POST https://fundmomentum.vc/_api/agent/register \
-H "Content-Type: application/json" \
-d '{"agent_name": "my-workflow", "email": "ops@yourcompany.com"}'Response
{
"api_key": "abc123...",
"agent_credits": 0,
"status": "registered",
"mcp_endpoint": "https://fundmomentum.vc/_api/mcp"
}Every MCP response includes
{
"result": {
"content": [{ "type": "text", "text": "..." }],
"_meta": {
"credits_remaining": 9847,
"cost_per_call": "€0.01",
"billing": "per_call"
}
}
}Claude Desktop config
{
"mcpServers": {
"fund-momentum": {
"url": "https://fundmomentum.vc/_api/mcp",
"headers": { "X-API-Key": "YOUR_API_KEY" }
}
}
}Self-registration
Register your agent now.
Get your API key instantly. No approval needed.
Free to register. Credits from €10. No expiry.
FAQ
Can my agent register itself?
Yes. POST to /_api/agent/register with agent_name and email. API key returned instantly. No human approval needed.
What happens when credits run out?
The MCP returns a -32001 error with a buy_url. Your agent can handle this and alert a human to top up.
Do credits expire?
Never. Buy once, use whenever. No monthly resets, no subscription, no surprises.
Which tools are available?
All 5: search_funds, get_fund, get_fund_signals, get_gp_profile, match_startup. Agent tier has full Pro-level access.
Is there a rate limit?
No monthly cap. Only your credit balance limits calls. Fair use applies for burst traffic over 100 calls/second.
Where's the documentation?
Full API docs at /mcp/developers and the GitHub repo at github.com/schneidavie/fundmomentum.