Open Data

UK Education Statistics MCP Server

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

Access the UK Department for Education's public statistics API. Search and browse official education publications covering schools, apprenticeships, early years, phonics, and more. Retrieve data sets with metadata including time periods, geographic levels, and indicators.

4 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 UK Education Statistics — workflow patterns, data models, and gotchas for your AI agent.

UK Education Statistics

The Department for Education (DfE) Public Statistics API provides programmatic access to official education statistics publications and data sets for England.

Data Model

  • Publications — Statistical releases (e.g. "Apprenticeships", "Phonics screening check attainment"). Each has an ID, title, slug, summary, and last published date.
  • Data Sets — Tabular data within a publication. Each has filters, indicators, geographic levels, and time periods. Data sets have versioned releases.

Key Patterns

  • Publications list supports page and pageSize for pagination.
  • Publication data sets are accessed via /publications/{id}/data-sets.
  • Data set metadata at /data-sets/{id}/meta describes available filters and indicators.
  • Data set IDs are UUIDs. Publication IDs are also UUIDs.
  • The search parameter on publications does full-text search across title and summary.

Gotchas

  • No auth: Completely open API.
  • No global data-sets list: Data sets are scoped to publications — use /publications/{id}/data-sets.
  • Pagination: Uses page/pageSize (not offset/limit). Page 1 is the first page.
  • Large responses: Data set metadata can be very large (hundreds of filter options). Use sparingly.

Tools in this Server (4)

Edu Get Dataset Meta

Get metadata for a specific UK education data set including available filters (e.g. sex, ethnicity, region), indicators (e.g. percentages, counts), ge...

Edu Get Publication

Get detailed information about a specific UK education statistics publication by its ID. Returns the publication title, summary, slug, and last publis...

Edu List Datasets

List data sets within a specific UK education statistics publication. Returns data set titles, summaries, time periods, geographic levels, available f...

Edu Search Publications

Search UK Department for Education statistical publications. Browse or search official education statistics covering schools, apprenticeships, early y...

Frequently Asked Questions

What is the UK Education Statistics MCP server?

Access the UK Department for Education's public statistics API. Search and browse official education publications covering schools, apprenticeships, early years, phonics, and more. Retrieve data sets with metadata including time periods, geographic levels, and indicators. It provides 4 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect UK Education Statistics 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/education-stats. Authentication is handled automatically.

How many tools does UK Education Statistics provide?

UK Education Statistics provides 4 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 UK Education Statistics require?

UK Education Statistics uses open data APIs — no authentication required.

Setup Instructions

Connect UK Education Statistics to any MCP client in minutes

https://mcp.mcpbundles.com/bundle/education-stats

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 UK Education Statistics now

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

UK Education Statistics MCP Server & Skill — 4 Tools