Open Data

UK Education Statistics MCP Server

Chat with AI and run tools instantly — no API key or third-party login 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.

Managed
4 tools
Agent guide included

No API key or third-party login 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

One-click install:

The link prefills the Add custom connector dialog — you still review the values and click Add, then Connect to complete OAuth.

Or add manually

  1. Open claude.ai → Settings → Connectors.
  2. Click the + button and choose Add custom connector.
  3. Set Name to UK Education Statistics and paste the MCP URL into Remote MCP server URL.
  4. Click Add. UK Education Statistics will appear under Not connected — select it and click Connect to complete OAuth.
Name: UK Education Statistics
Remote MCP server URL: https://mcp.mcpbundles.com/bundle/education-stats
Authentication: OAuth

Custom connectors at claude.ai require a paid Claude plan (Pro, Max, Team, or Enterprise).

Try UK Education Statistics now

No API key or third-party login required. Chat with AI and run tools instantly.

UK Education Statistics MCP Server & Skill — 4 Tools