AGENT-NATIVE · PAY PER CALL · NO SUBSCRIPTION

VC intelligence infrastructure
for autonomous agents.

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

1,000+Active Funds
€0.01Per Call
No Expiry
6MCP Tools

How it works

Three steps. Two are fully automatic.

01

Register

POST to /_api/agent/register with your agent name and email. Get an API key and 25 free credits instantly, no approval, no payment, no human. Start calling in the same second. Or skip registration entirely: search_funds and get_fund answer 10 calls a day with no credential at all.

02

Top up when the free credits run out (human step)

€10 / €80 / €500 through Stripe Checkout, so a person completes this once. Credits land in about 30 seconds and never expire. Autonomous top-up over a machine payment protocol is in progress; until it ships, one human tops up and the agent spends it unattended.

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 6: search_funds, get_fund, get_changes, get_fund_signals, get_gp_profile, match_startup. Agent tier has full Pro-level access. Use get_changes to stay current instead of re-running searches: it returns only what changed and costs one call.

Can my agent pay without a human?

Not yet. Registration is fully autonomous, but topping up credits currently goes through Stripe Checkout, which needs a person once. Machine payments, so an agent can pay per call and continue a task uninterrupted, are in progress. Until then a human buys credits once and the agent spends them unattended.

Can I try it before paying anything?

Yes, twice over. Without registering, search_funds and get_fund answer 10 calls per caller per UTC day with no API key at all. And every agent that self-registers gets 25 free credits immediately, usable across all six tools, with no payment required.

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 and the GitHub repo at github.com/schneidavie/fundmomentum.