What is the EdgarParser MCP MCP server?
MCP stdio server for source-backed SEC EDGAR financial data from the hosted EdgarParser API.
How to install EdgarParser MCP
Copy-paste configuration for popular MCP clients.
EDGAR_API_KEYrequiredsecretAPI key for the hosted EdgarParser API.
EDGAR_API_URLOptional API base URL override. Defaults to https://www.edgarparser.com.
EDGAR_MCP_OUTPUT_DIROptional directory for output="file" responses.
{
"mcpServers": {
"edgar-mcp": {
"command": "uvx",
"args": [
"edgar-mcp"
],
"env": {
"EDGAR_API_KEY": "<YOUR_EDGAR_API_KEY>",
"EDGAR_API_URL": "<YOUR_EDGAR_API_URL>",
"EDGAR_MCP_OUTPUT_DIR": "<YOUR_EDGAR_MCP_OUTPUT_DIR>"
}
}
}
}{
"mcpServers": {
"edgar-mcp": {
"command": "uvx",
"args": [
"edgar-mcp"
],
"env": {
"EDGAR_API_KEY": "<YOUR_EDGAR_API_KEY>",
"EDGAR_API_URL": "<YOUR_EDGAR_API_URL>",
"EDGAR_MCP_OUTPUT_DIR": "<YOUR_EDGAR_MCP_OUTPUT_DIR>"
}
}
}
}{
"mcpServers": {
"edgar-mcp": {
"command": "uvx",
"args": [
"edgar-mcp"
],
"env": {
"EDGAR_API_KEY": "<YOUR_EDGAR_API_KEY>",
"EDGAR_API_URL": "<YOUR_EDGAR_API_URL>",
"EDGAR_MCP_OUTPUT_DIR": "<YOUR_EDGAR_MCP_OUTPUT_DIR>"
}
}
}
}{
"servers": {
"edgar-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"edgar-mcp"
],
"env": {
"EDGAR_API_KEY": "<YOUR_EDGAR_API_KEY>",
"EDGAR_API_URL": "<YOUR_EDGAR_API_URL>",
"EDGAR_MCP_OUTPUT_DIR": "<YOUR_EDGAR_MCP_OUTPUT_DIR>"
}
}
}
}claude mcp add edgar-mcp --env EDGAR_API_KEY=<YOUR_EDGAR_API_KEY> --env EDGAR_API_URL=<YOUR_EDGAR_API_URL> --env EDGAR_MCP_OUTPUT_DIR=<YOUR_EDGAR_MCP_OUTPUT_DIR> -- uvx edgar-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.