We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/wshobson/maverick-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Requirements for the Tiingo data loader
# Core dependencies
aiohttp>=3.8.0
pandas>=2.0.0
pandas-ta>=0.3.14b0
sqlalchemy>=2.0.0
psycopg2-binary>=2.9.0 # PostgreSQL adapter
# Optional dependencies for enhanced functionality
numpy>=1.24.0
python-dateutil>=2.8.0
asyncio-throttle>=1.0.0 # Alternative rate limiting
requests>=2.28.0 # Fallback for sync operations
# Development and testing
pytest>=7.0.0
pytest-asyncio>=0.21.0
asynctest>=0.13.0