We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/leeguooooo/email-mcp-service'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Core MCP dependencies
mcp>=0.1.0
python-dotenv>=1.0.0
schedule>=1.2.2
# HTTP API and email operations
requests>=2.31.0
fastapi>=0.119.0
uvicorn>=0.34.3
# AI features (translation & summarization)
openai>=1.0.0
# Development dependencies (optional, install with: pip install -e ".[dev]")
# Or install from pyproject.toml: uv sync --extra dev
# pytest>=7.4.0
# pytest-asyncio>=0.21.0
# pytest-cov>=4.0.0
# black>=23.0.0
# ruff>=0.1.0
# mypy>=1.0.0