classeviva-mcp
by franciuto
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CLIENT_ID | Yes | OAuth Client ID from the Cloudflare Access application | |
| MCP_ROUTE | No | Path prefix for the MCP endpoint (default: /classeviva) | /classeviva |
| CLIENT_SECRET | Yes | OAuth Client Secret from the Cloudflare Access application | |
| JWKS_ENDPOINT | Yes | Key (JWKS) endpoint from the Cloudflare Access application | |
| ALLOWED_EMAILS | Yes | Comma-separated list of email addresses allowed to use the server. Empty denies everyone. | |
| SESSION_SECRET | Yes | Secret used for OAuth session encryption (generate with `openssl rand -hex 32`) | |
| TOKEN_ENDPOINT | Yes | Token endpoint from the Cloudflare Access application | |
| PUBLIC_HOSTNAME | No | Your custom domain for the Worker (only needed if using a custom domain, not for workers.dev) | |
| LINK_SIGNING_KEY | Yes | HMAC key used to sign attachment links (generate with `openssl rand -hex 32`) | |
| CLASSEVIVA_PASSWORD | Yes | Your ClasseViva password | |
| CLASSEVIVA_USERNAME | Yes | Your ClasseViva username | |
| AUTHORIZATION_ENDPOINT | Yes | Authorization endpoint from the Cloudflare Access application |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues