Skip to content
VS Code

Webull OpenAPI for VS Code

io.github.webull-inc/webull-openapi-mcp

MCP server for Webull OpenAPI: trading and market data access for AI assistants

client:VS Code transport:stdio runtime:pypi

Install Webull OpenAPI in VS Code

.vscode/mcp.json

{
  "servers": {
    "webull-openapi-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "webull-openapi-mcp"
      ]
    }
  }
}

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

Webull OpenAPI in other clients