Fundz Agent API
Dated evidence your agent can cite.
Funding rounds and SEC 8-K events, each one linked to the filing or announcement it came from — so a claim can be checked before it reaches a prospect. Two lanes only, and nothing is inferred.
Authenticate
Send your key in an X-Fundz-Key header. Authorization: Bearer and X-Api-Key also work.
Call it over REST
curl -s https://api.fundz.net/v1/agent/why_now \
-H 'X-Fundz-Key: YOUR_KEY' \
-H 'Content-Type: application/json' \
-d '{"domain": "stripe.com"}'Or connect it as an MCP server
Streamable HTTP at https://api.fundz.net/v1/agent/mcp.initialize and tools/list need no key; tools/call does.
{
"mcpServers": {
"fundz": {
"url": "https://api.fundz.net/v1/agent/mcp",
"headers": { "X-Fundz-Key": "YOUR_KEY" }
}
}
}The four tools
why_now— why one company is worth contacting todayevents_for_icp— funding and 8-K events matching an ICPpredicted_next— companies likely to raise nextwatchlist_diff— what changed across a book of domains (up to 400)
Usage
Every response carries X-Fundz-Units headers with what the call cost and your month to date. Billing is metered on units.
Full reference in the docs, or the server card. To get a key, or if anything is off, email support@fundz.net — it reaches a person.