We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/0xwuchuan/token-info-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
requirements.txt•353 B
# MCP Server Dependencies
mcp[cli]>=1.2.0
# HTTP Client for API requests
httpx>=0.25.0
# Environment variables
python-dotenv>=1.0.0
# Type hints and data validation
typing-extensions>=4.8.0
pydantic>=2.0.0
# Development dependencies
pytest>=7.0.0
pytest-asyncio>=0.21.0
pytest-mock>=3.11.0
# Additional utilities
aiofiles>=23.0.0
cachetools>=5.3.0