search_datasets

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

Search Aix-Marseille-Provence Open Data for datasets by keyword (mobility, urban services & 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

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

Connect

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

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

See Getting Started for client-specific install steps.

Regenerated from source · build June 26, 2026