We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vitor-giacomelli/mcp-grant-hunter'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Grant Hunter MCP - Dependencies
# FastAPI Server
fastapi==0.111.0
uvicorn[standard]==0.29.0
# HTTP Client
requests>=2.31.0
# Google Gemini API
google-genai>=0.1.0
# Google Services (Gmail, Calendar)
google-api-python-client>=2.0.0
google-auth>=2.0.0
# Data Validation
pydantic>=2.0.0
# Environment Variables
python-dotenv>=1.0.0