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 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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 | |
This server cannot be deployed
Maintenance
ActivityStale
ResponsivenessNo issues