Skip to content
VS Code

quantoracle for VS Code

io.github.fel123/quantoracle

73 deterministic quant tools for AI agents. LLMs drift on Black-Scholes; these are exact math.

client:VS Code transport:stdio runtime:npm

Install quantoracle in VS Code

.vscode/mcp.json

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

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

quantoracle in other clients