We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/golfamigo/odooMcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# MCP Core - Latest Stable Versions (as of 2025-10-10)
mcp>=1.17.0 # Latest: v1.17.0 (2025-10-10)
fastmcp>=2.12.0 # Latest: v2.12.4 (2025-09-26)
# Odoo Integration
requests>=2.31.0
pypi-xmlrpc==2020.12.3
# Data Validation
pydantic>=2.0.0
# SSE Transport Support (for Zeabur/Web deployment)
starlette>=0.38.0
uvicorn[standard]>=0.30.0
sse-starlette>=2.0.0
# Utilities
python-dotenv>=1.0.0
# Optional: For enhanced error handling
httpx>=0.27.0