Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI → MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
  • Remote MCP ↗ (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) ↗ (opens in a new tab)
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 💻 Developer Tools
  3. Bibverify
B
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/11/2026, 12:02:32 AM

Bibverify

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time — check back soon.
View Repository

Verify and repair BibTeX references with DOI-first MCP tools.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON ▾

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "bibverify": {
      "command": "npx",
      "args": [
        "-y",
        "https://img.shields.io/badge/English-README-blue.svg"
      ]
    }
  }
}

💡 Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing Alternatives💻 More in Developer Tools

Documentation Overview

Bibverify - BibTeX 文献检查工具

English README | 中文 README

中文: 一个支持多平台的 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.

PyPI Release License Python Stars DOI

快速开始

安装

Terminal
pip install -U bibverify

DOI 转 BibTeX

bash
bibverify --doi 10.1038/nature12373 --key example2013

检查一个 .bib 文件

创建 config.json:

config.json
{
  "language": "CN",
  "bib_file": "references.bib",
  "user_info": {
    "email": "your_email@example.com",
    "app_name": "Bibverify"
  }
}

然后运行:

bash
bibverify config.json

一键生成大模型接入文件

bash
bibverify agent init --target codex --output .bibverify-agent --config config.json
bibverify agent doctor --config config.json

生成的 .bibverify-agent/ 目录包含 MCP 配置片段、SKILL.md 和本地接入说明。

核心能力

  • 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要求特殊功能
CrossRef1全学科无需APIPolite Pool
OpenAlex2全学科建议/需要 API key引用关系
Semantic Scholar3全学科推荐APIAI 驱动
PubMed4生物医学可选API医学专业
Europe PMC5生物医学无需API欧洲医学
CORE6开放获取推荐API开放论文
Unpaywall后处理全学科需要邮箱开放版本补充,不作为主元数据源
DBLP8计算机科学无需APICS 专业
arXiv9预印本无需API预印本
bioRxiv10生物医学预印本无需API生物预印本

📦 安装

从 PyPI 安装

Terminal
pip install -U bibverify

从源码开发/运行

bash
git clone https://github.com/Hylouis233/bibverify.git
cd bibverify
pip install -e .

如果只需要安装运行依赖:

Terminal
pip install -r requirements.txt

当前发布版本:

  • PyPI: https://pypi.org/project/bibverify/
  • GitHub Releases: https://github.com/Hylouis233/bibverify/releases
  • MCP Registry: io.github.Hylouis233/bibverify
  • ClawHub/OpenClaw skill: bibverify

⚙️ 配置设置

1. 创建配置文件

从 PyPI 安装后,可以手动创建一个最小 config.json:

config.json
{
  "language": "CN",
  "bib_file": "references.bib",
  "user_info": {
    "email": "your_email@example.com",
    "app_name": "Bibverify"
  }
}

如果你在源码仓库中使用,也可以复制模板后再编辑:

bash
cp config_template.json config.json

2. 基本配置

编辑 config.json 文件:

config.json
{
  "language": "CN",
  "bib_file": "references.bib",
  "user_info": {
    "email": "your_email@example.com",
    "app_name": "Bibverify"
  }
}

3. 平台配置

根据需要启用/禁用平台:

