Skip to main content
Glama
cessda

OpenAIRE MCP Server

by cessda

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OPENAIRE_GRAPH_URLNoOpenAIRE Graph API base URLhttps://api.openaire.eu/graph/v2
OPENAIRE_LOG_LEVELNoLogging level (INFO, WARN, ERROR)WARN
OPENAIRE_MAX_LIMITNoMaximum citation result limit1000
OPENAIRE_PAGE_SIZENoResults per API page request50
OPENAIRE_API_TIMEOUTNoAPI request timeout (seconds)30
OPENAIRE_DEFAULT_LIMITNoDefault citation result limit200
OPENAIRE_API_MAX_RETRIESNoMaximum retry attempts3
OPENAIRE_SCHOLEXPLORER_URLNoScholExplorer API base URLhttps://api.scholexplorer.openaire.eu/v3

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
find_related_researchA

Find publications, datasets, and software that cite a given DOI.

This tool searches ScholExplorer's comprehensive citation index to discover research outputs that cite the specified DOI. ScholExplorer aggregates citation links from major scholarly data sources including OpenCitations, Crossref, and DataCite, covering publications, datasets, and software.

Use this tool when you want to:

  • Find what publications cite a specific dataset

  • Discover research that builds upon a particular paper

  • Explore the impact and usage of a research output

  • Map the citation network around a DOI

get_metadataA

Get comprehensive metadata for a research product from OpenAIRE Research Graph.

This tool retrieves detailed metadata from the OpenAIRE Research Graph, which aggregates information from thousands of repositories worldwide. The Graph provides enriched metadata including abstracts, full author information with institutional affiliations, citation metrics, access rights, and funding details.

IMPORTANT: This tool requires an OpenAIRE dedup ID, not a DOI.

Workflow to get metadata:

  1. First use find_related_research() to find citations for a DOI

  2. Extract the OpenAIRE ID from the results (look for IDScheme: 'openaireIdentifier')

  3. Use this tool with that OpenAIRE ID to get full metadata

Use this tool when you want to:

  • Get the full abstract and description of a research output

  • See complete author information with affiliations and ORCID IDs

  • Check access rights and find open access versions

  • View citation metrics and impact indicators

  • Discover funding information and project connections

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.3/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: find_related_research discovers citations for a DOI, while get_metadata retrieves detailed metadata using an OpenAIRE dedup ID. The workflow described eliminates any ambiguity.

Naming Consistency5/5

Both tools use a consistent verb_noun pattern in snake_case: find_related_research and get_metadata. The naming is clear and predictable.

Tool Count3/5

With only two tools, the server feels thin for a domain like OpenAIRE, which could encompass searching by various criteria. The tools cover a specific workflow but the low count borders on inadequate for broader usage.

Completeness3/5

The tools handle citation discovery and metadata retrieval, but lack direct search by other attributes (e.g., author, title). The surface is limited to a narrow workflow, missing common functions like direct querying.

Maintenance

ActivityInactive
ResponsivenessNo issues