Loading MCP server directory, please wait...
MCP stdio server for source-backed SEC EDGAR financial data from the hosted EdgarParser API.
npx @getmcp/cli add io.github.henrysouchien/edgar-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
EDGAR_API_KEYAPI key for the hosted EdgarParser API.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.henrysouchien/edgar-mcp": {
"command": "uvx",
"args": [
"edgar-mcp"
],
"env": {
"EDGAR_API_KEY": "",
"EDGAR_API_URL": "",
"EDGAR_MCP_OUTPUT_DIR": ""
}
}
}
}