EDGAR (SEC filings)
Rank #14,072io.github.mcpwright/edgar-mcp
SEC filings in your agent: issuers, Reg CF/D/A raises, XBRL financials, insider trades.
EDGAR (SEC filings) is a Model Context Protocol (MCP) server published by mcpwright. It ranks #14,072 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. EDGAR (SEC filings) is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on May 30, 2026 and most recently updated on Aug 20, 2026.
Ranks ahead of 101,519 of 115,591 servers on MCP Toplist.
Use EDGAR (SEC filings)
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add edgar-mcp -e "EDGAR_MCP_USER_AGENT=<your EDGAR_MCP_USER_AGENT>" -- uvx mcpwright-edgarReplace each placeholder with your own value before saving.
[mcp_servers.edgar-mcp]
command = "uvx"
args = ["mcpwright-edgar"]
[mcp_servers.edgar-mcp.env]
EDGAR_MCP_USER_AGENT = "<your EDGAR_MCP_USER_AGENT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"edgar-mcp": {
"command": "uvx",
"args": [
"mcpwright-edgar"
],
"env": {
"EDGAR_MCP_USER_AGENT": "<your EDGAR_MCP_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": "uvx",
"args": [
"mcpwright-edgar"
],
"env": {
"EDGAR_MCP_USER_AGENT": "<your EDGAR_MCP_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": "uvx",
"args": [
"mcpwright-edgar"
],
"env": {
"EDGAR_MCP_USER_AGENT": "<your EDGAR_MCP_USER_AGENT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"edgar-mcp": {
"command": "uvx",
"args": [
"mcpwright-edgar"
],
"env": {
"EDGAR_MCP_USER_AGENT": "<your EDGAR_MCP_USER_AGENT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"edgar-mcp": {
"command": "uvx",
"args": [
"mcpwright-edgar"
],
"env": {
"EDGAR_MCP_USER_AGENT": "<your EDGAR_MCP_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.mcpwright%2Fedgar-mcp)<a href="https://mcptoplist.com/server/io.github.mcpwright%2Fedgar-mcp"><img src="https://mcptoplist.com/badge/io.github.mcpwright%2Fedgar-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
mcpwright
Other servers by mcpwright
- Census (ACS by ZIP)#15,683 · 2 vers
- IRS SOI (income by ZIP)#17,343 · 2 vers
- FRED (economic data)#19,687 · 2 vers
Available versions (2)
| Version | Published |
|---|---|
| 0.1.3 | Aug 20, 2026 |
| 0.1.0 | Jun 1, 2026 |
Frequently asked questions
- Who maintains EDGAR (SEC filings)?
- EDGAR (SEC filings) is maintained by mcpwright, which publishes 4 MCP servers (8 total versions) tracked on MCP Toplist.
- Is EDGAR (SEC filings) listed on the Official MCP Registry?
- Yes — EDGAR (SEC filings) is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does EDGAR (SEC filings) have?
- MCP Toplist tracks 2 versions of EDGAR (SEC filings), most recently published on Aug 20, 2026.
- Where can I find the source code for EDGAR (SEC filings)?
- The source code for EDGAR (SEC filings) is hosted at github.com/mcpwright/edgar-mcp.