We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Alice0416/uoft-student-helper-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
requirements.txt•494 B
# UofT Student Helper MCP Server - Dependencies
# Core dependencies
requests>=2.31.0
beautifulsoup4>=4.12.0
pydantic>=2.0.0
python-dotenv>=1.0.0
# Optional: For advanced web scraping (if needed for ACORN)
selenium>=4.15.0
lxml>=4.9.0
# Google Calendar integration
google-auth>=2.23.0
google-auth-oauthlib>=1.1.0
google-auth-httplib2>=0.1.1
google-api-python-client>=2.100.0
# Note: north-mcp-python-sdk must be installed separately from source
# See README.md for installation instructions