search

Pack: data-europa · Endpoint: https://gateway.pipeworx.io/data-europa/mcp

Search datasets.

Parameters

NameTypeRequiredDescription
querystringyes
fqstringnoSolr filter (e.g. “country.iso:DE”).
rowsnumberno1-1000 (default 25).
startnumberno
sortstringno

Example call

curl -X POST https://gateway.pipeworx.io/data-europa/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search","arguments":{}}}'

Response shape

FieldTypeDescription
resultsarrayArray of matching datasets
countnumberTotal number of matching results
Full JSON Schema
{
  "type": "object",
  "description": "Search results from data.europa.eu API",
  "properties": {
    "results": {
      "type": "array",
      "description": "Array of matching datasets",
      "items": {
        "type": "object",
        "description": "Dataset metadata"
      }
    },
    "count": {
      "type": "number",
      "description": "Total number of matching results"
    }
  }
}

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "data-europa": {
      "url": "https://gateway.pipeworx.io/data-europa/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build May 21, 2026