Bybit
Integrates with Bybit cryptocurrency exchange APIs to provide real-time market data, account managem...
Log in to Bybit (Testnet or Mainnet)
- For testing: go to Bybit Testnet
- For live trading: go to Bybit
Create or Verify Your Account
- If you do not have a Bybit account, register for one.
- If using Mainnet, complete account verification as required.
Navigate to API Management
- Once logged in, go to your account dashboard.
- Find and click "API Management" or "API" in the menu.
Create API Keys
- Click “Create New Key” or “Create API Key.”
- For most use cases, choose “System-generated API Key.”
- Set key permissions as follows:
- Enable “Read” and “Trade” permissions (at minimum).
- (Optional but recommended for security): Set IP restrictions to limit use to specific IPs.
Copy Your Credentials
- After creation, copy your API Key and API Secret. Keep these secure; you will need both.
Select Environment
- Use these credentials with:
BYBIT_ENVIRONMENT=testnet(when using credentials from testnet)BYBIT_ENVIRONMENT=mainnet(when using credentials from live/mainnet)
- Use these credentials with:
Fill in the FastMCP Connection Interface
- In the FastMCP integration, click the “Install Now” button for the Bybit connector.
- Enter the following details in the connection interface:
BYBIT_API_KEY: (Paste your API Key here)BYBIT_API_SECRET: (Paste your API Secret here)BYBIT_ENVIRONMENT: Entertestnetormainnetas appropriate
Complete Setup
- Save or confirm the connection settings in the FastMCP interface.
- You can now use the Bybit MCP server via the integration.
Security Note:
- Do NOT share your API secret.
- Regularly rotate your keys and review API permissions, especially if enabling “Trade” on Mainnet.
Quick Start
Choose Connection Type for
Authentication Required
Please sign in to use FastMCP hosted connections
Configure Environment Variables for
Please provide values for the following environment variables:
started!
The MCP server should open in . If it doesn't open automatically, please check that you have the application installed.
Copy and run this command in your terminal:
Make sure Gemini CLI is installed:
Visit Gemini CLI documentation for installation instructions.
Make sure Claude Code is installed:
Visit Claude Code documentation for installation instructions.
Installation Steps:
Configuration
Installation Failed
More for Finance
View All →Fear & Greed Index
Provides real-time access to CNN's Fear & Greed Index for US stock market sentiment analysis, retrieving current composite scores and seven individual market indicators including S&P 500 momentum, options ratios, and volatility measures with historical comparisons.
More for API Development
View All →Sentry
Streamline Sentry API integration with this remote MCP server middleware prototype. sentry-mcp acts as a bridge between clients and Sentry, supporting flexible transport methods and offering tools like the MCP Inspector for easy service testing. Inspired by Cloudflare’s remote MCP initiative, it helps developers adapt and debug workflows, making Sentry interaction smoother for both cloud and self-hosted environments.