JCR Partition Table

by yosh3289

Not rated
GitHub

About

Provides up-to-date journal partition table queries based on ShowJCR data.

Details

Author
yosh3289
Categories
Database, Other, Knowledge Base

Setup

Install JCR Partition Table in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/yosh3289/jcr_mcp

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

Provides up-to-date journal partition table queries based on ShowJCR data.

基于ShowJCR仓库数据的Model Context Protocol (MCP) 服务器,为大语言模型提供最新的期刊分区表查询功能。

- search_journal- 搜索期刊信息,包括影响因子、分区、预警状态等
- get_partition_trends- 获取期刊分区变化趋势分析
- check_warning_journals- 查询国际期刊预警名单
- compare_journals- 对比多个期刊的综合信息

- 新锐期刊分区表(2026年版,22299 种期刊 + 15 种计算机领域重要会议;自该版起预警信息以「预警标记: Under Review」内嵌)
- 中科院分区表升级版(2025、2023、2022年)
- JCR期刊影响因子(2024、2023、2022年)
- 国际期刊预警名单(2025、2024、2023、2021、2020年;上游自 2026 起不再单独发布)
- CCF推荐国际学术会议和期刊目录(2026、2022年)
- 计算领域高质量科技期刊分级目录(2025、2022年)

2026 版本说明:check_warning_journals工具会同时扫描传统GJQKYJMD*预警表与XR2026.预警标记字段,覆盖新旧两套预警来源。

- Python3.10+mcpSDK 的硬性要求)
- SQLite3(通常随 Python 内置)

在 Claude Desktop 配置文件(%APPDATA%\Claude\claude_desktop_config.json或 macOS 的~/Library/Application Support/Claude/claude_desktop_config.json)中添加:

{ "mcpServers": { "jcr-partition": { "command": "/path/to/python", "args": ["/path/to/jcr_mcp_server.py"], "cwd": "/path/to/project" } } }
claude mcp add -s user jcr-partition -- /path/to/python /path/to/jcr_mcp_server.py

注册后可通过claude mcp list确认状态,应显示✓ Connected

# 搜索Nature期刊 result = await session.call_tool("search_journal", { "journal_name": "Nature" })
# 获取Science期刊分区变化趋势 result = await session.call_tool("get_partition_trends", { "journal_name": "Science" })
# 对比三个顶级期刊 result = await session.call_tool("compare_journals", { "journal_list": "Nature,Science,Cell" })
# 查询预警期刊 result = await session.call_tool("check_warning_journals", { "keywords": "MDPI" })
📚 期刊名称: NATURE 【2024年】(JCR) 📊 影响因子: 48.5 🏆 分区: Q1 📖 学科类别: MULTIDISCIPLINARY SCIENCES(SCIE) 【2025年】(中科院升级版) 🏆 分区: 1 [1/118](Top) 📖 学科类别: 综合性期刊 【2026年】(新锐期刊分区表) 🏆 分区: 1 区(Top) 📖 学科类别: 综合性期刊
📊 期刊对比分析结果 期刊名称 最新影响因子 最新分区 预警状态 ---------------------------------------- Nature 64.8 Q1 正常 Science 56.9 Q1 正常 Cell 64.5 Q1 正常 💡 投稿建议: ⭐ Nature: 顶级期刊,强烈推荐 ⭐ Science: 顶级期刊,强烈推荐 ⭐ Cell: 顶级期刊,强烈推荐

- SQLite数据库存储所有分区表数据
- 支持多个年份的历史数据
- 自动数据同步和验证机制
- 在data_sync.py中的data_sources字典添加新数据源
- 运行数据同步更新数据库
- 在jcr_mcp_server.py中更新解析逻辑
- 在jcr_mcp_server.py中使用@app.tool()装饰器
- 实现具体的查询逻辑
- 添加合适的文档字符串

app.run(transport="streamable-http", host="0.0.0.0", port=8080)

- ShowJCR原项目
-
MCP官方文档
-
Claude Desktop MCP集成指南

Consulta la Enciclopedia Católica Wikitólica: buscar artículos católicos y extraer su contenido. Usar para consultas teológicas, históricas, hagiográficas, doctrinales, litúrgicas, etc.

A free, plug-and-play knowledge base with over 10,000 built-in insight reports and support for parsing private documents.

Access PubMed articles through the Entrez API.

MCP server for searching 600,000+ CS/AI research papers with citation graphs, full text, embeddings, and BibTeX.

Provides access to Jewish texts from the Sefaria library.

Fetch protein information from the UniProt database.

Access Gene Ontology (GO) data for ontology-based analysis, gene annotation research, and functional enrichment studies.

Structured aquarium, marine, terrarium and paludarium data for AI agents.

Unified access to global medical terminologies: ICD-11, SNOMED CT, LOINC, RxNorm, MeSH. 27 tools for medical coding, terminology lookup, and crosswalk mappings.

Medical terminology intelligence for AI agents — ICD-10-CM lookup, MedDRA hierarchy and SOC mapping, RxNorm drug concepts, CTCAE v5.0 grading, and cross-terminology mapping.

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.