Skip to content
VS Code

stocksense for VS Code

io.github.mikejj-creation/stocksense

Financial data for AI agents: SEC filings, price history, insider trades, and more.

client:VS Code transport:stdio runtime:pypi

Install stocksense in VS Code

.vscode/mcp.json

{
  "servers": {
    "stocksense": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "stocksense"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

stocksense in other clients