SEC EDGAR
Rank #23,330io.github.danishashko/edgar-mcp
SEC EDGAR filings (10-K, 10-Q, 8-K), XBRL financials, and full-text filing search. No API key.
SEC EDGAR is a Model Context Protocol (MCP) server published by danishashko. It ranks #23,330 of 115,460 servers tracked on MCP Toplist. SEC EDGAR is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jun 2, 2026 and most recently updated on Jun 14, 2026.
Ranks ahead of 92,130 of 115,460 servers on MCP Toplist.
Use SEC EDGAR
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add edgar-mcp -e "SEC_USER_AGENT=<your SEC_USER_AGENT>" -- npx -y edgar-mcpReplace each placeholder with your own value before saving.
[mcp_servers.edgar-mcp]
command = "npx"
args = ["-y", "edgar-mcp"]
[mcp_servers.edgar-mcp.env]
SEC_USER_AGENT = "<your SEC_USER_AGENT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"edgar-mcp": {
"command": "npx",
"args": [
"-y",
"edgar-mcp"
],
"env": {
"SEC_USER_AGENT": "<your SEC_USER_AGENT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"edgar-mcp": {
"command": "npx",
"args": [
"-y",
"edgar-mcp"
],
"env": {
"SEC_USER_AGENT": "<your SEC_USER_AGENT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"edgar-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"edgar-mcp"
],
"env": {
"SEC_USER_AGENT": "<your SEC_USER_AGENT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"edgar-mcp": {
"command": "npx",
"args": [
"-y",
"edgar-mcp"
],
"env": {
"SEC_USER_AGENT": "<your SEC_USER_AGENT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"edgar-mcp": {
"command": "npx",
"args": [
"-y",
"edgar-mcp"
],
"env": {
"SEC_USER_AGENT": "<your SEC_USER_AGENT>"
}
}
}
}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/io.github.danishashko%2Fedgar-mcp)<a href="https://mcptoplist.com/server/io.github.danishashko%2Fedgar-mcp"><img src="https://mcptoplist.com/badge/io.github.danishashko%2Fedgar-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
danishashko
Other servers by danishashko
- Yahoo Finance#5,927 · 2 vers
- Make MCP#19,259 · 2 vers
- FRED Economic Data#20,463 · 1 ver
- Geocoding#23,331 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 1.0.2 | Jun 14, 2026 |
Frequently asked questions
- Who maintains SEC EDGAR?
- SEC EDGAR is maintained by danishashko, which publishes 5 MCP servers (7 total versions) tracked on MCP Toplist.
- Is SEC EDGAR listed on the Official MCP Registry?
- Yes — SEC EDGAR is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does SEC EDGAR have?
- MCP Toplist tracks 1 version of SEC EDGAR, most recently published on Jun 14, 2026.
- Where can I find the source code for SEC EDGAR?
- The source code for SEC EDGAR is hosted at github.com/danishashko/edgar-mcp.