You're viewing a demo portfolio

Join the waitlist
PRSM

search

Active

Tool of Data Europa

declared in 0.1.0

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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Data Europa

https://github.com/pipeworx-io/mcp-data-europa

1/7 registries
View full server →