Stats
Actions
Tags
From secedgar-mcp-server
Provides access to SEC EDGAR corporate filings database for retrieving financial reports, company disclosures, and regulatory documents. Requires an EDGAR user agent string.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"secedgar-mcp-server": {
"command": "npx",
"args": [
"-y",
"@cyanheads/secedgar-mcp-server"
],
"env": {
"EDGAR_USER_AGENT": "${EDGAR_USER_AGENT}",
"MCP_TRANSPORT_TYPE": "stdio"
}
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
EDGAR_USER_AGENT=${EDGAR_USER_AGENT}MCP_TRANSPORT_TYPE=stdionpx claudepluginhub cyanheads/cyanheads --plugin secedgar-mcp-server