69
/ 100
1 month ago
glama

Webull AU MCP

Slim MCP server for Webull Australia, enabling US stock and ETF market data and trading through the official OpenAPI.

Is this your MCP?

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.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 2 credentials: WEBULL_APP_KEY, WEBULL_APP_SECRET
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configWEBULL_MCP_TRANSPORTdocker run -i --rm --env-file .env -e =stdio webull-au-mcp:latest
configWEBULL_MCP_HOSTBind address (http transports) 0.0.0.0
configWEBULL_MCP_PORTBind port (http transports) 8000
configWEBULL_MCP_PATHMCP endpoint path (http transports) /mcp
configWEBULL_TOOLSETSaccount, market-data, instrument, trading (comma-sep) account,market-data,instrument
configWEBULL_SYMBOL_WHITELISTAllowed symbols (comma-sep); empty = any —
🔐 secretWEBULL_APP_KEYedit .env → set / WEBULL_APP_SECRET
🔐 secretWEBULL_APP_SECRETedit .env → set WEBULL_APP_KEY /
configWEBULL_ENVIRONMENTuat (sandbox, no 2FA) or prod (live) uat
configWEBULL_ACCOUNT_ID1234113618547593216
configWEBULL_MAX_ORDER_NOTIONAL_USDMax single-order value (USD) 10000
configWEBULL_MAX_ORDER_QUANTITYMax single-order share quantity 1000
configWEBULL_TOKEN_DIR2FA token store directory ./conf/
configWEBULL_AUDIT_LOG_FILEAppend order audit records here stderr only
configWEBULL_LOG_LEVELSDK log level WARNING
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/nickp27-webull-au-mcp-gi9lgi)](https://m8ven.ai/mcp/nickp27-webull-au-mcp-gi9lgi)
commit: 3b742f755d4cc80c24775caace3994760bd8bbb4
code hash: f623a50b98cff4da519f27ccf708c56d9f779d81f23df90a8540f6f01d7c50d0
verified: 7/1/2026, 10:02:53 AM
view raw JSON →