SJTU MCP
by EternalWavee
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SJTU_API_KEY | Yes | Your SJTU Zhiyuan No.1 API key | |
| SJTU_API_BASE_URL | No | Base URL for the SJTU API endpoint | |
| SJTU_REQUEST_TIMEOUT | No | Request timeout in seconds | |
| SJTU_DEFAULT_TEXT_MODEL | No | Default model for text tasks | |
| SJTU_DEFAULT_VISION_MODEL | No | Default model for vision tasks | |
| SJTU_DEFAULT_REASONING_MODEL | No | Default model for reasoning tasks |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| sjtu_modelsA | List available models from the SJTU endpoint. |
| sjtu_textC | Run a plain text task against the SJTU OpenAI-compatible API. |
| sjtu_visionC | Run an image understanding task against the default vision model. |
| sjtu_cheap_taskC | Route common low-risk jobs like summarize, rewrite, classify, and extract. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/EternalWavee/sjtu-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server