search_projects
Pack: openaire · Endpoint: https://gateway.pipeworx.io/openaire/mcp
Search funded research projects (CORDIS for EC; also NSF, NIH, etc.).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
funder | string | no | Funder short name |
country | string | no | Coordinator country (ISO alpha-2) |
from_year | string | no | Earliest project start year |
Example call
curl -X POST https://gateway.pipeworx.io/openaire/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_projects","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"openaire": {
"url": "https://gateway.pipeworx.io/openaire/mcp"
}
}
}
See Getting Started for client-specific install steps.