← Back to Plugins
MCP Server MCP

EdgarParser MCP

github By github 👁 1 views ▲ 0 votes

MCP stdio server for source-backed SEC EDGAR financial data from the hosted EdgarParser API.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...