Skip to content
VS Code

robinhood chain for VS Code

io.github.madeonsol/robinhood-chain

Robinhood Chain (id 4663) trading intelligence: KOL trades, DEX tape, deployer reputation.

client:VS Code transport:stdio runtime:npm

Install robinhood chain in VS Code

.vscode/mcp.json

{
  "servers": {
    "robinhood-chain": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-robinhood-chain"
      ]
    }
  }
}

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

robinhood chain in other clients