streamable-httpMITupdated 1mo ago
SEC EDGAR for AI agents — as MCP tools your agent can call mid-task to research a US public company's filings, financials and insider activity. No API keys.
What can you do with filings intel mcp?
Filings Intel MCP — by Datakoot
SEC EDGAR for AI agents — as MCP tools your agent can call mid-task to research a US public company's filings, financials and insider activity. No API keys.
Tools
| Tool | What it does | Source |
|---|---|---|
company_lookup |
Find a company's CIK and metadata by name or ticker | SEC EDGAR |
recent_filings |
List a company's most recent filings, filterable by form type (10-K, 8-K, ...) | SEC EDGAR |
filing_search |
Full-text search across EDGAR filings | SEC EDGAR |
financials |
Key XBRL financial facts (revenue, net income, assets, ...) for a company | SEC EDGAR |
insider_transactions |
Recent Form 3/4/5 insider buys and sells | SEC EDGAR |
No API keys required.
Quick start
claude mcp add --transport http filings-intel https://filings.datakoot.com/mcp
Or point any MCP client at https://filings.datakoot.com/mcp.
Data & attribution
All data comes from the SEC EDGAR system (US Securities and Exchange Commission), which is US-government public domain. Requests are made with an identifying User-Agent per SEC's fair-access policy. Informational only — not investment advice.
Part of Datakoot — keyless intelligence APIs for AI agents.
Install
Add filings intel mcp to your client. Pick the one you use.
claude mcp add --transport http filings-intel-mcp https://filings.datakoot.com/mcpcodex mcp add filings-intel-mcp --url https://filings.datakoot.com/mcp{
"mcpServers": {
"filings-intel-mcp": {
"url": "https://filings.datakoot.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"filings-intel-mcp": {
"type": "http",
"url": "https://filings.datakoot.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"filings-intel-mcp": {
"url": "https://filings.datakoot.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"filings-intel-mcp": {
"serverUrl": "https://filings.datakoot.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
4 tools
filings intel mcp exposes 4 tools to a connected agent.
- company_lookup
- Find a company's CIK and metadata by name or ticker
- recent_filings
- List a company's most recent filings, filterable by form type (10-K, 8-K, ...)
- filing_search
- Full-text search across EDGAR filings
- insider_transactions
- Recent Form 3/4/5 insider buys and sells
Score
67 / 100
Good
- Documentation14/25
- Maintenance19/25
- Trust16/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 29 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 4 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 2.0.0Latest | Jul 27, 2026 |