io.github.cyanheads
secedgar-mcp-server
Query SEC EDGAR filings, XBRL financials, and company data through MCP. STDIO & Streamable HTTP.
Hosted
communityknowledgeDeployment
Hosted
streamable-http
https://secedgar.caseyjhand.com/mcpPackage Details
@cyanheads/secedgar-mcp-server
Transportstdio
Runtimebun
Environment Variables
EDGAR_USER_AGENT(str)
Required
User-Agent header for SEC compliance. Format: "AppName contact@email.com".
MCP_LOG_LEVEL(str)
Default:
infoSets the minimum log level for output (e.g., 'debug', 'info', 'warn').
@cyanheads/secedgar-mcp-server
TransportStreamable HTTP
Runtimebun
Environment Variables
EDGAR_USER_AGENT(str)
Required
User-Agent header for SEC compliance. Format: "AppName contact@email.com".
MCP_HTTP_HOST(str)
Default:
127.0.0.1The hostname for the HTTP server.
MCP_HTTP_PORT(str)
Default:
3010The port to run the HTTP server on.
MCP_HTTP_ENDPOINT_PATH(str)
Default:
/mcpThe endpoint path for the MCP server.
MCP_PUBLIC_URL(str)
Public-facing origin override for TLS-terminating proxies (e.g., https://mcp.example.com). Leave unset for direct deployments.
MCP_AUTH_MODE(str)
Default:
noneAuthentication mode to use: 'none', 'jwt', or 'oauth'.
MCP_LOG_LEVEL(str)
Default:
infoSets the minimum log level for output (e.g., 'debug', 'info', 'warn').