search_datasets

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

Search Centre-Val de Loire Open Data for datasets by keyword (regional services, transport, education & environment). Returns dataset_ids (pass to query/dataset_info), titles, themes and record counts.

Parameters

NameTypeRequiredDescription
querystringnoKeyword(s) to search dataset titles/descriptions.
limitnumbernoMax datasets (1-100, default 20).
offsetnumbernoPagination offset (default 0).

Example call

Arguments

{
  "query": "transport"
}

curl

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

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('search_datasets', {
  "query": "transport"
});

More examples

{
  "query": "education schools",
  "limit": 50,
  "offset": 0
}

Connect

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

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

See Getting Started for client-specific install steps.

Regenerated from source · build August 11, 2026