cc98-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ZJU_PASSWORD | No | 浙大统一认证密码(仅 WebVPN 需要) | |
| ZJU_USERNAME | No | 浙大统一认证学号(仅 WebVPN 需要) | |
| CC98_PASSWORD | Yes | CC98 论坛密码 | |
| CC98_USERNAME | Yes | CC98 论坛用户名 | |
| CC98_WEBVPN_MODE | No | auto / direct / vpn | auto |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| cc98_search_topicsA | 在 CC98 论坛全站搜索主题帖。返回匹配的帖子列表(标题、版面、作者、回复数、时间)。后续可用 cc98_get_posts 读取帖子内容。 |
| cc98_get_postsA | 读取某个主题帖的楼层内容(UBB 已清洗为纯文本)。1 楼即主楼。如需翻页,传 from=10、20……内容中的 [图片: …] 可用 cc98_get_image 查看,[图片/文件: …] 均可用 cc98_download 保存到本地。 |
| cc98_hot_topicsA | 获取 CC98 热门话题:today=今日十大,weekly/monthly/history=本周/本月/历史十大。 |
| cc98_new_topicsC | 获取全站最新发布的主题帖。 |
| cc98_list_boardsA | 列出 CC98 全部分区和版面(版面 ID 可用于 cc98_get_board_topics)。 |
| cc98_get_board_topicsC | 获取某个版面的主题帖列表。best=true 时返回精华帖。 |
| cc98_get_userA | 查询 CC98 用户的公开资料及其最近发帖。提供 user_id 或 name 之一。 |
| cc98_get_imageA | 下载并查看 CC98 帖子中的图片。url 取自 cc98_get_posts 返回内容里的 [图片: …] 占位符。返回图片本体,可直接查看。 |
| cc98_downloadA | 将 CC98 帖子中的图片或附件文件下载到本地文件夹。url 取自帖子内容里的 [图片: …] 或 [文件: …] 占位符。返回保存路径。重要:交付给用户时必须保留原始文件(docx/pdf 原样给出),不要转换成 markdown/txt——转换会丢失内嵌图片并产生乱码。需要阅读内容时另行解析,但交付物始终是原始文件。 |
| cc98_statusA | 检查 CC98 连接状态:网络(校园网直连 / WebVPN)和登录是否正常。排查连接问题时先调用此工具。 |
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/EviterLesRoses2/cc98-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server