Earnings Feed for VS Code
com.earningsfeed/mcp
SEC filings and insider trades in real-time. 10-K, 10-Q, 8-K, Form 4, and company lookup.
client:VS Code
transport:streamable-http
Install Earnings Feed in VS Code
.vscode/mcp.json
{
"servers": {
"mcp": {
"type": "http",
"url": "https://earningsfeed.com/api/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs