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.

评论

其他 分类下的更多 MCP 服务器