MCP Server
MCP
EdgarParser MCP
MCP stdio server for source-backed SEC EDGAR financial data from the hosted EdgarParser API.
Install
uvx edgar-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "edgar-mcp",
"version": "1.0.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "API key for the hosted EdgarParser API.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "EDGAR_API_KEY"
},
{
"description": "Optional API base URL override. Defaults to https://www.edgarparser.com.",
"format": "string",
"name": "EDGAR_API_URL"
},
{
"description": "Optional directory for output=\"file\" responses.",
"format": "string",
"name": "EDGAR_MCP_OUTPUT_DIR"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment