MCP server exposing 5 tools for data-europa.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/data-europa/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
search — 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.package — Fetch a single EU open-data dataset record by its portal ID, returning full metadata including title, description, publisher, license, distributions, and tags.organizations — List EU open-data portal publishing organizations (EU institutions, member-state agencies, etc.) with their names and dataset counts; limit controls page size (default 100, max 1000).groups — List thematic dataset categories (groups) on the EU open-data portal (e.g. environment, transport, economy); returns category names and IDs for use as filters in search.tags — List or search keyword tags used to annotate datasets on the EU open-data portal; pass query to filter by prefix, limit controls page size (default 100).Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/data-europa/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io