
Product
PHP and Composer Support Is Now in Beta
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.
@aborruso/ckan-mcp-server
Advanced tools
Turn any CKAN open data portal into a conversation.
Most public open data portals worldwide — Italy's dati.gov.it, the US data.gov, Canada's open.canada.ca, and hundreds more — run on CKAN, an open-source platform with a fully documented public API. Navigating these portals usually requires knowing their structure, search syntax, and APIs.
This MCP server removes that barrier. Once connected, your AI assistant can search datasets, explore organizations, query tabular data, and read metadata — all through natural language. No CKAN knowledge required.
This is possible because of open standards and open source. CKAN exposes a public API. Metadata follows DCAT, an open W3C standard. Both are free to use and maintained by open communities. This server stands on that foundation.
Adopted by AgID — This project has been reused by AgID, Italy's Agency for Digital Italy, as part of its effort to make public open data more accessible, immediate, and easier to consult through AI.
Option A — Install locally (recommended):
npm install -g @aborruso/ckan-mcp-server
Option B — No install, use the hosted endpoint directly:
https://ckan-mcp-server.andy-pr.workers.dev/mcp
The hosted endpoint has a 100k requests/day shared quota. Local installation has no limits.
Most MCP-compatible tools accept a configuration like this:
{
"mcpServers": {
"ckan": {
"command": "npx",
"args": ["@aborruso/ckan-mcp-server@latest"]
}
}
}
Works with ChatGPT, VS Code, Gemini CLI, Codex CLI, and more — see the full guide below.
Complete setup guides, all available tools, usage examples, and advanced Solr query reference:
Created with ❤️ by onData for the open data community
FAQs
MCP server for interacting with CKAN open data portals
We found that @aborruso/ckan-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Product
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.

Product
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.

Research
/Security News
Three compromised Rust crates pulled in a malicious dependency that downloaded and executed cross-platform malware during Cargo builds.