io.github.stefanoamorelli/sec-edgar-mcp✓
io.github.stefanoamorelli/sec-edgar-mcp · v1.0.5
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"name": "io.github.stefanoamorelli/sec-edgar-mcp",
"description": "SEC EDGAR MCP server that provides access to the US public filings through the US SEC EDGAR API",
"repository": {
"url": "https://github.com/stefanoamorelli/sec-edgar-mcp",
"source": "github"
},
"version": "1.0.5",
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "sec-edgar-mcp",
"version": "1.0.5",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "The user agent to access the SEC EDGAR API",
"isRequired": true,
"format": "string",
"name": "SEC_EDGAR_USER_AGENT"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}