Skip to main content
Glama

Bybit MCP Server

by sammcj
package.json1.87 kB
{ "name": "bybit-mcp", "version": "0.2.0", "description": "A MCP server to interact with Bybit's API", "license": "MIT", "type": "module", "bin": { "bybit-mcp": "build/index.js" }, "main": "build/index.js", "files": [ "build", "build/**/*" ], "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "build:all": "pnpm run build && cd client && pnpm run build", "prepare": "npm run build", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js", "prepack": "npm run build", "serve": "node build/index.js", "serve:http": "node build/httpServer.js", "start": "pnpm run build:all && cd client && pnpm run start", "start:http": "pnpm run build && pnpm run serve:http", "test": "NODE_OPTIONS=--experimental-vm-modules jest", "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch", "test:coverage": "NODE_OPTIONS=--experimental-vm-modules jest --coverage", "test:api": "NODE_OPTIONS=--experimental-vm-modules pnpm test src/__tests__/integration.test.ts" }, "keywords": [ "mcp", "claude", "bybit", "anthropic", "ai", "cryptocurrency", "trading" ], "dependencies": { "@modelcontextprotocol/sdk": "1.12.0", "@types/cors": "2.8.18", "@types/express": "5.0.2", "@types/node": "^22.10.2", "bybit-api": "^4.1.8", "cors": "2.8.5", "dotenv": "16.5.0", "express": "5.1.0", "zod": "^3.25.28" }, "devDependencies": { "@eslint/js": "9.27.0", "@jest/globals": "29.7.0", "@types/jest": "29.5.14", "@types/node": "^22.15.21", "eslint": "9.27.0", "globals": "16.2.0", "jest": "29.7.0", "ts-jest": "29.3.4", "typescript": "^5.8.3", "typescript-eslint": "8.32.1" }, "engines": { "node": ">=22" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sammcj/bybit-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server