Read-only MCP server for ClassQuill, a tutoring-business-management platform.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Give any MCP-aware AI tool β Claude, Codex, Cursor, Windsurf, Composio, and more β read access to your ClassQuill tutoring-business data: sessions, students, tutors, parents, invoices, payments, lesson plans, bookings, earnings, and reports.
It's a thin, read-only proxy over the ClassQuill public API
(/v1). Each tool maps 1:1 to a public API endpoint, so the tool list can never drift from
the real API. Your credentials never leave your machine (or, in hosted mode, your request).
ClassQuill is the tutoring-business-management platform by EquateIt. The npm package is published as
equateit-mcp.
Point any remote-MCP client at the hosted server:
codex mcp add classquill --url https://mcp.classquill.com/mcpAuthorization: Bearer ei_live_β¦Claude Code:
Cursor / Claude Desktop / Windsurf (mcpServers config):
Create one in the ClassQuill app under Settings β Developers (org admins). Keys look like
ei_live_β¦ and are read-only for this server.
One read-only tool per /v1 GET route β sessions, students, tutors, parents, invoices,
payments, lesson-plans, homework, questions, subjects, files, results, availabilities,
coverage, reports, and more. The list is generated from the public OpenAPI spec
(npm run gen:tools) so it always matches the live API.
| Flag | Env var | Default | Purpose |
|---|---|---|---|
--key | EQUATEIT_API_KEY | β | Your ei_live_β¦ key (stdio mode). |
--http | β | off | Run as an HTTP (Streamable HTTP) server instead of stdio. |
--port / -p | MCP_PORT | 3000 | HTTP port. |
| β | EQUATEIT_API_BASE_URL | https://api.classquill.com | API base (no trailing /v1). |
In HTTP mode, each request supplies its own credential as Authorization: Bearer β¦ β an
ei_live_β¦ API key or an OAuth access token.
Self-hosting the HTTP server is a single container β see Dockerfile.
MIT β see LICENSE.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/classquill-mcp)<a href="https://allmcps.com/mcp/classquill-mcp"><img src="https://allmcps.com/api/badge/classquill-mcp?style=directory" alt="Classquill Mcp on AllMCPs" /></a>