← 返回
未分类 中文

Pipeworx pubmed

Search PubMed for biomedical articles by keyword, author, or MeSH term; retrieve article metadata and full abstracts with structured section labels.
在 PubMed 上通过关键词、作者或 MeSH 词搜索生物医学文章,获取文献元数据以及带有结构化章节标签的完整摘要。
brucegutman brucegutman 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 355
下载
💾 0
安装
1
版本
#latest

概述

PubMed

Search and retrieve biomedical literature from the National Library of Medicine's PubMed database. Over 36 million citations from MEDLINE, life science journals, and online books.

Capabilities

ToolDescription
-------------------
search_pubmedSearch by keyword, author name, or MeSH term. Returns PubMed IDs.
get_summaryMetadata for one or more articles: title, authors, journal, DOI.
get_abstractFull abstract text with section labels (Background, Methods, Results, Conclusions).

Typical workflow

  1. Search for articles on a topic with search_pubmed
  2. Get metadata for the top results with get_summary
  3. Pull the full abstract for the most relevant paper with get_abstract

Example: find CRISPR research

curl -X POST https://gateway.pipeworx.io/pubmed/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_pubmed","arguments":{"query":"CRISPR cancer therapy","limit":5}}}'

Query syntax tips

PubMed supports field-tagged searches. Some useful patterns:

  • "Smith J"[Author] -- search by author
  • "COVID-19"[MeSH] -- search MeSH terms
  • "Nature"[Journal] -- restrict to a journal
  • Combine with AND/OR: CRISPR AND (cancer OR tumor)

Add to your MCP client

{
  "mcpServers": {
    "pubmed": {
      "url": "https://gateway.pipeworx.io/pubmed/mcp"
    }
  }
}

No API key required. Powered by NCBI E-utilities.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 20:10 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

professional

Pipeworx sunrisesunset

brucegutman
提供全球任意地点和日期的日出、日落、黎明、黄昏、太阳正午、黄金时段及昼长精确时刻。
★ 0 📥 685
knowledge-management

Summarize

paudyyin
智能摘要工具,自动为长文本、文档、网页生成摘要,提取要点与关键词,支持自定义摘要长度。
★ 980 📥 527,156
knowledge-management

Obsidian

steipete
操作 Obsidian 仓库(纯 Markdown 笔记)并通过 obsidian-cli 自动化。
★ 460 📥 107,026