SEC Funding Tracker Server
БесплатноНе проверенEnables AI agents to search and retrieve US company funding events from SEC Form D filings, including amount raised, industry, executives, and filing URLs.
Описание
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
- Free: up to 10 filings per call, no signup.
- Pro — $9/month: up to 200 filings per call. After subscribing, pass your account email as
customerEmail. - Subscribe: https://checkout.dodopayments.com/buy/pdt_0NgkZ6k33iFJwDPpJxMd4?quantity=1
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.
Установка SEC Funding Tracker Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/ssaikrishna862/sec-funding-mcpFAQ
SEC Funding Tracker Server MCP бесплатный?
Да, SEC Funding Tracker Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для SEC Funding Tracker Server?
Нет, SEC Funding Tracker Server работает без API-ключей и переменных окружения.
SEC Funding Tracker Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить SEC Funding Tracker Server в Claude Desktop, Claude Code или Cursor?
Открой SEC Funding Tracker Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare SEC Funding Tracker Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
