We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dlwjdtn535/mcp-bybit-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
[project]
name = "mcp-bybit-server"
version = "0.1.3"
description = "Bybit server for mcp"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"mcp[cli]>=1.6.0",
"pybit>=2.4.0",
"python-dotenv>=0.19.0",
]
[project.scripts]
mcp-bybit-server = "server:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build]
sources = ["src"]
[tool.hatch.build.targets.wheel]
packages = ["src"]
[tool.hatch.metadata]
allow-direct-references = true