search_publications
ActiveTool of mcp-openaire
"Find papers about [topic]" / "search EU / open-access research on [X]" / "publications by [funder]" / "academic articles on [Y]" — search scholarly publications (articles, preprints, theses, books) via OpenAIRE (the EU's open-science aggregator; covers EC / NIH / NSF / Wellcome Trust funded research). Filter by funder, country, year range, open-access status. Use for academic literature search with funder/policy context.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "machine learning cancer detection",
"open_access": true
},
{
"query": "climate change impact",
"funder": "EC",
"country": "DE",
"to_year": "2023",
"from_year": "2020"
}
],
"required": [
"query"
],
"properties": {
"page": {
"type": "number",
"description": "1-based page (default 1)"
},
"size": {
"type": "number",
"description": "Page size, 1-100 (default 20)"
},
"query": {
"type": "string",
"description": "Free-text query (matches title/abstract/keywords)"
},
"funder": {
"type": "string",
"description": "Funder short name — e.g. \"EC\", \"NIH\", \"NSF\", \"WT\""
},
"country": {
"type": "string",
"description": "Country code — ISO 3166-1 alpha-2"
},
"to_year": {
"type": "string",
"description": "Latest publication year (YYYY)"
},
"from_year": {
"type": "string",
"description": "Earliest publication year (YYYY)"
},
"open_access": {
"type": "boolean",
"description": "Restrict to open-access publications"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-openaire
https://github.com/pipeworx-io/mcp-openaire
2/7 registries