search_projects
ActiveTool of mcp-openaire
"What EU / NIH / NSF projects are funded on [topic]" / "Horizon Europe projects on [X]" / "CORDIS lookup for [Y]" — search funded research projects (CORDIS for EC; also NSF, NIH, Wellcome Trust, others). Returns project title, funder, budget, coordinator, partners, dates. Use for funding-landscape analysis, grant precedent research.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "artificial intelligence ethics"
},
{
"query": "renewable energy",
"funder": "NSF",
"country": "US",
"from_year": "2019"
}
],
"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"
},
"country": {
"type": "string",
"description": "Coordinator country (ISO alpha-2)"
},
"from_year": {
"type": "string",
"description": "Earliest project start year"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-openaire
https://github.com/pipeworx-io/mcp-openaire
2/7 registries