TickerFacts for VS Code
com.tickerfacts/fundamentals
SEC EDGAR fundamentals as agent tools: look up or screen US public companies. Free, no key, CC0.
client:VS Code
transport:streamable-http
tools:9
Install TickerFacts in VS Code
.vscode/mcp.json
{
"servers": {
"fundamentals": {
"type": "http",
"url": "https://tickerfacts.com/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs