EdgarTools for VS Code
io.github.dgunning/edgartools
Open-source SEC EDGAR toolkit — 11 tools, 7 prompts, every filing type. No API key required.
client:VS Code
transport:stdio
runtime:pypi
Install EdgarTools in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "edgar-identity",
"description": "EDGAR_IDENTITY",
"password": true
}
],
"servers": {
"edgartools": {
"type": "stdio",
"command": "uvx",
"args": [
"edgartools"
],
"env": {
"EDGAR_IDENTITY": "${input:edgar-identity}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs