edgar.tools SEC Intelligence
Rank #29tools.edgar/sec-intelligence
SEC filings for Claude, ChatGPT, Cursor — 23 tools + 5 recipes. Financials, insider, 13F, funds.
edgar.tools SEC Intelligence is a Model Context Protocol (MCP) server published by dgunning. It ranks #29 of 115,460 servers tracked on MCP Toplist, and its repository has 2,638 GitHub stars. edgar.tools SEC Intelligence is listed across 3 registries — Official MCP, PulseMCP and mcp.so, with 4 tracked versions. It was first listed on Nov 25, 2024 and most recently updated on May 13, 2026.
Ranks ahead of 115,431 of 115,460 servers on MCP Toplist.
Use edgar.tools SEC Intelligence
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http sec-intelligence https://app.edgar.tools/mcp/claude mcp add sec-intelligence -e "EDGAR_IDENTITY=<your EDGAR_IDENTITY>" -- uvx edgartoolsReplace each placeholder with your own value before saving.
[mcp_servers.sec-intelligence]
url = "https://app.edgar.tools/mcp/"Add to ~/.codex/config.toml.
[mcp_servers.sec-intelligence]
command = "uvx"
args = ["edgartools"]
[mcp_servers.sec-intelligence.env]
EDGAR_IDENTITY = "<your EDGAR_IDENTITY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://app.edgar.tools/mcp/Settings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"sec-intelligence": {
"command": "uvx",
"args": [
"edgartools"
],
"env": {
"EDGAR_IDENTITY": "<your EDGAR_IDENTITY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sec-intelligence": {
"url": "https://app.edgar.tools/mcp/"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"sec-intelligence": {
"command": "uvx",
"args": [
"edgartools"
],
"env": {
"EDGAR_IDENTITY": "<your EDGAR_IDENTITY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"sec-intelligence": {
"type": "http",
"url": "https://app.edgar.tools/mcp/"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"sec-intelligence": {
"type": "stdio",
"command": "uvx",
"args": [
"edgartools"
],
"env": {
"EDGAR_IDENTITY": "<your EDGAR_IDENTITY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sec-intelligence": {
"serverUrl": "https://app.edgar.tools/mcp/"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"sec-intelligence": {
"command": "uvx",
"args": [
"edgartools"
],
"env": {
"EDGAR_IDENTITY": "<your EDGAR_IDENTITY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sec-intelligence": {
"url": "https://app.edgar.tools/mcp/"
}
}
}{
"mcpServers": {
"sec-intelligence": {
"command": "uvx",
"args": [
"edgartools"
],
"env": {
"EDGAR_IDENTITY": "<your EDGAR_IDENTITY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/tools.edgar%2Fsec-intelligence)<a href="https://mcptoplist.com/server/tools.edgar%2Fsec-intelligence"><img src="https://mcptoplist.com/badge/tools.edgar%2Fsec-intelligence.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries (1 delisted)
dgunning
Available versions (4)
| Version | Published |
|---|---|
| 1.0.1 | May 13, 2026 |
| 5.21.1 | Mar 6, 2026 |
| 1.0.0 | Mar 5, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains edgar.tools SEC Intelligence?
- edgar.tools SEC Intelligence is maintained by dgunning, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is edgar.tools SEC Intelligence listed on the Official MCP Registry?
- Yes — edgar.tools SEC Intelligence is listed on the Official MCP Registry, alongside PulseMCP and mcp.so.
- How many versions does edgar.tools SEC Intelligence have?
- MCP Toplist tracks 4 versions of edgar.tools SEC Intelligence, most recently published on May 13, 2026.
- Where can I find the source code for edgar.tools SEC Intelligence?
- The source code for edgar.tools SEC Intelligence is hosted at github.com/dgunning/edgartools.