Slim MCP server for Webull Australia, enabling US stock and ETF market data and trading through the official OpenAPI.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.WEBULL_MCP_TRANSPORT— docker run -i --rm --env-file .env -e =stdio webull-au-mcp:latestWEBULL_MCP_HOST— Bind address (http transports) 0.0.0.0WEBULL_MCP_PORT— Bind port (http transports) 8000WEBULL_MCP_PATH— MCP endpoint path (http transports) /mcpWEBULL_TOOLSETS— account, market-data, instrument, trading (comma-sep) account,market-data,instrumentWEBULL_SYMBOL_WHITELIST— Allowed symbols (comma-sep); empty = any —WEBULL_APP_KEY— edit .env → set / WEBULL_APP_SECRETWEBULL_APP_SECRET— edit .env → set WEBULL_APP_KEY /WEBULL_ENVIRONMENT— uat (sandbox, no 2FA) or prod (live) uatWEBULL_ACCOUNT_ID— 1234113618547593216WEBULL_MAX_ORDER_NOTIONAL_USD— Max single-order value (USD) 10000WEBULL_MAX_ORDER_QUANTITY— Max single-order share quantity 1000WEBULL_TOKEN_DIR— 2FA token store directory ./conf/WEBULL_AUDIT_LOG_FILE— Append order audit records here stderr onlyWEBULL_LOG_LEVEL— SDK log level WARNING[](https://m8ven.ai/mcp/nickp27-webull-au-mcp-gi9lgi)