uk-he-data-mcp
This server lets you query UK higher-education open data — including student satisfaction, outcomes, and graduate earnings — with every figure paired with its appropriate benchmark.
search_providers: Look up any UK higher-education provider by name, nickname, or fragment (e.g. "UCL", "Manchester Met") to get their official name and UKPRN identifier used by all other tools.nss_scores: Retrieve National Student Survey positivity scores for a provider, filterable by subject, question/theme, population, mode, and level of study — paired with the OfS benchmark and UK sector average.compare_providers: Compare NSS results across two or more providers side-by-side, each judged against their own benchmark, with similar filtering options.b3_outcomes: Access OfS B3 continuation, completion, and progression rates with benchmarks and regulatory thresholds, filterable by subject or demographic splits (sex, ethnicity, age, disability, deprivation quintile).leo_earnings: Retrieve lower-quartile, median, and upper-quartile graduate earnings at 1, 3, and 5 years post-graduation by subject, with UK-wide figures for context.run_sql: Execute read-only SQL SELECT queries directly against the underlying DuckDB database (capped at 100 rows) for custom exploration.data://dictionaryresource: Descriptions of every table, its granularity, and what is deliberately absent from the dataset.Guided prompts: Built-in MCP prompts (
provider_health_checkandsubject_shortlist) that walk through the tools in the correct order with statistical conventions applied.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@uk-he-data-mcpNSS scores for Law at Birmingham"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
uk-he-data-mcp
An MCP server that lets Claude (or any MCP client) query UK higher-education open data: National Student Survey satisfaction, OfS student outcomes (continuation, completion, progression) and LEO graduate earnings, every figure paired with the benchmark the regulator intends it to be read against.
Status: built in public, moving fast. All three data sources are queryable; the interface may still change before the first tagged release.
Why
UK HE publishes a lot of good open data, and almost nobody can use it in conversation. The files are large, split across regulators, keyed on codes (UKPRN, CAH) that mean nothing to most people, and full of statistical conventions that are easy to get wrong — quoting an NSS score without its benchmark is the classic one. This server puts that data behind a small set of tools that carry those conventions with them, so an AI assistant can answer carefully instead of confidently.
Related MCP server: BNCC MCP
Install
# one-off: build the local database (downloads open data from the OfS and DfE)
uvx --from git+https://github.com/wilgreeves-cmd/uk-he-data-mcp uk-he-data-mcp build
# then add the server to Claude Code
claude mcp add uk-he-data -- uvx --from git+https://github.com/wilgreeves-cmd/uk-he-data-mcp uk-he-data-mcp(PyPI release is coming, which shortens both commands to plain uvx uk-he-data-mcp.)
The build downloads open data straight from the Office for Students and loads it into a DuckDB file on your machine — no keys, no accounts. Queries run locally; tool results then enter your AI assistant's conversation context like anything else you discuss with it.
Try asking
"How satisfied are Law students at Birmingham, and is that good for a university with their intake?" — uses the OfS benchmark, so the answer compares like with like.
"Compare Sheffield and Sheffield Hallam for Computing" — side by side, each judged against its own benchmark rather than raw score vs raw score.
"Do mature students complete their degrees at Birmingham?" — B3 outcomes split by age on commencement, against the OfS regulatory threshold.
"What do Law graduates actually earn five years on?" — LEO quartiles, with the caveats stated: pre-tax, employment-matched, and emphatically not causal.
"Show me assessment-and-feedback scores for nursing at a small provider" — often returns nothing, and says why: cuts under 10 respondents are suppressed by the OfS, which is an answer, not an error.
"Which university gets the most applications for Computer Science?" — the server tells you this isn't answerable from open data (UCAS publishes no bulk application volumes) rather than guessing from satisfaction scores.
That last behaviour is deliberate. Each tool description states what the data cannot answer, so the model declines honestly instead of inferring.
Tools
Tool | What it does |
| Name, nickname or fragment → official name + UKPRN ("UCL" and "Sheffield Uni" both work) |
| NSS positivity vs OfS benchmark and UK sector average, filterable by subject (CAH), question/theme, population, mode and level |
| Two or more providers side by side, each judged against its own benchmark |
| Continuation, completion and progression rates vs OfS benchmarks and regulatory thresholds, by subject or demographic split |
| Graduate earnings (LQ/median/UQ) at 1, 3 and 5 years, by subject, with the UK figure for context |
| Read-only SELECT against the underlying DuckDB, capped at 100 rows, for anything the fixed tools don't cover |
Plus a data://dictionary resource describing every table, its grain, and
what is deliberately absent, and two MCP prompts — provider_health_check
and subject_shortlist — that walk a client through the tools in the right
order with the statistical conventions attached.
Roadmap
Discover Uni course catalogue — the full course census, crawled from the public sitemap.
Prebuilt database download, so the one-off build takes seconds rather than minutes.
Data sources and licences
Source | Publisher | Licence |
National Student Survey 2026 | Office for Students | |
Student outcomes (B3) Feb 2026 | Office for Students | OGL v3.0 |
LEO graduate earnings 2022/23 | Department for Education | OGL v3.0 |
Contains public sector information licensed under the Open Government Licence v3.0. This project is not affiliated with or endorsed by the Office for Students or the Department for Education.
Code is MIT licensed.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/wilgreeves-cmd/uk-he-data-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server