search
ActiveTool of Data Europa
Search the EU open-data portal (data.europa.eu) for datasets by free-text query; supports Solr filter expressions (e.g. country.iso:DE), pagination via rows/start, and sorting. Returns dataset titles, descriptions, and publisher info.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "agriculture exports"
},
{
"fq": "country.iso:DE",
"rows": 50,
"query": "employment statistics"
}
],
"required": [
"query"
],
"properties": {
"fq": {
"type": "string",
"description": "Solr filter (e.g. \"country.iso:DE\")."
},
"rows": {
"type": "number",
"description": "1-1000 (default 25)."
},
"sort": {
"type": "string"
},
"query": {
"type": "string"
},
"start": {
"type": "number"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Data Europa
https://github.com/pipeworx-io/mcp-data-europa
1/7 registries