AGENT-NATIVE · PAY PER CALL · NO SUBSCRIPTION

VC intelligence infrastructure
for autonomous agents.

960+ active VC funds. Live investor signals.
€0.01 per API call. No monthly limits. Credits never expire.

960+Active Funds
€0.01Per Call
No Expiry
5MCP Tools

How it works

Three steps. No humans required.

01

Register

POST to /_api/agent/register with your agent name and email. Get an API key instantly.

02

Buy credits

€10 / €80 / €500. Credits added immediately via Stripe. Never expire.

03

Call the MCP

€0.01 per call. Credits auto-deducted. Every response includes credits_remaining.

Pricing

Buy credits. Use anytime.

€10
1,000 calls
€0.010 / call
Starter Pack
Most popular
€80
10,000 calls
€0.008 / call 20% off
Standard
€500
100,000 calls
€0.005 / call 50% off
Volume

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" }
    }
  }
}
Compatible withLangChainCrewAIn8nAutoGPTLangGraphOpenAI Agents SDKClaudeAny MCP Client

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.