CORE MCP connector
CORE is a global aggregator of open access research papers and articles from repositories and journals worldwide. The CORE MCP connector allows AI agents to search and retrieve academic articles by ID or similarity, access fulltext PDFs, and identify near duplicate publications across the collection. It also supports batch operations for retrieving multiple articles and journals by their identifiers, and provides access to article history and metadata.
Authentication type
- API Key - Requires a static API key to be configured before the agent can connect to the service.
Uses
Use the CORE MCP connector to perform the following actions:
- Discover peer-reviewed research papers matching your industry keywords and topics
- Retrieve full-text PDFs of articles to support evidence-based decision making
- Monitor article versions and citation history to track research evolution
- Identify duplicate or near-duplicate research to avoid redundant literature reviews
- Locate academic journals by ISSN and search their published content
- Find repositories and archives housing open-access research in your field
- Build cross-institutional research databases by harvesting articles at scale
- Analyze similar papers based on content to identify research gaps and trends
Example prompts
Use the following example prompts to invoke CORE MCP connector tools from your AI assistant or Boomi Connect workflow:
Show me all research papers in CORE about artificial intelligence in healthcare.Find the full PDF for the article with CORE ID 12345678.Search CORE for journals with ISSN 1234-5678.Retrieve the version history for this CORE article to see how it has changed.Find all near-duplicate articles related to climate change in CORE.Locate repositories in CORE that focus on renewable energy research.Show me articles in CORE similar to this text about machine learning.Search all resources in CORE for papers on sustainable agriculture.Get batch results for 50 article IDs from CORE at once.Find open-access repositories in CORE that contain medical research.
CORE MCP connector tools
The CORE MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.
| Tool | Description |
|---|---|
| nearDuplicateArticles | Retrieves all articles that are substantially similar to a specified article. |
| getArticleByCoreIdBatch | Retrieves multiple articles using their CORE identifiers in a single operation. |
| getArticleByCoreId | Retrieves detailed information for a single article by its CORE identifier. |
| getArticlePdfByCoreId | Retrieves the full-text PDF document for an article by its CORE identifier. |
| getArticleHistoryByCoreId | Retrieves the version history and metadata changes for an article. |
| searchArticlesBatch | Searches multiple article queries and returns results in a single operation. |
| searchArticles | Searches across all documents using specified keywords and filters. |
| similarArticles | Retrieves articles that are similar in content to provided text. |
| getJournalByIssnBatch | Retrieves multiple journals using their ISSN numbers in a single operation. |
| getJournalByIssn | Retrieves journal information by its International Standard Serial Number. |
| createJournalsSearch | Searches multiple journal queries and returns results in a single operation. |
| getJournalsSearch | Searches across all journals using specified keywords and filters. |
| getRepositoryByIdBatch | Retrieves multiple repositories using their CORE identifiers in a single operation. |
| getRepositoryById | Retrieves detailed information for a single repository by its CORE identifier. |
| createRepositoriesSearch | Searches multiple repository queries and returns results in a single operation. |
| getRepositoriesSearch | Searches across all repositories using specified keywords and filters. |
| createSearch | Searches multiple queries across all resource types in a single operation. |
| getSearch | Searches across all resources using specified keywords and filters. |