RateMySupervisor MCP

by cjl196

Not rated
GitHub

About

Query supervisor evaluation data with fuzzy matching for Chinese and Pinyin names.

Details

Author
cjl196
Categories
Search, Knowledge Base, Other
Tags
#web-research

Setup

Install RateMySupervisor MCP in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/cjl196/RateMySupervisor_MCP

Follow the installation instructions in the repository README, then restart your MCP client.

RateMySupervisor_MCP是一个基于 FastMCP 构建的服务器,提供了一个接口,用于查询来自导师评价网的导师评价数据。大语言模型(LLM)或其他兼容 MCP 协议的客户端可以通过此服务器轻松地获取导师、院系和评价信息。服务器内置了对导师姓名的智能模糊匹配功能,支持中文名与拼音的自动识别,并能通过详细的指令引导大模型进行高效、准确的查询。

数据来源:https://github.com/pengp25/RateMySupervisor,这个仓库使用了爬虫工具从导师推荐网获取导师评价数据,存储为data/comments_data.json

[ { "school_cate": "", "university": "", "department": "", "supervisor": "", "rate": 0, "description": "" } ]
git clone https://github.com/CJL196/RateMySupervisor_MCP.git cd RateMySupervisor_MCP

安装依赖项目依赖fastmcp,pydanticpinyin。通过以下命令安装:

要将此服务器集成到兼容 MCP 的客户端(如cursor或cline)中,您可以使用类似以下的配置。请确保将commandargs中的路径修改为server.py在您系统中的绝对路径

{ "mcpServers": { "RateMySupervisor": { "disabled": false, "timeout": 60, "type": "stdio", "command": "python", "args": [ "/path/to/your/RateMySupervisor_MCP/server.py" ], "env": {} } } }

服务器(name="导师评价查询系统")提供了以下工具:

Note: 此工具支持智能姓名匹配。当输入中文姓名(如"何凯明")时,服务器会自动搜索其中文形式以及对应的拼音形式(如 "Kaiming He"),从而有效处理数据中导师姓名为英文或拼音的情况。

{ "success": true, "data": [ { "school_cate": "985", "university": "哈尔滨工业大学", "department": "机电工程学院", "supervisor": "周裕(深圳,千人计划)", "rate": 2.5, "description": "自证认识导师:57年生人...\n学术水平:喜欢发高质量论文..." } ] }
{ "success": false, "message": "没有找到名为 '张三' 的导师。" }

- 参数:

- university(string, required): 要查询的大学名称。

{ "success": true, "data": [ "机电工程学院", "计算机科学与技术学院" ] }
{ "success": false, "message": "没有找到大学 '未知大学' 的信息或该大学下没有院系列表。" }

3.get_supervisors_by_university_and_department

- 参数:

- university(string, required): 大学名称。
- department(string, required): 院系名称。

{ "success": true, "data": [ "杨立军", "白基成", "郝明晖" ] }
{ "success": false, "message": "在 '哈尔滨工业大学' 的 '未知学院' 没有找到导师信息。" }

- 参数:

- university(string, required): 大学名称。
- department(string, required): 院系名称。
- supervisor(string, required): 导师姓名。支持智能模糊匹配(中文名和拼音)。

{ "success": true, "data": [ { "school_cate": "985", "university": "哈尔滨工业大学", "department": "机电工程学院", "supervisor": "杨立军", "rate": 5.0, "description": "自证认识导师:办公室在制造楼5楼..." } ] }
{ "success": false, "message": "没有找到关于 '哈尔滨工业大学' '机电工程学院' 的 '王五' 导师的评价。" }

Search global news using natural language. Webz.io News Search API returns the most relevant articles and content, with filters for source, country, language, date, sentiment, and category.

Fetch, convert, and search AWS documentation pages, with recommendations for related content.

Search campgrounds around the world on campertunity, check availability, and provide booking links.

The Ferryhopper MCP Server exposes ferry routes, schedules and booking redirects so an AI assistant can discover connections across Europe and the Mediterranean and send users to Ferryhopper to complete bookings.

All-in-One SEO & Web Intelligence Toolkit API from FetchSERP.

MCP server that provides read-only access to HyperKitty, the web-based email archive component of Mailman 3.

At Sunrise Apps, we believe AI agents should be limitless, especially when it comes to visual data. We created ImageSorcery to bridge the critical gap in AI's ability to interact with and manipulate images directly, all while upholding the highest standards of privacy and security.

Just Domain is the domain registrar for businesses built with AI. Its remote MCP server checks availability and returns first-year and renewal pricing, plus a link to register on justdomain.ai, with DNS and WHOIS privacy in the same place. No account, no API key, read only. Endpoint: https://mcp.justdomain.ai/

Research tools, including a Sqlite-backed document stash

Semantic search over 9 free-license stock photo sources. Hosted remote server with OAuth — no API key to paste.

SerpApi MCP Server for Google and other search engine results

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.