We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SatoshiInoue/aem-assets-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Web Framework
fastapi==0.115.6
uvicorn[standard]==0.34.0
python-dotenv==1.0.1
# HTTP Client
httpx==0.28.1
requests==2.32.3
# Data Validation (Python 3.13 compatible)
pydantic==2.10.5
pydantic-settings==2.7.1
# CORS
python-multipart==0.0.20
# JWT & Cryptography (for classic API service account auth)
PyJWT==2.8.0
cryptography==42.0.5