get_research_product
Pack: openaire · Endpoint: https://gateway.pipeworx.io/openaire/mcp
Fetch a single research product (publication / dataset / software) by OpenAIRE id.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
id | string | yes | OpenAIRE id (e.g. “doi_dedup___::abc…”) |
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":"get_research_product","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.