We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/satendra-mani-tiwari/fred-economic-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Core MCP and HTTP dependencies
httpx>=0.25.0
python-mcp>=1.0.0
# Environment variable support
python-dotenv>=1.0.0
# Built-in Python modules (no installation needed)
# asyncio - for async operations
# json - for data parsing
# os - for environment variables
# sys - for system operations
# traceback - for error handling
# typing - for type hints
# datetime - for date operations