MCP.so
ログイン

Bybit MCP Server

@Tinycute00

Bybit MCP Server について

Repository for Bybit MCP Server project

基本情報

カテゴリ

その他

ランタイム

node

トランスポート

stdio

公開者

Tinycute00

設定

標準の設定はありません

このサーバーの README には解析可能な MCP 設定ブロックが含まれていません。インストール手順はリポジトリをご確認ください。

リポジトリ

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Bybit MCP Server?

A FastMCP server implementation for integrating with the Bybit exchange API. It supports V5 API, spot, futures, and options trading, and real-time market data streaming. Designed for developers building trading bots or applications.

How to use Bybit MCP Server?

Install the package via npm install bybit-mcp. Configure environment variables BYBIT_API_KEY, BYBIT_API_SECRET, and optionally BYBIT_TESTNET. Then import startServer and call it in your code.

Key features of Bybit MCP Server

  • Full V5 API support
  • Unified account trading
  • Spot, futures, and options trading
  • Real-time market data streaming
  • Position, order, and asset management

Use cases of Bybit MCP Server

  • Build automated trading bots for Bybit
  • Stream live market data for analysis
  • Manage multiple accounts via unified API
  • Execute strategies across spot, futures, and options

FAQ from Bybit MCP Server

What runtime does Bybit MCP Server require?

Node.js 16.x or higher and npm 7.x or higher.

How do I configure API keys?

Set BYBIT_API_KEY, BYBIT_API_SECRET, and optionally BYBIT_TESTNET as environment variables in a .env file or system environment.

Can I test on Bybit testnet?

Yes, set BYBIT_TESTNET=true in your environment configuration.

Where is the full API documentation?

Refer to the official Bybit API documentation linked in the README.

コメント

「その他」の他のコンテンツ