Back to Browse

Edgar MCP Server

Developer ToolsModerate6.5MCP RegistryLocal
Free

Server data from the Official MCP Registry

Clean, normalized SEC EDGAR / FRED / ETF / index data for AI agents.

About

Clean, normalized SEC EDGAR / FRED / ETF / index data for AI agents.

Security Report

6.5
Moderate6.5Moderate Risk

Valid MCP server (1 strong, 3 medium validity signals). 4 known CVEs in dependencies (0 critical, 3 high severity) Package registry verified. Imported from the Official MCP Registry.

11 files analyzed · 5 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Override the SEC User-Agent contact stringOptional

Environment variable: EDGAR_USER_AGENT

Free FRED API key for get_macro_series and index levelsRequired

Environment variable: FRED_API_KEY

Optional OpenFIGI key for a higher CUSIP/ISIN rate limitRequired

Environment variable: OPENFIGI_API_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-birthday-tools-edgarmcp": {
      "env": {
        "FRED_API_KEY": "your-fred-api-key-here",
        "EDGAR_USER_AGENT": "your-edgar-user-agent-here",
        "OPENFIGI_API_KEY": "your-openfigi-api-key-here"
      },
      "args": [
        "mcp-edgar"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!