Command Palette

Search for a command to run...

UnylyUnyly
Browse all

SEC Funding Tracker Server

FreeNot checked

Enables AI agents to search and retrieve US company funding events from SEC Form D filings, including amount raised, industry, executives, and filing URLs.

GitHubEmbed

About

Enables AI agents to search and retrieve US company funding events from SEC Form D filings, including amount raised, industry, executives, and filing URLs.

README

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

What it does

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:

  • Company name, amount raised, total offering size
  • Industry, location (state), filing date
  • Executives (names + roles)
  • Direct SEC filing URL

Data comes straight from official SEC EDGAR — public, reliable, no scraping of defended sites.

Tools

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

Example

{
  "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=..."
}

Connect

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.)

Pricing

Use cases

  • Sales & lead-gen — target newly funded companies (with executive names).
  • VCs & investors — track deal flow and new funds.
  • Recruiters — reach companies that just raised and are about to hire.
  • Researchers & journalists — analyse private-market funding trends.

Tech

Cloudflare Workers · Model Context Protocol · streamable-HTTP transport. Data: SEC EDGAR full-text search + Form D XML.

Use cases & data source

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.

from github.com/ssaikrishna862/sec-funding-mcp

Installing SEC Funding Tracker Server

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/ssaikrishna862/sec-funding-mcp

FAQ

Is SEC Funding Tracker Server MCP free?

Yes, SEC Funding Tracker Server MCP is free — one-click install via Unyly at no cost.

Does SEC Funding Tracker Server need an API key?

No, SEC Funding Tracker Server runs without API keys or environment variables.

Is SEC Funding Tracker Server hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install SEC Funding Tracker Server in Claude Desktop, Claude Code or Cursor?

Open SEC Funding Tracker Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare SEC Funding Tracker Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs