Webull AU MCP
by nickp27
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WEBULL_APP_KEY | Yes | App key (required) | |
| WEBULL_MCP_HOST | No | Bind address (http transports) | 0.0.0.0 |
| WEBULL_MCP_PATH | No | MCP endpoint path (http transports) | /mcp |
| WEBULL_MCP_PORT | No | Bind port (http transports) | 8000 |
| WEBULL_TOOLSETS | No | comma-separated list: account, market-data, instrument, trading | account,market-data,instrument |
| WEBULL_LOG_LEVEL | No | SDK log level | WARNING |
| WEBULL_TOKEN_DIR | No | 2FA token store directory | ./conf/ |
| WEBULL_ACCOUNT_ID | No | Default account for tools that need one | |
| WEBULL_APP_SECRET | Yes | App secret (required) | |
| WEBULL_ENVIRONMENT | No | uat (sandbox, no 2FA) or prod (live) | uat |
| WEBULL_MCP_TRANSPORT | No | Transport: stdio, http, sse, streamable-http | http |
| WEBULL_AUDIT_LOG_FILE | No | Append order audit records here | |
| WEBULL_SYMBOL_WHITELIST | No | Allowed symbols (comma-sep); empty = any | |
| WEBULL_MAX_ORDER_QUANTITY | No | Max single-order share quantity | 1000 |
| WEBULL_MAX_ORDER_NOTIONAL_USD | No | Max single-order value (USD) | 10000 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nickp27/webull-au-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server