Connects Claude to opendata.gov.je, Jersey's official government statistics and open data portal built on CKAN. Exposes two operations: listing publishing organizations like Statistics Jersey and browsing thematic groups such as Economy and Business or COVID-19 datasets. Part of the Pipeworx gateway ecosystem, which means you can either point directly at this server or use the full gateway for access to 700+ other data sources. Useful when you need to explore what Jersey government data is available before drilling into specific datasets, or when you're building agents that need to discover and navigate official Channel Islands statistics programmatically.
Jersey Open Data MCP — opendata.gov.je, the official statistics / open-data
Part of Pipeworx — an MCP gateway connecting AI agents to 705+ live data sources.
| Tool | Description |
|---|---|
list_organizations | List publishing organizations (Jersey government departments/agencies, e.g. Statistics Jersey) on opendata.gov.je (CKAN organization_list). |
list_groups | List thematic groups/categories on opendata.gov.je, e.g. "Economy and business", "Coronavirus (COVID-19)" (CKAN group_list). |
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"jersey-opendata": {
"url": "https://gateway.pipeworx.io/jersey-opendata/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 705+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Jersey Opendata data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
com.mcparmory/google-sheets
domdomegg/google-sheets-mcp
henilcalagiya/google-sheets-mcp
cct15/war-dashboard-data
moooonad/mcp-google-sheets-full
io.github.br0ski777/csv-to-json