AgentStore
All apps
🟠
CEX Tools

Bybit MCP (Community)

Community Bybit MCP — popular with Ollama crowd, testnet-only trading

🟠sammcj·AgentStore Score 6.8
GitHubCompare
Smithery
412
GitHub ⭐
16
Editor's take

The Bybit MCP most-used with local LLMs (16 stars but steady installs). Trading is testnet-only, which is actually safer. Great for offline Ollama + Bybit data workflows.

Hand-written by the AgentStore research team from docs + code + live usage data

About

A Model Context Protocol (MCP) server that provides read-only access to Bybit's cryptocurrency exchange API.

From the project README
Key capabilities
get_ticker — Get real-time ticker information for a trading pair
get_orderbook — Get orderbook (market depth) data for a trading pair
get_kline — Get kline/candlestick data for a trading pair
get_market_info — Get detailed market information for trading pairs
get_trades — Get recent trades for a trading pair
get_instrument_info — Get detailed instrument information for a specific trading pair
get_wallet_balance — Get wallet balance information for the authenticated user
get_positions — Get current positions information for the authenticated user

Real example commands

Pulled straight from the project README — copy and run locally.

Install

Pick your runtime, copy the snippet, paste it into your client config.

{
  "mcpServers": {
    "bybit-mcp-sammcj": {
      "command": "npx",
      "args": ["-y", "bybit-mcp-sammcj"]
    }
  }
}
Prerequisites
  • ·Node.js 20+
  • ·An MCP-compatible client

Project pulse

Live from GitHub — see if the project is actually maintained.

Language
TypeScript
License
MIT
Contributors
1
Open issues
1
Created
Dec 2024
Status
Archived

How it compares

Position among 14 tools in the cex category

By calls
#2/ 14
top 7%
By stars
#12/ 14
top 79%
By AgentStore Score
#12/ 14
top 79%

Security profile

Open source
Yes
Audited
No
Key handling
Local
Paid
Free

Similar tools