Bybit Connector for AI agents.
10 live capabilities
Get real-time cryptocurrency market data and orderbook depth.
Waiting for input…
Why people use Bybit
Bybit for Real-Time Crypto Market Data
This Bybit MCP puts all that data into a single chat window. You can ask your agent to pull the latest tickers, check the orderbook for a specific pair, or grab historical klines for a quick analysis. You get a cohesive view of the market without the manual clicking.
What Vinkius changes
You get live crypto market feeds in your chat without any manual setup.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking Liquidity
A trader wants to know if there's enough volume to enter a large position.
- Real-world use case 02
Technical Analysis
An analyst needs to know the 5-day trend for Ethereum.
- Real-world use case 03
Sentiment Tracking
A user wants to see if the market is leaning long or short.
Complete set · 10capabilities
The complete Bybit capability set.
These are the exact actions your AI can choose when you ask it to work with Bybit.
01—04
4 capabilities in this set.
Part of 10 available through Bybit.
- 01 Capability
Get index price kline
Fetch candlestick data for the composite index price. This is useful for seeing the broader market price across multiple exchanges.
- 02 Capability
Get instruments
Browse all available trading pairs and contract specifications. Use this to find the exact symbols for spot, linear, inverse, or option markets.
- 03 Capability
Get kline
Get candlestick data for technical analysis across various timeframes. You can specify intervals like daily or weekly to see historical price action.
- 04 Capability
Get mark price kline
Fetch mark price candlestick data specifically for derivatives. This is the price used for liquidation calculations on the exchange.
05—07
3 capabilities in this set.
Part of 10 available through Bybit.
- 05 Capability
Get open interest
Track open interest changes over time for derivatives contracts. Use this to see the total number of open positions in the market.
- 06 Capability
Get tickers
Get real-time market prices for spot, linear, inverse, and option categories. You can filter by specific symbols or base coins.
- 07 Capability
Get orderbook
View the current price levels and quantities for any symbol. It helps you see market depth and liquidity in real time.
08—10
3 capabilities in this set.
Part of 10 available through Bybit.
- 08 Capability
Get recent trades
See the latest executed trades with price, size, and side. This gives you a clear view of current market activity and order flow.
- 09 Capability
Get funding history
Get historical funding rates for perpetual contracts. You can filter by linear or inverse categories to see how longs and shorts have been paying each other.
- 10 Capability
Get server time
Get the current Bybit server time. This is helpful for synchronizing your requests and verifying your connection.
Set up in minutes
One URL. Then ask Bybit to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Bybit from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_pUZvwnAVQSUIBJoVr2N28cdXYIPbGwSmKtzW48YD/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Bybit, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Bybit for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_pUZvwnAVQSUIBJoVr2N28cdXYIPbGwSmKtzW48YD/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Bybit URL.
- Step 03
Save and start
Save the connection and enable Bybit in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"bybit": {
"url": "https://edge.vinkius.com/vk_preview_pUZvwnAVQSUIBJoVr2N28cdXYIPbGwSmKtzW48YD/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Bybit
Open Agent mode in chat and ask: "Using Bybit, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"bybit": {
"url": "https://edge.vinkius.com/vk_preview_pUZvwnAVQSUIBJoVr2N28cdXYIPbGwSmKtzW48YD/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Bybit
Ask Copilot: "Using Bybit, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"bybit": {
"url": "https://edge.vinkius.com/vk_preview_pUZvwnAVQSUIBJoVr2N28cdXYIPbGwSmKtzW48YD/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Bybit
Open Cascade and ask: "Using Bybit, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"bybit": {
"url": "https://edge.vinkius.com/vk_preview_pUZvwnAVQSUIBJoVr2N28cdXYIPbGwSmKtzW48YD/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Bybit
Ask Cline: "Using Bybit, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add bybit --transport http "https://edge.vinkius.com/vk_preview_pUZvwnAVQSUIBJoVr2N28cdXYIPbGwSmKtzW48YD/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Bybit
Ask Claude: "Using Bybit, show me...". 10 tools are ready
Where the request belongs
Work Bybit can move forward.
This is for anyone who needs to see what's happening on the Bybit exchange right now without clicking through a dozen different pages. It's for people who want to turn their AI into a real-time market research assistant.
Crypto Trader
Checks orderbook depth and recent trades to spot momentum before entering a position.
Market Analyst
Pulls klines and funding rates to build out technical reports and sentiment summaries.
Trading Bot Developer
Uses the data to test logic against real-time market feeds without manual data scraping.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsBinance
Get real-time cryptocurrency prices, order books, candlesticks and trades from Binance exchange.
Kraken
Get real-time cryptocurrency prices, OHLC data, order books and trades from Kraken exchange.
Bitso Exchange
Trade dynamically on Mexico's biggest Crypto Exchange. Access live balances, order books, and command trades programmatically.
Binance (Crypto Market)
Track cryptocurrency markets via Binance. get real-time prices, monitor 24h trends, analyze market movers, and audit trading volumes directly from any AI agent.
Bitstamp
Trade and monitor crypto markets via Bitstamp. get tickers, order books, account balances, and manage orders.
OKX
Trade crypto and manage your OKX account via AI. check balances, track positions, and execute orders directly from your agent.
Bring your own AI
Change the model, client or framework. Keep Bybit connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Bybit.
The practical details behind the request, access and result.
Does the Bybit MCP require an API key?
No, you don't need an API key to use this Connector for public market data. You can start getting prices and orderbook info immediately.
Can I use the Bybit MCP to trade?
No, this Connector is for market data only. It lets you see prices, klines, and funding rates, but it cannot execute trades or manage your account.
What kind of crypto data does the Bybit MCP provide?
It provides real-time tickers, candlestick data (klines), orderbook depth, recent trades, funding rates, and open interest.
Can I see the orderbook depth with the Bybit MCP?
Yes, you can ask the agent to show the current bids and asks for any trading pair to check for liquidity.
Does the Bybit MCP work for perpetual contracts?
Yes, it includes specific capabilities for perpetual contracts like funding rates and open interest.
How do I get historical price data from Bybit?
You can ask the agent to fetch klines for any timeframe, including daily, weekly, or monthly intervals.
Can I see the funding rates for different categories?
Yes, the Connector supports both linear and inverse categories for perpetual contracts.
Do I need an API key for market data?
No! All public market data endpoints (tickers, klines, orderbook, trades, instruments, funding, open interest) are completely free and open. No authentication required.
What trading categories are available?
Four categories: "spot" (spot trading), "linear" (USDT/USDC perpetual & futures), "inverse" (inverse perpetual & futures), "option" (options). Use get_instruments to see all available pairs.
What kline intervals are supported?
Intervals: 1, 3, 5, 15, 30, 60, 120, 240, 360, 720 (minutes), D (daily), W (weekly), M (monthly). Up to 1000 candles per request.
What is funding rate?
Funding rate is a periodic payment exchanged between long and short traders in perpetual futures. Positive rate means longs pay shorts. It keeps the perpetual price close to the spot price. Payments occur every 8 hours on Bybit.
One connection away
Give your agent a direct line to Bybit.
Connect Bybit once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available