Ckan MCP Server

Turn any (CKAN) open data portal into a conversation. Give your AI assistant direct access to any CKAN open data portal - search datasets, explore organizations, query tabular data, and read metadata, all through natural language. Its 20 documented tools cover ckan, organization, group, datastore. It runs locally over stdio via the published package.

People connecting cloud infrastructure tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 57 · #11 OF 141 MAINTAINED CLOUD INFRASTRUCTURE · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Ckan MCP Server

before you install - you'll need

CKAN_ALLOWED_DOMAINS is optional or environment-specific per the README.

Claude Code

claude mcp add ondata-ckan-mcp-server -- npx -y @aborruso/ckan-mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "ondata-ckan-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@aborruso/ckan-mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @aborruso/ckan-mcp-server - the @aborruso scope differs from the repo owner (ondata); confirm it's the project's official package

registry registry publisher io.github.aborruso is not the repo owner (ondata) - the registry entry was published by someone else

03 · What Ckan MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can search datasets with Solr queries, list tags with counts, list all organizations, and search organizations by name.

Capability map

Tools grouped from the project's README - what Ckan MCP Server lets an agent do.

Ckan

18 tools - e.g. Search datasets with Solr queries; Rank datasets by relevance score; Complete details of a dataset

ckan_package_search · ckan_find_relevant_datasets · ckan_package_show · ckan_tag_list · ckan_organization_list · ckan_organization_show…

Sparql

1 tool - e.g. Execute SPARQL SELECT queries against any public SPARQL endpoint

sparql_query

Data Store

1 tool - e.g. Data Store

DataStore

Latest releases

v0.4.119 · 2026-08-20

Security fix · isBlockedIp() classified IPv6 addresses by matching the start of the string, so the ranges that embed an IPv4 address were not recognised as internal: NAT64 (64:ff9b::/96, 64:ff9b:1::/48), 6to4…

v0.4.118 · 2026-08-06

Security hardening · The fetch path - sparql_query and the MQA quality tools - validated a hostname and then let undici resolve it a second time before connecting. That is a TOCTOU window a DNS-rebinding record can…

v0.4.117 · 2026-08-04

What's New · Portal-controlled strings can no longer forge markdown structure · Field names, dataset titles, cell values and other short strings coming from a third-party portal were interpolated into markdown…

04 · Who maintains Ckan MCP Server

ckan-mcp-server is maintained by ondata. It's the only MCP server we track from this author; the repo dates to Jan 2026.

05 · Facts

category
cloud infrastructure - ranked #11 of 141 actively-maintained cloud infrastructure servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-20)
registry
io.github.aborruso/ckan-mcp-server (active, first published 2026-03-12 · 7 versions)
packages
npm:@aborruso/ckan-mcp-server

06 · Ckan MCP Server FAQ

Is Ckan MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

What can Ckan MCP Server do?

With this server connected, an agent can search datasets with Solr queries, list tags with counts, list all organizations, and search organizations by name.

How do I install Ckan MCP Server?

Run `npx -y @aborruso/ckan-mcp-server`. The README documents one environment variable (CKAN_ALLOWED_DOMAINS) to set first. CKAN_ALLOWED_DOMAINS is optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Ckan MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Ckan MCP Server

More cloud infrastructure MCP servers · Service Public France · ABAP Accelerator · OPA MCP · DevUtils MCP Server

More TypeScript MCP servers · Glassypic · Tinify AI · Kernel MCP Server · Docspace · see all