mcp for VS Code
com.situationatlas/mcp
AI-summarized filings from 7 markets with special-situations screens, for research agents
client:VS Code
transport:stdio
runtime:npm
Install mcp in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "situation-atlas-api-key",
"description": "SITUATION_ATLAS_API_KEY",
"password": true
}
],
"servers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@situationatlas/mcp"
],
"env": {
"SITUATION_ATLAS_API_KEY": "${input:situation-atlas-api-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs