MCP server exposing 6 tools for openaire.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/openaire/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
search_publications — "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.search_datasets — "Find research datasets about [topic]" / "open data on [subject]" / "look up [field] datasets" — search research datasets registered in OpenAIRE (Zenodo, Dryad, Figshare, B2SHARE etc.). Use for finding open research data to reuse / cite.search_software — "Find research software for [task]" / "academic / open-source tools for [field]" — search research software registrations in OpenAIRE. Use for finding citable scientific software tied to published research.search_projects — "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.get_research_product — Fetch a single research product (publication / dataset / software) by OpenAIRE ID — use after `search_publications` / `search_datasets` / `search_software` to get the full record.get_project — Fetch a funded research project by OpenAIRE ID — use after `search_projects` for full project details (budget breakdown, partner list, outputs).Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/openaire/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io