Skip to content
VS Code

thinchain for VS Code

io.github.snipmcp/thinchain

MCP server that sanitizes bad broker data and compresses options chains 95% for AI trading agents.

client:VS Code transport:stdio runtime:pypi

Install thinchain in VS Code

.vscode/mcp.json

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

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

thinchain in other clients