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 2023?"
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: satudata-ngawi
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.
Related MCP Servers
- AlicenseBqualityDmaintenanceAn unofficial MCP server providing access to Dutch government open data from data.overheid.nl, CBS statistics, and KVK business registry. Enables natural language queries for discovering datasets, inspecting metadata, and querying data without API keys or authentication.Last updated14MIT
- Alicense-qualityDmaintenanceMCP server for accessing Indonesian local government data from Satu Data Ngawi. Enables querying datasets, organizations, categories, and statistics through natural language.Last updated12MIT
- Flicense-qualityBmaintenanceMCP server exposing the full UK Companies House Public Data API, enabling natural language queries for company profiles, search, officers, filing history, charges, insolvency, and persons with significant control, as well as downloading and reading PDF documents.Last updated
- Alicense-qualityAmaintenanceA research MCP server for UK geospatial and statistical data, enabling AI assistants to query Ordnance Survey and ONS datasets.Last updated3MIT
Related MCP Connectors
Official Microsoft MCP Server to query Microsoft Entra data using natural language
GibsonAI MCP server: manage your databases with natural language
This MCP server provides seamless access to Malaysia's government open data, including datasets, w…
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-2'
If you have feedback or need assistance with the MCP directory API, please join our Discord server