Ckan MCP Server

MCP server for interacting with CKAN open data portals

Remote serverstreamable-httpTypeScript

What is the Ckan MCP server?

Ckan MCP server is a hosted integration for AI assistants that speak the Model Context Protocol. MCP server for interacting with CKAN open data portals.

What you get

CKAN is the open-source platform behind most public open data portals worldwide (Italy's dati.gov.it, the US data.gov, Canada's open.canada.ca, and many more). Navigating these portals usually requires knowing their structure, APIs, and search syntax. This MCP server removes that barrier: once connected, your AI tool can do it all for you.

What the assistant can call

Once Ckan is connected, these are the calls the assistant has available:

  • ChatGPT — 1. Open the profile menu and go to Settings → Apps → Advanced settings 2. Enable Developer mode 3. Click Create app (top-right) 4. Fill
  • Organizations — The Organizations tool exposed by this server
  • Groups — The Groups tool exposed by this server
  • DataStore — The DataStore tool exposed by this server
  • SPARQL — The SPARQL tool exposed by this server
  • Utilities — The Utilities tool exposed by this server

Setting it up

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

Choosing this one

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Ckan's toolset — ChatGPT, Organizations, Groups and 3 more — is a fair guide to whether it matches your workflow. It is maintained by aborruso; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Ckan's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Before you rely on it

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the ckan mcp server does with a few real requests.

Available tools

ToolWhat it does
ChatGPT1. Open the profile menu and go to **Settings → Apps → Advanced settings** 2. Enable **Developer mode** 3. Click **Create app** (top-right) 4. Fill in the form: - **Name:** CKAN MCP Server - **Description:** Search datas
OrganizationsThe Organizations tool exposed by this server.
GroupsThe Groups tool exposed by this server.
DataStoreThe DataStore tool exposed by this server.
SPARQLThe SPARQL tool exposed by this server.
UtilitiesThe Utilities tool exposed by this server.

How to install the Ckan MCP server

{
  "mcpServers": {
    "ckan": {
      "url": "https://ckan-mcp-server.andy-pr.workers.dev/mcp"
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Ckan to ChatGPT.
  • Use Ckan to Organizations.
  • Use Ckan to Groups.

Frequently asked questions

It connects Ckan to MCP-compatible AI assistants such as Claude and Cursor, exposing 6 tools (ChatGPT, Organizations, Groups, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Ckan directly.