Verify and repair BibTeX references with DOI-first MCP tools.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-hylouis233-bibverify": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Verify and repair BibTeX references with DOI-first MCP tools.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in other
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Official Miro MCP server - Supports context to code and creating diagrams, docs, and data tables.
MCP server for using the GitLab API
MCP Security Weekly
Get CVE alerts and security updates for io.github.Hylouis233/bibverify and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
中文: 一个支持多平台的 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 bibverify
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 和本地接入说明。
.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 | 生物预印本 |
pip install -U bibverify
git clone https://github.com/Hylouis233/bibverify.git
cd bibverify
pip install -e .
如果只需要安装运行依赖:
pip install -r requirements.txt
当前发布版本:
io.github.Hylouis233/bibverifybibverify从 PyPI 安装后,可以手动创建一个最小 config.json:
{
"language": "CN",
"bib_file": "references.bib",
"user_info": {
"email": "your_email@example.com",
"app_name": "Bibverify"
}
}
如果你在源码仓库中使用,也可以复制模板后再编辑:
cp config_template.json config.json
编辑 config.json 文件:
{
"language": "CN",
"bib_file": "references.bib",
"user_info": {
"email": "your_email@example.com",
"app_name": "Bibverify"
}
}
根据需要启用/禁用平台:
{
"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"
}
}
}
"CN": 中文界面"EN": 英文界面