MCP Bybit Server provides a bridge to the Bybit cryptocurrency exchange API, enabling AI assistants to perform market data retrieval, account management, and order execution operations. Developed by Dana K. Williams, this Python implementation offers a comprehensive set of tools for interacting with Bybit's Unified Trading API v5, including functions for retrieving orderbooks, candlestick data, wallet balances, and placing/managing orders across spot and futures markets. The server requires Bybit API credentials and can be deployed as a Docker container, making it particularly useful for algorithmic trading, market analysis, and portfolio management applications.
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation
Retrieve the order book data for a specific category and symbol, with an optional limit on the number of entries.
Fetch candlestick data for a specified category and symbol, with parameters for interval, start time, end time, and limit.
Get ticker information for a specified category and symbol.
Fetch recent public trades for a specified category and symbol, with an optional limit on the number of trades.
Retrieve metadata and limits for trading instruments based on category, symbol, status, and base coin.
Get funding rate history for perpetual contracts based on category, symbol, start time, end time, and limit.
Fetch open interest data over time for a specified category and symbol, with an optional interval time.
Retrieve maker and taker fee rates for a specified category, symbol, and base coin.
Get the current server time from Bybit.
Get a composite view of the market, including order book, ticker, kline, instrument info, recent trades, funding rate, and open interest.
Retrieve the wallet balances for a specified account type and optional coin.
Get open positions for a specified category and optional symbol.
Fetch historical orders from the account.
Retrieve the current open orders from the account.
Get details about the API key used for accessing the Bybit API.
Perform pre-flight validation of an order without placing it.
Place an order with the option to perform a dry run for validation without actual placement.
Modify an existing order in place.
Cancel a single order identified by its parameters.
Cancel all currently open orders, with optional scoping.
Set a take profit, stop loss, or trailing stop for an open position.
Set the margin mode to either isolated or cross for the account.
Set the leverage for a specific futures trading symbol.