Skip to main content
Glama

School MCP

"""Setup script for the School MCP package.""" from setuptools import setup, find_packages setup( name="school-mcp", version="0.1.0", description="MCP server for academic tools", author="Your Name", author_email="your.email@example.com", package_dir={"": "src"}, packages=find_packages(where="src"), include_package_data=True, python_requires=">=3.8", install_requires=[ "mcp>=1.2.0", "canvasapi", "gradescope-api", "pandas", "pytz", "httpx", "tqdm", "python-dotenv", ], entry_points={ "console_scripts": [ "school-mcp=school_mcp.__main__:main", ], }, )

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/54yyyu/school-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server