io.github.Hylouis233/bibverify
Provides preprints for reference verification and DOI-free retrieval in arXiv categories.
Computer science bibliography source for verifying and updating references in computer science.
Biomedical literature database for verifying references in biomedical fields.
AI-powered academic search engine for verifying references across multiple disciplines.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@io.github.Hylouis233/bibverifyverify my references.bib file"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Bibverify - BibTeX 文献检查工具
中文: 一个支持多平台的 BibTeX 文献验证和更新工具,通过 DOI 精确查询、动态检索排序和多个学术数据库 API 自动检查、补全和解释文献信息。
English: A multi-platform BibTeX reference verification and update tool with DOI-first lookup, dynamic source ranking, MCP tools, and skill export for AI assistants.
快速开始
安装
pip install -U bibverifyDOI 转 BibTeX
bibverify --doi 10.1038/nature12373 --key example2013检查一个 .bib 文件
创建 config.json:
{
"language": "CN",
"bib_file": "references.bib",
"user_info": {
"email": "your_email@example.com",
"app_name": "Bibverify"
}
}然后运行:
bibverify config.json一键生成大模型接入文件
bibverify agent init --target codex --output .bibverify-agent --config config.json
bibverify agent doctor --config config.json生成的 .bibverify-agent/ 目录包含 MCP 配置片段、SKILL.md 和本地接入说明。
Related MCP server: academic-mcp
核心能力
DOI 优先:有 DOI 的条目优先走 Crossref 精确查询,再回退到标题检索。
动态排序:根据 DOI、PMID/PMCID、arXiv、学科线索动态提升 Crossref、PubMed、Europe PMC、arXiv、DBLP。
多平台校验:支持 Crossref、OpenAlex、Semantic Scholar、PubMed、Europe PMC、CORE、DBLP、arXiv、bioRxiv 等平台。
AI 接入:内置 MCP stdio server,可导出 skill,让 Codex、Claude、Cursor 等支持 MCP 的助手调用 Bibverify。
安全输出:不会原地覆盖源
.bib文件,而是生成备份、更新条目和问题条目文件。
🚀 支持的学术平台
平台 | 优先级 | 学科覆盖 | API要求 | 特殊功能 |
CrossRef | 1 | 全学科 | 无需API | Polite Pool |
OpenAlex | 2 | 全学科 | 建议/需要 API key | 引用关系 |
Semantic Scholar | 3 | 全学科 | 推荐API | AI 驱动 |
PubMed | 4 | 生物医学 | 可选API | 医学专业 |
Europe PMC | 5 | 生物医学 | 无需API | 欧洲医学 |
CORE | 6 | 开放获取 | 推荐API | 开放论文 |
Unpaywall | 后处理 | 全学科 | 需要邮箱 | 开放版本补充,不作为主元数据源 |
DBLP | 8 | 计算机科学 | 无需API | CS 专业 |
arXiv | 9 | 预印本 | 无需API | 预印本 |
bioRxiv | 10 | 生物医学预印本 | 无需API | 生物预印本 |
📦 安装
从 PyPI 安装
pip install -U bibverify从源码开发/运行
git clone https://github.com/Hylouis233/bibverify.git
cd bibverify
pip install -e .如果只需要安装运行依赖:
pip install -r requirements.txt当前发布版本:
GitHub Releases: https://github.com/Hylouis233/bibverify/releases
MCP Registry:
io.github.Hylouis233/bibverifyClawHub/OpenClaw skill:
bibverify
⚙️ 配置设置
1. 创建配置文件
从 PyPI 安装后,可以手动创建一个最小 config.json:
{
"language": "CN",
"bib_file": "references.bib",
"user_info": {
"email": "your_email@example.com",
"app_name": "Bibverify"
}
}如果你在源码仓库中使用,也可以复制模板后再编辑:
cp config_template.json config.json2. 基本配置
编辑 config.json 文件:
{
"language": "CN",
"bib_file": "references.bib",
"user_info": {
"email": "your_email@example.com",
"app_name": "Bibverify"
}
}3. 平台配置
根据需要启用/禁用平台:
{
"platforms": {
"crossref": {
"enabled": true,
"priority": 1,
"use_polite_pool": true
},
"semantic_scholar": {
"enabled": true,
"priority": 3,
"requires_api_key": true,
"api_key": "your_api_key_here"
}
}
}4. 语言设置
"CN": 中文界面"EN": 英文界面
🎯 使用方法
命令速查
命令 | 用途 |
| 按配置检查 |
| 通过 DOI 生成单条 BibTeX |
| 启动 MCP stdio server |
| 生成 MCP/Skill 接入文件 |
| 检查本地集成是否可用 |
| 单独导出 |
检查 .bib 文件
bibverify config.json通过 DOI 生成单条 BibTeX
bibverify --doi 10.1038/nature12373 --key example2013该模式会直接调用 Crossref DOI 精确查询,并将结果打印为 BibTeX。
一键接入大模型 / MCP / Skill
为小白用户准备本地集成文件:
bibverify agent init --target codex --output .bibverify-agent --config config.json生成内容:
.bibverify-agent/SKILL.md: 给大模型看的 Bibverify 调用说明.bibverify-agent/mcp.json: MCP server 配置片段.bibverify-agent/README.md: 本地接入说明
启动 MCP stdio server:
bibverify mcp --config config.json单独导出 skill:
bibverify skill export --target codex --output .bibverify-agent/SKILL.md检查本地环境:
bibverify agent doctor --config config.jsonMCP 当前暴露四个工具:doi_to_bibtex、rank_lookup_sources、explain_update_diff、verify_bib_file。大模型接入 MCP 后,可以直接调用这些工具完成 DOI 转 BibTeX、检索源排序解释、条目差异解释和 .bib 文件检查。verify_bib_file 同时返回结构化的检查计数和生成文件名,便于 agent 继续处理。
可复制的 MCP 配置片段:
{
"mcpServers": {
"bibverify": {
"command": "bibverify",
"args": ["mcp", "--config", "config.json"]
}
}
}已发布入口:
MCP Registry 名称:
io.github.Hylouis233/bibverifyClawHub/OpenClaw skill slug:
bibverify
📁 输出文件
程序会生成以下文件,不会原地覆盖你的源文件。.bib 输出文件使用输入文件名 stem 作为前缀,例如 references.bib 会生成 references_backup_*、references_updated_* 和 references_wrong_*:
检查报告 (
bib_check_report_YYYYMMDD_HHMMSS.txt)验证通过的文献列表
需要更新的文献及其差异详情
未找到的文献列表
备份文件 (
references_backup_YYYYMMDD_HHMMSS.bib)原始 BibTeX 文件的完整备份
更新文件 (
references_updated_YYYYMMDD_HHMMSS.bib)包含所有更新后的文献条目
问题文件 (
references_wrong_YYYYMMDD_HHMMSS.bib)包含未找到或处理错误的文献
🔄 工作流程
开始
↓
加载 BibTeX 文件
↓
对每个条目:
├─ 提取标题
├─ 根据 DOI/PMID/arXiv 等标识符动态调整平台顺序
├─ 按调整后的优先级查询各平台
├─ 智能匹配文献信息
├─ 保持原有键值
├─ 比对字段差异
└─ 记录结果
↓
生成检查报告
↓
生成更新文件
↓
完成📝 BibTeX 格式标准
字段顺序
程序生成的 BibTeX 文件遵循标准字段顺序:
@article{key,
title={...},
author={...},
journal={...},
volume={...},
number={...},
pages={...},
year={...},
publisher={...},
doi={...}
}文献类型映射
平台类型 | BibTeX 类型 |
journal-article | article |
book-chapter | incollection |
book | book |
proceedings-article | inproceedings |
posted-content | unpublished |
🎯 智能匹配规则
标题匹配策略
完全相同(忽略大小写、标点符号)
原标题包含在新标题中
严格不匹配:避免误匹配
标题规范化过程
"{{Detecting Influenza Epidemics}}"
↓ 移除大括号
"Detecting Influenza Epidemics"
↓ 转小写
"detecting influenza epidemics"
↓ 移除标点符号
"detecting influenza epidemics"
↓ 规范化空格
"detecting influenza epidemics"🔧 高级配置
API 设置
部分平台需要 API key 以获得更高访问速度或稳定访问:
OpenAlex
"openalex": {
"api_key": "your_api_key_here"
}注册地址: https://docs.openalex.org/how-to-use-the-api/getting-started/authentication
Semantic Scholar
"semantic_scholar": {
"api_key": "your_api_key_here"
}注册地址: https://www.semanticscholar.org/product/api#api-key-form
PubMed
"pubmed": {
"api_key": "your_api_key_here"
}注册地址: https://www.ncbi.nlm.nih.gov/account/
CORE
"core": {
"api_key": "your_api_key_here"
}注册地址: https://core.ac.uk/services/api
Polite Pool 设置
为获得更高访问速度,建议设置邮箱:
"user_info": {
"email": "your_email@example.com"
}查询设置
"query_settings": {
"delay_between_requests": 0.5,
"timeout": 10,
"max_retries": 3,
"stop_on_first_match": true
}检索顺序不是单纯静态表格顺序:如果条目已有 DOI,会优先走 Crossref DOI 精确查询;如果有 PMID/PMCID,会提升 PubMed 和 Europe PMC;如果有 arXiv 标识,会提升 arXiv。Unpaywall 当前只适合作为开放获取链接补充,不作为主文献元数据源。
📊 项目统计
📖 学术引用
如果您在学术研究或项目中使用 Bibverify,请您引用本项目:
BibTeX 格式
@software{bibverify2025,
title={Bibverify: A Multi-Platform BibTeX Reference Verification Tool},
author={Hong Liu},
year={2025},
url={https://github.com/Hylouis233/bibverify},
note={DOI: 10.5281/zenodo.17338090}
}文本格式
Hong Liu. (2025). Bibverify: A Multi-Platform BibTeX Reference Verification Tool.
GitHub. https://github.com/Hylouis233/bibverify. DOI: 10.5281/zenodo.17338090Bibverify - 让文献管理更简单、更准确!
⭐ 如果这个工具对您有帮助,请给个 Star!
🤝 贡献
欢迎提交 GitHub Issues 和 Pull Request!
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceAn MCP server that enables AI assistants to verify BibTeX citations and URLs against academic databases like Semantic Scholar and DBLP. It allows users to ensure bibliography accuracy and link accessibility directly within their research workflows.Last updated1MIT
- AlicenseAqualityCmaintenanceUnified academic search MCP server that searches open literature (arXiv, bioRxiv, medRxiv, PMC), CNKI, and Web of Science, with browser-backed authentication, local paper library, and export to multiple formats.Last updated2212MIT
- AlicenseBqualityDmaintenanceAutomatically enriches BibTeX citations with missing metadata (DOI, venue, etc.) from arXiv, DBLP, and CrossRef via an MCP server for AI assistants.Last updated2MIT
- Alicense-qualityDmaintenanceSearches academic references from arXiv, DBLP, Semantic Scholar, and OpenAlex concurrently and generates BibTeX citations.Last updated10MIT
Related MCP Connectors
Search arXiv/Semantic Scholar/OpenAlex + medical evidence (PubMed/Europe PMC) + LaTeX/PDF tools.
Read-only MCP over an agentic SLR workspace with per-claim citation verification
Read-only MCP over an agentic SLR workspace with per-claim citation verification
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/Hylouis233/bibverify'
If you have feedback or need assistance with the MCP directory API, please join our Discord server