Skip to main content
Feedback

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.

ToolDescription
nearDuplicateArticlesRetrieves all articles that are substantially similar to a specified article.
getArticleByCoreIdBatchRetrieves multiple articles using their CORE identifiers in a single operation.
getArticleByCoreIdRetrieves detailed information for a single article by its CORE identifier.
getArticlePdfByCoreIdRetrieves the full-text PDF document for an article by its CORE identifier.
getArticleHistoryByCoreIdRetrieves the version history and metadata changes for an article.
searchArticlesBatchSearches multiple article queries and returns results in a single operation.
searchArticlesSearches across all documents using specified keywords and filters.
similarArticlesRetrieves articles that are similar in content to provided text.
getJournalByIssnBatchRetrieves multiple journals using their ISSN numbers in a single operation.
getJournalByIssnRetrieves journal information by its International Standard Serial Number.
createJournalsSearchSearches multiple journal queries and returns results in a single operation.
getJournalsSearchSearches across all journals using specified keywords and filters.
getRepositoryByIdBatchRetrieves multiple repositories using their CORE identifiers in a single operation.
getRepositoryByIdRetrieves detailed information for a single repository by its CORE identifier.
createRepositoriesSearchSearches multiple repository queries and returns results in a single operation.
getRepositoriesSearchSearches across all repositories using specified keywords and filters.
createSearchSearches multiple queries across all resource types in a single operation.
getSearchSearches across all resources using specified keywords and filters.
On this Page