config.json
{
  "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": 英文界面

🎯 使用方法

命令速查

命令用途
bibverify config.json按配置检查 .bib 文件
bibverify --doi DOI --key KEY通过 DOI 生成单条 BibTeX
bibverify mcp --config config.json启动 MCP stdio server
bibverify agent init --target codex生成 MCP/Skill 接入文件
bibverify agent doctor --config config.json检查本地集成是否可用
bibverify skill export --target codex单独导出 SKILL.md

检查 .bib 文件

bash
bibverify config.json

通过 DOI 生成单条 BibTeX

bash
bibverify --doi 10.1038/nature12373 --key example2013

该模式会直接调用 Crossref DOI 精确查询,并将结果打印为 BibTeX。

一键接入大模型 / MCP / Skill

为小白用户准备本地集成文件:

bash
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:

bash
bibverify mcp --config config.json

单独导出 skill:

server.ts
bibverify skill export --target codex --output .bibverify-agent/SKILL.md

检查本地环境:

bash
bibverify agent doctor --config config.json

MCP 当前暴露四个工具:doi_to_bibtex、rank_lookup_sources、explain_update_diff、verify_bib_file。大模型接入 MCP 后,可以直接调用这些工具完成 DOI 转 BibTeX、检索源排序解释、条目差异解释和 .bib 文件检查。verify_bib_file 同时返回结构化的检查计数和生成文件名,便于 agent 继续处理。

可复制的 MCP 配置片段:

config.json
{
  "mcpServers": {
    "bibverify": {
      "command": "bibverify",
      "args": ["mcp", "--config", "config.json"]
    }
  }
}

已发布入口:

  • MCP Registry 名称:io.github.Hylouis233/bibverify
  • ClawHub/OpenClaw skill slug:bibverify

📁 输出文件

程序会生成以下文件,不会原地覆盖你的源文件。.bib 输出文件使用输入文件名 stem 作为前缀,例如 references.bib 会生成 references_backup_*、references_updated_* 和 references_wrong_*:

  1. 检查报告 (bib_check_report_YYYYMMDD_HHMMSS.txt)

    • 验证通过的文献列表
    • 需要更新的文献及其差异详情
    • 未找到的文献列表
  2. 备份文件 (references_backup_YYYYMMDD_HHMMSS.bib)

    • 原始 BibTeX 文件的完整备份
  3. 更新文件 (references_updated_YYYYMMDD_HHMMSS.bib)

    • 包含所有更新后的文献条目
  4. 问题文件 (references_wrong_YYYYMMDD_HHMMSS.bib)

    • 包含未找到或处理错误的文献

🔄 工作流程

Code
开始
 ↓
加载 BibTeX 文件
 ↓
对每个条目:
 ├─ 提取标题
 ├─ 根据 DOI/PMID/arXiv 等标识符动态调整平台顺序
 ├─ 按调整后的优先级查询各平台
 ├─ 智能匹配文献信息
 ├─ 保持原有键值
 ├─ 比对字段差异
 └─ 记录结果
 ↓
生成检查报告
 ↓
生成更新文件
 ↓
完成

📝 BibTeX 格式标准

字段顺序

程序生成的 BibTeX 文件遵循标准字段顺序:

bibtex
@article{key,
  title={...},
  author={...},
  journal={...},
  volume={...},
  number={...},
  pages={...},
  year={...},
  publisher={...},
  doi={...}
}

文献类型映射

平台类型BibTeX 类型
journal-articlearticle
book-chapterincollection
bookbook
proceedings-articleinproceedings
posted-contentunpublished

🎯 智能匹配规则

标题匹配策略

  1. 完全相同(忽略大小写、标点符号)
  2. 原标题包含在新标题中
  3. 严格不匹配:避免误匹配

标题规范化过程

Code
"{{Detecting Influenza Epidemics}}"
↓ 移除大括号
"Detecting Influenza Epidemics"
↓ 转小写
"detecting influenza epidemics"
↓ 移除标点符号
"detecting influenza epidemics"
↓ 规范化空格
"detecting influenza epidemics"

🔧 高级配置

API 设置

部分平台需要 API key 以获得更高访问速度或稳定访问:

OpenAlex

json
"openalex": {
  "api_key": "your_api_key_here"
}

注册地址: https://docs.openalex.org/how-to-use-the-api/getting-started/authentication

Semantic Scholar

json
"semantic_scholar": {
  "api_key": "your_api_key_here"
}

注册地址: https://www.semanticscholar.org/product/api#api-key-form

PubMed

json
"pubmed": {
  "api_key": "your_api_key_here"
}

注册地址: https://www.ncbi.nlm.nih.gov/account/

CORE

json
"core": {
  "api_key": "your_api_key_here"
}

注册地址: https://core.ac.uk/services/api

Polite Pool 设置

为获得更高访问速度,建议设置邮箱:

json
"user_info": {
  "email": "your_email@example.com"
}

查询设置

json
"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 当前只适合作为开放获取链接补充,不作为主文献元数据源。

📊 项目统计

GitHub stars GitHub forks GitHub issues GitHub pull requests

Star History Chart

📖 学术引用

如果您在学术研究或项目中使用 Bibverify,请您引用本项目:

BibTeX 格式

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}
}

文本格式

Code
Hong Liu. (2025). Bibverify: A Multi-Platform BibTeX Reference Verification Tool. 
GitHub. https://github.com/Hylouis233/bibverify. DOI: 10.5281/zenodo.17338090

Bibverify - 让文献管理更简单、更准确!

⭐ 如果这个工具对您有帮助,请给个 Star!

🤝 贡献

欢迎提交 GitHub Issues 和 Pull Request!

Related MCP Servers

View all in Developer Tools View all alternatives
  • A
    Agent Trust

    AI agent trust & reputation protocol — verify, score, route, compare, delegate. 18 tools.

    💻 Developer Tools0 views
    Compare vs Agent Trust →
  • G
    Graphql

    Turn any GraphQL API into MCP tools. Zero config, zero code.

    💻 Developer Tools0 views
    Compare vs Graphql →
  • World Monitor logoWorld Monitor

    Live global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.

    💻 Developer Tools1 views
    Compare vs World Monitor →
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    💻 Developer Tools0 views
    Compare vs Ai Netcafe →

Frequently Asked Questions about Bibverify

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "bibverify": { "command": "npx", "args": ["-y", "Bibverify"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewBibverify AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/bibverify?style=directory)](https://allmcps.com/mcp/bibverify)
HTML Embed
<a href="https://allmcps.com/mcp/bibverify"><img src="https://allmcps.com/api/badge/bibverify?style=directory" alt="Bibverify on AllMCPs" /></a>

Technical Specs & Signals

Category💻Developer Tools
More technical detailsExpand ▾
TransportSSE (Remote)
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
32Quality signal: Emerging · 32/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools15/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

★ FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 3,181+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge — we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 💻 Developer Tools →Best MCP servers for Developers →Alternatives to Bibverify →Install in Claude DesktopInstall in CursorInstall in VS Code