stockportfolio mcp for VS Code
io.github.avisre/stockportfolio-mcp
Filing-grounded US financial data — every value returns with its SEC filing source. No estimates.
client:VS Code
transport:stdio
runtime:npm
Install stockportfolio mcp in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "mcp-api-key",
"description": "MCP_API_KEY",
"password": true
}
],
"servers": {
"stockportfolio-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"stockportfolio-mcp"
],
"env": {
"MCP_API_KEY": "${input:mcp-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