search_datasets
Pack: jersey-opendata · Endpoint: https://gateway.pipeworx.io/jersey-opendata/mcp
Search the Government of Jersey open-data catalogue (opendata.gov.je, CKAN package_search). Jersey is a Channel Island Crown Dependency; data is published by Statistics Jersey. Returns matching datasets with titles/descriptions/resources (English).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
query | string | yes | Search terms. e.g. “population”, “RPI inflation”, “census”, “GVA”. |
fq | string | no | Solr filter query, e.g. “organization:statistics-jersey” or “groups:economy-and-business”. |
rows | number | no | Max results, 1-1000 (default 25). |
start | number | no | 0-based offset for paging. |
sort | string | no | Sort spec, e.g. “metadata_modified desc”. |
Example call
curl -X POST https://gateway.pipeworx.io/jersey-opendata/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": {
"jersey-opendata": {
"url": "https://gateway.pipeworx.io/jersey-opendata/mcp"
}
}
}
See Getting Started for client-specific install steps.