# Elsevier ScienceDirect MCP for AI Agents AI Agent Connect

> Elsevier ScienceDirect lets your AI agent pull millions of peer-reviewed scientific, technical, and medical research articles and book chapters. It connects your agent to one of the world's largest databases for academic research, allowing you to fetch full texts, abstracts, and metadata without leaving your workspace.

## Overview
- **Category:** knowledge-management
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_cyu7pDTWf8emuibV62qOu400PeRx5JSwHNaG6wYG/ai-agent-connect
- **Tags:** scholarly-articles, peer-reviewed, academic-search, research-data, metadata-retrieval, scientific-literature

## Description

This Connector provides a direct connection to the ScienceDirect database, giving your AI agent the ability to navigate millions of peer-reviewed scientific, technical, and medical papers. Instead of jumping between different browser tabs to find specific research, you can ask your AI client to do the work for you. It can pull in full-text content, abstracts, and detailed metadata for specific articles using identifiers like DOIs or Scopus IDs. You can also use it to verify if a paper is under an embargo or if your institution has the rights to host it in a repository. It effectively turns your AI into a specialized research assistant that can handle the tedious parts of literature reviews and data collection. Because Vinkius hosts this Connector, you can integrate it into your existing workflow and start pulling real scholarly data into your projects immediately. It removes the friction of manual searching and helps you stay focused on analyzing the information rather than just finding it.

## Tools

### get_article_entitlement
Check user access rights for a specific article. It ensures you know if the content is available to you.

### get_article_metadata
Fetch detailed metadata for an article. This is perfect for organizing citations and repository data.

### get_article
Retrieve the full text or abstract of an article. Use this to get the actual content of a specific paper.

### get_hosting_permissions
Retrieve embargo and hosting information. Use this to see if a paper can be hosted in a repository.

### get_nonserial_title
Retrieve metadata for books using an ISBN. Use this to get details on non-serial publications.

### get_object
Retrieve multimedia or attachments for an article. This lets you grab extra files associated with a paper.

### get_serial_title
Retrieve metadata for journals using an ISSN. This helps identify specific serial publications.

### get_subject_classifications
Retrieve subject categories for a publication. This helps in organizing research by specific fields.

### search_sciencedirect
Search for full-text content on ScienceDirect. This helps you find relevant papers using advanced queries.

## Prompt Examples

**Prompt:** 
```
Find the most recent papers on mRNA vaccines and give me a summary of the abstracts.
```

**Response:** 
```
I've found several recent papers on mRNA vaccines. Here are the top results:

| Title | Key Focus |
| :--- | :--- |
| **mRNA Vaccine Efficacy** | Focuses on long-term immunity.
| **Rapid Production Methods** | Discusses manufacturing scale-up.
| **Adjuvant Research** | Explores new delivery systems.

Would you like me to provide the full abstract for any of these?
```

**Prompt:** 
```
What is the DOI for the paper 'CRISPR-Cas9 Gene Editing in Human Cells'?
```

**Response:** 
```
I found the paper you're looking for. Here are the details:

*   **Title:** CRISPR-Cas9 Gene Editing in Human Cells
*   **DOI:** 10.1016/j.cell.2023.01.001
*   **Source:** ScienceDirect

Would you like me to fetch the abstract or the full text for this paper?
```

**Prompt:** 
```
Check if the article with DOI 10.1016/j.cell.2023.01.001 is under any hosting embargo.
```

**Response:** 
```
I've checked the hosting permissions for that article. Here is what I found:

*   **Embargo Status:** Active
*   **Expiry Date:** 2024-12-01
*   **Hosting Permission:** It can be hosted in institutional repositories after the embargo date passes.

Let me know if you need me to check any other papers.
```

## Capabilities

### Search scholarly articles
Query the entire database for peer-reviewed papers and journals.

### Pull full-text content
Retrieve the complete text or abstract of a specific research paper.

### Fetch article metadata
Get detailed information for citation management and repository indexing.

### Verify hosting permissions
Check for active embargoes and institutional hosting rights.

### Identify serial titles
Retrieve journal metadata using ISSN codes.

### Identify non-serial titles
Retrieve book metadata using ISBN codes.

### Retrieve subject classifications
Get specific subject categories for literature reviews.

## Use Cases

### Summarizing recent findings on mRNA vaccines
A researcher asks their agent to find the top five recent papers on mRNA vaccines and provide a summary of the abstracts.

### Automating metadata for a literature review
A data scientist asks their agent to pull subject classifications and metadata for 500 medical journals in a specific field.

### Checking repository hosting rights
A librarian asks the agent to check the hosting permissions for a specific paper to see if it can be added to the university repository.

### Fetching full text via DOI
A student provides a DOI from a bibliography and asks the agent to fetch the full text for a quick read.

## Benefits

- Get full-text content for papers instantly using get_article to skip the manual download process.
- Verify institutional compliance by checking embargo dates with get_hosting_permissions.
- Automate metadata collection for thousands of papers using get_article_metadata to save hours of manual entry.
- Find specific journals or books quickly using get_serial_title and get_nonserial_title with ISSN or ISBN.
- Filter research results accurately with search_sciencedirect to find exactly what you need.
- Identify correct subject categories for your library using get_subject_classifications.

## How It Works

The bottom line is you get a direct line to millions of peer-reviewed research papers through your AI client.

1. Subscribe to the Elsevier ScienceDirect MCP on Vinkius.
2. Add your Elsevier API Key and optional Institutional Token to your configuration.
3. Ask your AI client to find research papers or fetch specific article data.

## Frequently Asked Questions

**Can the Elsevier ScienceDirect MCP find full-text articles?**
Yes, it can pull both the full text and the abstract for specific research papers from the ScienceDirect database.

**How do I use the Elsevier ScienceDirect MCP for my research?**
Connect it to your AI client and ask for specific papers by DOI, title, or search terms. It will handle the retrieval for you.

**Can I check if a paper is allowed in a repository with Elsevier ScienceDirect MCP?**
Yes, it can check hosting permissions and embargo dates so you can ensure your repository stays compliant.

**Does Elsevier ScienceDirect MCP work for books?**
Yes, it can retrieve metadata for non-serial publications like books using an ISBN.

**Can I use Elsevier ScienceDirect MCP to automate my literature review?**
Yes, it can fetch metadata and subject classifications for many papers at once, making it ideal for large-scale reviews.

**How do I get the abstract for a specific DOI?**
Just provide the DOI to your AI client. It will use the Connector to fetch the abstract directly from the database for you.

**Can I search for specific authors or titles using this server?**
Yes! Use the `search_sciencedirect` tool with specific query syntax like `auth(name)` for authors or `tak(query)` for Title/Abstract/Keywords to find exactly what you need.

**How do I check if my institution has access to a specific paper?**
You can use the `get_article_entitlement` tool. By providing the DOI or PII, the agent will verify if the authenticated user or institution has the rights to access the full text.

**Can I retrieve metadata for a journal if I only have the ISSN?**
Absolutely. Use the `get_serial_title` tool and provide the ISSN. The agent will return the journal's metadata, including title and subject classifications.