Sec Edgar MCP
Rank #1,423io.github.stefanoamorelli/sec-edgar-mcp
MCP server providing sec-edgar-mcp capabilities
Sec Edgar MCP is a Model Context Protocol (MCP) server published by stefanoamorelli. It ranks #1,423 of 115,460 servers tracked on MCP Toplist, and its repository has 353 GitHub stars. Sec Edgar MCP is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 2 tracked versions. It was first listed on Apr 1, 2025 and most recently updated on Sep 9, 2025.
Ranks ahead of 114,037 of 115,460 servers on MCP Toplist.
Use Sec Edgar MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add sec-edgar-mcp -e "SEC_EDGAR_USER_AGENT=<your SEC_EDGAR_USER_AGENT>" -- uvx sec-edgar-mcpReplace each placeholder with your own value before saving.
[mcp_servers.sec-edgar-mcp]
command = "uvx"
args = ["sec-edgar-mcp"]
[mcp_servers.sec-edgar-mcp.env]
SEC_EDGAR_USER_AGENT = "<your SEC_EDGAR_USER_AGENT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sec-edgar-mcp": {
"command": "uvx",
"args": [
"sec-edgar-mcp"
],
"env": {
"SEC_EDGAR_USER_AGENT": "<your SEC_EDGAR_USER_AGENT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sec-edgar-mcp": {
"command": "uvx",
"args": [
"sec-edgar-mcp"
],
"env": {
"SEC_EDGAR_USER_AGENT": "<your SEC_EDGAR_USER_AGENT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"sec-edgar-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"sec-edgar-mcp"
],
"env": {
"SEC_EDGAR_USER_AGENT": "<your SEC_EDGAR_USER_AGENT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sec-edgar-mcp": {
"command": "uvx",
"args": [
"sec-edgar-mcp"
],
"env": {
"SEC_EDGAR_USER_AGENT": "<your SEC_EDGAR_USER_AGENT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sec-edgar-mcp": {
"command": "uvx",
"args": [
"sec-edgar-mcp"
],
"env": {
"SEC_EDGAR_USER_AGENT": "<your SEC_EDGAR_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.stefanoamorelli%2Fsec-edgar-mcp)<a href="https://mcptoplist.com/server/io.github.stefanoamorelli%2Fsec-edgar-mcp"><img src="https://mcptoplist.com/badge/io.github.stefanoamorelli%2Fsec-edgar-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (3 delisted)
stefanoamorelli
Other servers by stefanoamorelli
- Fred MCP Server#2,352 · 2 vers
- Nasdaq Data Link MCP Server#6,068 · 5 vers
- Companies House MCP Server#8,634 · 5 vers
- storybook-mcp-server#11,977 · 4 vers
- Hyprland MCP Server#15,963
- ember-cli-mcp#17,400 · 5 vers
- Codemagic MCP Server#22,918
Available versions (2)
| Version | Published |
|---|---|
| 1.0.5 | Sep 9, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Sec Edgar MCP?
- Sec Edgar MCP is maintained by stefanoamorelli, which publishes 8 MCP servers (23 total versions) tracked on MCP Toplist.
- Is Sec Edgar MCP listed on the Official MCP Registry?
- Yes — Sec Edgar MCP is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does Sec Edgar MCP have?
- MCP Toplist tracks 2 versions of Sec Edgar MCP, most recently published on Sep 9, 2025.
- Where can I find the source code for Sec Edgar MCP?
- The source code for Sec Edgar MCP is hosted at github.com/stefanoamorelli/sec-edgar-mcp.