Use FundedAPI as a Langchain tool
Expose every FundedAPI endpoint as a function-callable tool for your agent. One wrapper, full OpenAPI schema.
Expose FundedAPI as an MCP server
Hosted MCP at https://fundedapi.com/mcp — paste one block into Claude Desktop config. No self-hosting. (Python bridge below for older Claude builds.)
CrewAI agent that finds funded prospects
Drop-in tool for CrewAI agents — pair with an email writer to auto-draft outreach.
Daily Slack alert for new funded startups
A webhook subscription + a Slack incoming webhook = real-time pings in #sales when matching rounds drop.
Push funded startups into HubSpot as leads
Pull the weekly CSV, upsert to HubSpot companies, trigger workflows. Runs as a cron.
Minimal Python client
Thin wrapper around requests. Handles auth, retries, rate-limit backoff. Copy-paste friendly.
Minimal Node.js client
Zero-dependency fetch-based client with typed response + rate-limit aware retries.
@getfundedapi/client — official npm package
The same client as above, published and maintained on npm. TypeScript types, 429 auto-retry, webhook HMAC verification — zero dependencies.
Missing a recipe?
Open an issue or email hello@fundedapi.com — we ship fast.