ONS Baby Names API MCP Server
OfficialClick 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., "@ONS Baby Names API MCP ServerWhat were the top baby names in 2024?"
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.
ONS Baby Names API — MCP Server
An MCP (Model Context Protocol) server that exposes England & Wales baby names data from the ONS birth registration dataset, deployable to Vercel.
Once deployed, you can connect Claude (or any MCP-compatible client) to ask questions like:
"What were the top baby names in 2024?"
"How has the popularity of Oliver changed over time?"
"What names are similar to Olivia for girls?"
"Which area had the most babies called Alfie in 2024?"
Tools
Tool | Description |
| Available years and geography years in the dataset |
| Full list of registered names (all / boys / girls) with slugs |
| Search names by substring |
| All names and counts for a given year |
| Ranked top N names for a given year |
| Full time-series (count + rank per year) for a single name |
| Regional breakdown by local authority area |
| Names with similar popularity trajectories |
| Diagnostic check |
Related MCP server: mcp-uk-ons
Deploy to Vercel
Fork or clone this repo
Import it in Vercel
Deploy — no build configuration needed
The MCP endpoint will be available at:
https://<your-vercel-url>/mcpOptional environment variable
Variable | Default | Description |
|
| Override the upstream API base URL |
Connect to Claude
In Claude's settings, add a new MCP server with the URL:
https://<your-vercel-url>/mcpLocal development
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python app.pyThe server will start on http://localhost:8000/mcp.
Data source
Data is served from baby-names-api.netlify.app, generated from ONS birth registration statistics for England & Wales. Source code: henryjameslau/baby-names-api.
This server cannot be installed
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/ONSdigital/ons-baby-names-api-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server