MCP Server
MCP
io.github.EquateItAu/classquill-mcp
Read-only MCP server for ClassQuill, a tutoring-business-management platform.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.classquill.com/mcp"
}
],
"packages": [
{
"registryType": "npm",
"identifier": "equateit-mcp",
"version": "1.0.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your ClassQuill API key (create one in the app under Settings -> Developers). Read-only for this server.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "EQUATEIT_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment