PluginBench
MCP Server
Active
MIT

SEC EDGAR MCP Server

io.github.danishashko/edgar-mcp

What is the SEC EDGAR MCP server?

SEC EDGAR filings (10-K, 10-Q, 8-K), XBRL financials, and full-text filing search. No API key.

How to install SEC EDGAR

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • SEC_USER_AGENT

    Descriptive User-Agent with contact info required by the SEC, e.g. 'your-app your@email.com'

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "edgar-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "edgar-mcp"
      ],
      "env": {
        "SEC_USER_AGENT": "<YOUR_SEC_USER_AGENT>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "edgar-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "edgar-mcp"
      ],
      "env": {
        "SEC_USER_AGENT": "<YOUR_SEC_USER_AGENT>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "edgar-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "edgar-mcp"
      ],
      "env": {
        "SEC_USER_AGENT": "<YOUR_SEC_USER_AGENT>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "edgar-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "edgar-mcp"
      ],
      "env": {
        "SEC_USER_AGENT": "<YOUR_SEC_USER_AGENT>"
      }
    }
  }
}
Claude Code
claude mcp add edgar-mcp --env SEC_USER_AGENT=<YOUR_SEC_USER_AGENT> -- npx -y edgar-mcp

Related MCP servers

Real-time Yahoo Finance data: quotes, history, financials, analyst ratings, options, and news.

11
Python
MIT
View repository →

Unofficial MCP server for Make.com automation - build, validate & deploy scenarios via AI

7
TypeScript
MIT
View repository →

FRED economic data: GDP, inflation, unemployment, rates, and 800k+ Federal Reserve time series.

0
Python
MIT
View repository →

Geocoding

Active

Forward and reverse geocoding, place search, and distance via OpenStreetMap Nominatim. No key.

0
Python
MIT
View repository →
SEC EDGAR MCP Server | PluginBench