research-radar-mcp (ScholarRadar MCP Server)
面向大学生的科研入门与文献追踪 MCP Server,为讯飞星辰(Astron)Agent 平台提供论文检索、相关性评分与中文导读卡片能力。逻辑移植自「科研雷达」后端,去除数据库 / Celery / Redis 依赖,可通过 uvx 独立运行。
工具(stdio)
| 工具 | 说明 | 依赖 |
|---|---|---|
search_papers |
按关键词检索近期 arXiv 论文 | 无状态(arXiv API) |
get_paper_detail |
获取单篇论文完整摘要与元数据 | 无状态(arXiv API) |
score_papers |
依据学生科研画像对论文批量打分 | 调用星火大模型 |
generate_digest |
生成中文导读卡片(创新点 / 方法要点 / 上手难度评级) | 调用星火大模型 |
环境变量
调用星火大模型的工具从环境变量读取凭据(由托管平台注入,不写入代码):
| 变量 | 说明 | 默认 |
|---|---|---|
SPARK_API_KEY |
星辰 MaaS API Key(必填) |
— |
SPARK_BASE_URL |
OpenAI 兼容端点 | https://maas-api.cn-huabei-1.xf-yun.com/v2 |
SPARK_MODEL |
模型 ID | xsparkx2 |
运行
# 直接运行(已发布到 PyPI 后)
uvx research-radar-mcp
# 本地开发
uv sync
uv run research-radar-mcp
本地调试(MCP Inspector)
npx -y @cloudbase/mcp-inspector
# Transport = STDIO, Command = uvx, Args = research-radar-mcp
开发
uv sync
uv run pytest # 单元测试(mock arXiv / Spark,无需网络)
uv run ruff check .
License
MIT
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
research_radar_mcp-0.1.0.tar.gz
(108.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file research_radar_mcp-0.1.0.tar.gz.
File metadata
- Download URL: research_radar_mcp-0.1.0.tar.gz
- Upload date:
- Size: 108.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d31c0eb07af2fbe8b03073564fb3c8afb993304dbd7a672e55d9f6d84d2a3b86
|
|
| MD5 |
5191b757b8c34342ebfe76cb42139c67
|
|
| BLAKE2b-256 |
1922a9559345ed15eee99e94bfa4745ebad3679029a822396eec60d040eaa794
|
File details
Details for the file research_radar_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: research_radar_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 11.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
261876fc9a7f4eac0cfef8318d98efd85599fe9ada63c0894a73cbb9d0943d55
|
|
| MD5 |
2726bae39b33a8a2729ad2315d4e69da
|
|
| BLAKE2b-256 |
aafc4e9bc30f6b172b52b955169a9810dd340b3030f12dccfafd504374d377ff
|