Odel
Webull OpenAPI

Webull OpenAPI

Local
@webull-inc19PythonApache-2.0Updated 3w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIwebull-openapi-mcpv1.2.2

Run

uvx webull-openapi-mcp

MCP client config

{
  "mcpServers": {
    "webull-openapi": {
      "command": "uvx",
      "args": [
        "webull-openapi-mcp"
      ]
    }
  }
}