We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/TheMacroeconomicDao/bybit-ai-trader'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Core MCP
mcp>=0.9.0
# Bybit API
pybit>=5.6.0
# Alternative: CCXT (если нужно)
ccxt>=4.2.0
# Technical Analysis
pandas>=2.1.0
numpy>=1.24.0
ta>=0.11.0
# Async Support
aiohttp>=3.9.0
websockets>=12.0
# Data Processing
python-dateutil>=2.8.0
pytz>=2023.3
# Utilities
python-dotenv>=1.0.0
pydantic>=2.5.0
# Logging
loguru>=0.7.0
# Testing
pytest>=7.4.0
pytest-asyncio>=0.21.0