Skip to content

Citations

概述

根据一篇论文的PMID,查找引用这篇论文的其它论文。这项功能是通过Europe PMC API来实现的。

本服务器的通信协议是streamable http。

服务器URL

https://wanjian.online/mcp/citations

工具

get_citing_articles_by_pmid

功能:得到引文列表

参数

  • pmid (必需):PubMed文章ID,可以是字符串或整数类型

Cline的配置

{
  "mcpServers": {
    "pubmed": {
      "autoApprove": [
        "get_citing_articles_by_pmid"
      ],
      "disabled": false,
      "timeout": 60,
      "type": "streamableHttp",
      "url": "https://wanjian.online/mcp/citations",
      "env": {}
    }
  }
}

VS Code copilot的MCP配置文件格式略有不同,需做适当修改。