Stockfacts for VS Code
io.github.aaazzzr/stockfacts
US stock market data for AI agents: SEC filings, financials, insider trades, 13F, options, macro.
client:VS Code
transport:streamable-http
Install Stockfacts in VS Code
.vscode/mcp.json
{
"servers": {
"stockfacts": {
"type": "http",
"url": "https://mcp.livermore.club/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs