Form4API — SEC Insider Trading for VS Code
io.github.theodor90/form4api-mcp
Real-time SEC Form 4, Form 144, 13F-HR & congressional STOCK Act insider data. 37 tools + 6 prompts.
client:VS Code
transport:stdio
runtime:npm
Install Form4API — SEC Insider Trading in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "form4api-key",
"description": "FORM4API_KEY",
"password": true
}
],
"servers": {
"form4api-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"form4api-mcp"
],
"env": {
"FORM4API_KEY": "${input:form4api-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs