Pubmed Database
Quickly retrieve relevant research findings and summaries from PubMed's vast biomedical literature database.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add pubmed-database npx -- -y @trustedskills/pubmed-database
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"pubmed-database": {
"command": "npx",
"args": [
"-y",
"@trustedskills/pubmed-database"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The PubMed Database skill enables AI agents to query the National Center for Biotechnology Information (NCBI) database directly. It retrieves abstracts, citations, and metadata for biomedical literature based on specific search criteria.
When to use it
- Conducting rapid literature reviews for clinical research or medical studies.
- Gathering background information on specific diseases, treatments, or biological mechanisms.
- Validating scientific claims by cross-referencing peer-reviewed abstracts.
- Extracting citation data for bibliography generation in academic writing.
Key capabilities
- Direct integration with the NCBI PubMed API.
- Supports complex search queries using MeSH terms and free-text fields.
- Returns structured JSON data including titles, authors, publication dates, and abstracts.
- Filters results by specific filters such as publication year or article type.
Example prompts
- "Search for recent clinical trials regarding the efficacy of immunotherapy in treating pancreatic cancer published after 2023."
- "Find all abstracts related to gene editing techniques for sickle cell disease and summarize the primary methodologies used."
- "Retrieve metadata for papers discussing the side effects of long-term antibiotic use, sorted by publication date."
Tips & gotchas
Ensure your AI agent handles rate limits imposed by the NCBI API, as excessive requests may result in temporary access blocks. Always verify that search terms are specific enough to avoid retrieving irrelevant biomedical literature from unrelated fields.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.