Open Data

Open Data NI MCP Server

Chat with AI and run tools instantly — no account needed.

Northern Ireland open data portal powered by CKAN. Search and access datasets from NISRA, government departments, and public bodies covering population, health, economy, environment, and more.

3 tools
Agent guide included
Try it Free

No account needed. Chat with AI and run tools instantly.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for Open Data NI — workflow patterns, data models, and gotchas for your AI agent.

Open Data NI

Northern Ireland open data portal built on CKAN. No authentication required.

Data Model

  • Dataset (Package) — A collection of related data resources with metadata (title, description, organisation, licence, tags).
  • Resource — An individual file or API endpoint within a dataset (CSV, JSON, XLS, etc.).
  • Organisation — The publishing body (e.g. NISRA, Department of Health, PSNI).

Key Endpoints

  • package_search — Full-text search across datasets. Supports faceted filtering by organisation, tags, format.
  • package_show — Full metadata for a single dataset by name or ID.
  • resource_show — Metadata for a single resource by ID, including download URL.

Search Parameters

  • q — Free-text query
  • fq — Filter query (Solr syntax, e.g. organization:nisra)
  • rows — Results per page (default 10)
  • start — Offset for pagination
  • sort — Sort order (e.g. metadata_modified desc)

Gotchas

  • Dataset name is the URL-safe slug; title is the human-readable name.
  • Resources have a datastore_active flag indicating whether the data is queryable via the DataStore API.
  • Some resources are direct file downloads (CSV/XLS), not API endpoints.
  • The notes field contains the full description (can include markdown).

Tools in this Server (3)

Ni Get Dataset

Get full metadata for a specific Open Data NI dataset by ID or name. Returns title, description, organisation, licence, tags, and all available resour...

Ni Get Resource

Get metadata for a specific resource (file) within an Open Data NI dataset. Returns the resource name, format, description, download URL, and whether ...

Ni Search Datasets

Search Open Data NI for datasets from Northern Ireland government and public bodies. Returns dataset titles, descriptions, organisations, and availabl...

Frequently Asked Questions

What is the Open Data NI MCP server?

Northern Ireland open data portal powered by CKAN. Search and access datasets from NISRA, government departments, and public bodies covering population, health, economy, environment, and more. It provides 3 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect Open Data NI to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/open-data-ni. Authentication is handled automatically.

How many tools does Open Data NI provide?

Open Data NI provides 3 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does Open Data NI require?

Open Data NI uses open data APIs — no authentication required.

Setup Instructions

Connect Open Data NI to any MCP client in minutes

https://mcp.mcpbundles.com/bundle/open-data-ni

What is MCP?

Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.

Use this bundle in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

Try Open Data NI now

No sign-up required. Chat with AI and run tools instantly.

Open Data NI MCP Server & Skill — 3 Tools