ONS Baby Names API MCP Server
OfficialClick on "Deploy 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 deployed
Maintenance
Related MCP Connectors
Harness the power of names with our Name Demographics MCP. Using Agify, Genderize, and Nationalize
Official Microsoft MCP Server to query Microsoft Entra data using natural language
- mcpOAuthcom.gibsonai
GibsonAI MCP server: manage your databases with natural language
Agent-native MCP server over 49M+ US public and government records, privacy-first, always current.
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.14MIT
- AlicenseAqualityDmaintenanceMCP server for accessing Indonesian local government data from Satu Data Ngawi. Enables querying datasets, organizations, categories, and statistics through natural language.66 npmMIT
- FlicenseNot gradedqualityBmaintenanceMCP 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.-
- AlicenseNot gradedqualityCmaintenanceA research MCP server for UK geospatial and statistical data, enabling AI assistants to query Ordnance Survey and ONS datasets.3MIT