Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| EDUBASE_API_APP | No | The App ID of your integration app on EduBase, the app on the EduBase API. Find this in the integration details window on EduBase. | |
| EDUBASE_API_KEY | No | The Secret key of your integration app on EduBase, the secret on the EduBase API. Find this along the App ID in the integration details window on EduBase. | |
| EDUBASE_API_URL | No | The base URL of the EduBase API, most probably https://subdomain.edubase.net/api. | https://www.edubase.net/api |
| EDUBASE_SSE_MODE | No | Start MCP server in HTTP mode with SSE transport. Value must be true. | false |
| EDUBASE_HTTP_PORT | No | HTTP server will listen on this port if SSE or streamable HTTP transport mode is used. | 3000 |
| EDUBASE_STREAMABLE_HTTP_MODE | No | Start MCP server in HTTP mode with streamable HTTP transport. Value must be true. | false |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |