search
Pack: europeana · Endpoint: https://gateway.pipeworx.io/europeana/mcp
Search the Europeana collection by keyword. Returns matching items with ids (pass an id to record), titles, creators, dates and image links.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
query | string | yes | Keyword(s), e.g. “rembrandt”, “ceramics”, “moon landing”. |
limit | number | no | Max results (1-100, default 20). |
page | number | no | Page number (1-based, default 1). |
_apiKey | string | no | Europeana API key (auto-injected by the platform; or pass your own). |
Example call
curl -X POST https://gateway.pipeworx.io/europeana/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"europeana": {
"url": "https://gateway.pipeworx.io/europeana/mcp"
}
}
}
See Getting Started for client-specific install steps.