Clean JSON. Stable schema. Function-calling-ready. Drop FundedAPI into Langchain, CrewAI, N8n, MCP, or your custom agent in under 60 seconds.
Drop /api/openapi into Claude, ChatGPT, or any function-calling system. Tool definitions auto-generated.
Our REST API is trivial to expose as an MCP server. One Python wrapper, ~30 lines. Example in docs.
Let your agent ask 'AI startups hiring in SF that raised >5M last month' — we return structured filter + matching rows.
X-RateLimit-* headers on every response. Your retry logic just works. No fake 500s to throw you off.
Set up a subscription filter once. Your agent gets pinged in real-time. No polling. HMAC-signed delivery.
Every endpoint has an OpenAPI 3.1 spec, stable response shape, and typed error codes. Agents that tool-use FundedAPI get the same field on the same path every call — zero prompt drift.
POST /v1/search/ai
{ "query": "Recently funded AI agent companies hiring ML engineers" }# Natural language via AI search
curl -X POST "https://fundedapi.com/v1/search/ai" \
-H "Authorization: Bearer fapi_xxx" \
-H "Content-Type: application/json" \
-d '{"query": "AI agent startups hiring ML engineers that raised Seed"}'
# Or use the OpenAPI spec with your tool-calling framework:
curl "https://fundedapi.com/api/openapi"Not a hosted one yet, but our REST API is trivially wrappable as MCP. Check our docs for a ~30 line Python example. We're shipping a first-party MCP server in Q2.
Yes — use the OpenAPIToolkit pointed at /api/openapi. Every endpoint becomes a tool. Function signatures are rich (every param documented with examples).
Yes. Our OpenAPI schema is Claude-function-calling-compatible. Use the endpoint URL or the full spec as your tool definition.
POST a natural-language query. We convert to structured filters using Perplexity, then run SQL. You get back: the filter interpretation + matching rows. One call, fully resolved.
Free tier: 100 calls/day. Pro: 10k/day. Scale: 100k/day. For high-volume agents, webhooks are cheaper than polling.
Aggregates (stats) cached 60s. Startup data cached 5 min on the landing. Direct API calls hit fresh. Your agent gets real-time data without hammering our DB.
Fresh funding rounds + key hiring signals in your inbox every Monday.
Free forever. No card. No tricks.