Are you the author? Sign in to claim
SEC Funding Tracker — MCP server for AI agents. Find US companies that just raised private capital (SEC Form D): amount,
Find US companies that just raised private capital, straight from official SEC Form D filings — exposed as an MCP server that AI agents can call.
Live server: https://sec-funding-mcp.datapulse.workers.dev/mcp
When a US company or fund raises money privately (seed, Series A, real-estate funds, etc.), it files a Form D with the SEC. This server turns those filings into clean, structured funding signals:
Data comes straight from official SEC EDGAR — public, reliable, no scraping of defended sites.
| Tool | Description |
|---|---|
search_funding_filings | Search recent Form D funding filings by startDate, endDate, keyword |
get_pricing | Free vs paid tiers and the subscribe link |
{
"tool": "search_funding_filings",
"arguments": { "startDate": "2026-05-01", "endDate": "2026-06-09", "max": 50 }
}
Returns:
{
"companyName": "Neighborhood Network Expansion Feeder Fund I LLC",
"amountRaised": 4275000,
"industry": "Pooled Investment Fund",
"state": "GA",
"executives": ["Michael Davis (Executive Officer)"],
"filingDate": "2026-06-09",
"filingUrl": "https://www.sec.gov/cgi-bin/browse-edgar?action=getcompany&CIK=..."
}
Add to any MCP client (Claude, Cursor, Cline, Windsurf, etc.) using the remote URL:
https://sec-funding-mcp.datapulse.workers.dev/mcp
(SSE endpoint also available at /sse.)
customerEmail.Cloudflare Workers · Model Context Protocol · streamable-HTTP transport. Data: SEC EDGAR full-text search + Form D XML.
All data from the SEC's public EDGAR system (US government). Built with a descriptive User-Agent per SEC guidelines. Not investment advice — public data only.
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
Google's universal MCP server supporting PostgreSQL, MySQL, MongoDB, Redis, and 10+ databases
Official GitHub integration for repos, issues, PRs, and CI/CD workflows