We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/annie25726/accounting-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Core MCP dependencies
mcp>=1.0.0
# Data handling
pydantic>=2.0.0
# Logging
structlog>=23.0.0
# Date/time handling
python-dateutil>=2.8.0
# JSON handling (built-in json is sufficient, but this provides more features)
orjson>=3.9.0