search_publications

Pack: openaire · Endpoint: https://gateway.pipeworx.io/openaire/mcp

Search scholarly publications (articles, preprints, theses, books).

Parameters

NameTypeRequiredDescription
funderstringnoFunder short name — e.g. “EC”, “NIH”, “NSF”, “WT”
countrystringnoCountry code — ISO 3166-1 alpha-2
from_yearstringnoEarliest publication year (YYYY)
to_yearstringnoLatest publication year (YYYY)
open_accessbooleannoRestrict 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.

Regenerated from source · build May 21, 2026