search_publications
Pack: openaire · Endpoint: https://gateway.pipeworx.io/openaire/mcp
Search scholarly publications (articles, preprints, theses, books).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
funder | string | no | Funder short name — e.g. “EC”, “NIH”, “NSF”, “WT” |
country | string | no | Country code — ISO 3166-1 alpha-2 |
from_year | string | no | Earliest publication year (YYYY) |
to_year | string | no | Latest publication year (YYYY) |
open_access | boolean | no | Restrict to open-access publications |
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_publications","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.