aiowhitebit-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_tickerB | Get ticker information for a specific market. Args: market: Market pair (e.g., 'BTC_USDT') |
| get_tickersA | Get ticker information for all markets. |
| get_symbolsB | Get all available symbols. |
| get_assetsB | Get all available assets. |
| get_server_timeA | Get current server time. |
| get_server_statusB | Get current server status. |
| get_market_infoB | Get information about all available markets. |
| get_market_activityB | Get activity information for all markets (last price, volume, etc.). |
| get_orderbookA | Get orderbook for a specific market. Args: market: Market pair (e.g., 'BTC_USDT') |
| get_recent_tradesB | Get recent trades for a specific market. Args: market: Market pair (e.g., 'BTC_USDT') trade_type: Type of trades to retrieve ('buy' or 'sell') |
| get_feeC | Get trading fee for a specific market. Args: market: Market pair (e.g., 'BTC_USDT') |
| get_asset_status_listB | Get status of all assets. |
| get_funding_historyA | Get funding rate history for a futures market. Args: market: Market pair (e.g., 'BTC_USDT') |
| connect_websocketC | Connect to the WebSocket API. |
| disconnect_websocketB | Disconnect from the WebSocket API. |
| bookticker_subscribeB | Subscribe to BookTicker stream for a market. Args: market: Market pair (e.g., 'BTC_USDT') |
| bookticker_unsubscribeB | Unsubscribe from BookTicker stream for a market. Args: market: Market pair (e.g., 'BTC_USDT') |
| healthA | Get the health status of the WhiteBit MCP server. |
| metricsB | Get metrics for the WhiteBit MCP server. |
| reset_metricsC | Reset all metrics. |
| circuit_breakersA | Get the status of all circuit breakers. |
| reset_circuit_breakerC | Reset a circuit breaker. Args: name: The name of the circuit breaker to reset |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| get_markets_resource | Get information about all available markets. |
| get_assets_resource | Get information about all available assets. |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- 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/doubledare704/aiowhitebit-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server