# PubMed MCP for AI Agents AI Agent Connect

> PubMed MCP lets you search over 37 million biomedical research articles directly through your AI client. It pulls full abstracts, author lists, and MeSH terms from the National Library of Medicine database. You can track citations to see how research evolves or find specific clinical evidence for a disease or drug without leaving your workspace.

## Overview
- **Category:** the-unthinkable
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_3aYYvqqs4fnvKGxLKm5c4Bvw1V6ho3hQWjsKTg0C/ai-agent-connect
- **Tags:** biomedical-research, literature-search, citation-tracking, medical-database

## Description

Researching medical literature usually involves jumping between dozens of tabs, copying abstracts into notes, and trying to figure out which papers actually cite your primary source. It is a mess. This PubMed MCP changes that by bringing the National Library of Medicine's database straight into your conversation. You can ask your agent to find specific studies on a gene symbol or a new drug and get the full details back instantly. Instead of manual searching, you just describe what you need. If you are looking for the impact of a specific paper, you can see who is citing it to map out the research chain. It is part of the Vinkius catalog, making it easy to plug into your existing workflow. You get the heavy lifting of literature review done by your AI client while you focus on the actual analysis. No more manual bookmarking or digging through nested search results.

## Tools

### get_pubmed_article
Get the full metadata for a specific PubMed article using its PMID. This is great for pulling complete abstracts and author lists.

### get_pubmed_citations
Find all the papers that cite a specific PubMed entry. Use this to see how a piece of research has been used over time.

### search_pubmed
Search for biomedical research articles using keywords and boolean operators. It returns titles, abstracts, and MeSH terms.

## Prompt Examples

**Prompt:** 
```
Find recent research on CRISPR gene therapy for sickle cell disease.
```

**Response:** 
```
**Recent CRISPR Research for Sickle Cell Disease**

| Title | Journal | Year | PMID |
| :--- | :--- | :--- | :--- |
| CRISPR-Cas9 Gene Editing for Sickle Cell Disease | NEJM | 2023 | 38040890 |
| Exa-cel Infusion Clinical Trials | Nature | 2023 | 37900000 |

**Key Findings:**
*   **Exa-cel infusion** showed 97% of patients free of vaso-occlusive crises.
*   Focus on **$\beta$-Thalassemia** and sickle cell co-treatment.

*Full abstracts and MeSH terms retrieved.*
```

**Prompt:** 
```
Get complete details for PubMed article PMID 33782455.
```

**Response:** 
```
**PubMed Article Details**

*   **Title:** SARS-CoV-2 variants of concern and variants of interest
*   **Authors:** Harvey et al.
*   **Journal:** Nature Reviews Microbiology (2021)
*   **DOI:** 10.1038/s41579-021-00573-0
*   **Abstract:** This paper details the classification framework for emerging variants including Alpha, Beta, Gamma, and Delta.
*   **MeSH Terms:** COVID-19, SARS-CoV-2, Mutation, Spike Glycoprotein.
```

**Prompt:** 
```
Which papers cite the original CRISPR-Cas9 paper? Show me the top citing articles.
```

**Response:** 
```
**Citations for Landmark CRISPR Paper**

Found 10 recent citing articles. Key applications include:
*   **Gene Therapy:** Applications in human clinical trials.
*   **Agriculture:** Biotechnology for crop resistance.
*   **Diagnostics:** Development of SHERLOCK/DETECTR systems.
*   **Base Editing:** Evolution of precision genome engineering.

*Top citations include papers from MIT, Harvard, and the Broad Institute.*
```

## Capabilities

### Search biomedical literature
Find research articles by keyword, disease, or drug using boolean operators.

### Get full article metadata
Pull abstracts, DOIs, and journal info for specific PMIDs instantly.

### Track research citations
Identify which papers cite a specific study to see how research has evolved.

### Filter results with boolean logic
Use AND, OR, and NOT to refine your search terms for more precise results.

### Extract MeSH terms
Retrieve standardized medical subject headings to help categorize your findings.

## Use Cases

### Finding CRISPR research
A researcher asks for recent studies on gene therapy for sickle cell disease to see what's been published this year.

### Verifying clinical evidence
A doctor asks for systematic reviews on a specific drug's side effects to check for the latest safety data.

### Mapping citation chains
A science writer wants to see which papers cite a landmark 2015 study to find the most recent developments in the field.

### Gathering metadata
A student needs the full abstract and journal info for a list of PMIDs to quickly build a literature review table.

## Benefits

- Stop manual searching by using search_pubmed to find specific research papers directly in your chat.
- Get full abstracts and DOI links instantly with get_pubmed_article instead of clicking through multiple web pages.
- Map the evolution of a research topic by using get_pubmed_citations to see who is citing your primary source.
- Refine your results using boolean operators like AND and OR to find exactly what you need faster.
- Keep your research organized by pulling MeSH terms to standardize how you categorize different medical topics.

## How It Works

The bottom line is you get direct, programmatic access to the world's largest medical database without the web UI friction.

1. Subscribe to the PubMed MCP on Vinkius.
2. Connect the Connector to your AI client like Claude or Cursor.
3. Ask your agent to search for specific medical research or clinical evidence.

## Frequently Asked Questions

**Can the PubMed MCP find specific clinical trials?**
Yes, you can search for clinical trials by using keywords related to the disease or the specific intervention you are researching.

**Does the PubMed MCP require an API key?**
No, you do not need a separate API key. You can connect it directly through Vinkius and start searching immediately.

**How can I use the PubMed MCP to find citations?**
You can ask your agent to find papers that cite a specific study. This helps you see the impact of research and find newer follow-up studies.

**Can I search for specific gene symbols or drugs?**
Yes, the Connector supports searching by gene symbols, drug names, and various other biomedical topics.

**Does the PubMed MCP provide full abstracts?**
Yes, it pulls the full abstract along with authors, journals, and MeSH terms for any article you find.

**Is the PubMed MCP good for science journalists?**
It is excellent for journalists who need to find primary sources and peer-reviewed evidence to ensure their reporting is accurate.

**Do I need an API key or any registration to use PubMed?**
No. PubMed E-utilities are freely accessible to everyone without registration. An optional API key (available at ncbi.nlm.nih.gov) increases your rate limit from 3 to 10 requests per second, but is not required for standard usage.

**What types of searches are supported and how can I refine my results?**
You can search by keyword, disease name, gene symbol, drug name, author surname, or journal title. Boolean operators (AND, OR, NOT) and field tags like [Title], [Author], and [MeSH Terms] work natively. Example: 'CRISPR AND cancer NOT review' targets original research on CRISPR in oncology.

**Can I access full-text articles through this server?**
This server returns complete abstracts and metadata for all indexed articles. Full-text access depends on publisher open access policies — articles from PubMed Central (PMC) are freely available. The DOI link provided with each result allows direct navigation to the publisher's page.