ONS Baby Names API Server
БесплатноНе проверенEnables querying England & Wales baby names data from ONS birth registrations, including top names, popularity trends, geographic breakdowns, and similar names.
Описание
Enables querying England & Wales baby names data from ONS birth registrations, including top names, popularity trends, geographic breakdowns, and similar names.
README
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 |
|---|---|
get_meta |
Available years and geography years in the dataset |
get_names |
Full list of registered names (all / boys / girls) with slugs |
search_names |
Search names by substring |
get_year_data |
All names and counts for a given year |
get_top_names |
Ranked top N names for a given year |
get_name_data |
Full time-series (count + rank per year) for a single name |
get_geographic_data |
Regional breakdown by local authority area |
get_similar_names |
Names with similar popularity trajectories |
health |
Diagnostic check |
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>/mcp
Optional environment variable
| Variable | Default | Description |
|---|---|---|
BABY_NAMES_BASE_URL |
https://baby-names-api.netlify.app |
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>/mcp
Local development
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python app.py
The server will start on http://localhost:8000/mcp.
Data source
Data is served from ons-baby-names-api.netlify.app, generated from ONS birth registration statistics for England & Wales. Source code: henryjameslau/baby-names-api.
Установка ONS Baby Names API Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/henryjameslau/ons-baby-names-api-mcpFAQ
ONS Baby Names API Server MCP бесплатный?
Да, ONS Baby Names API Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для ONS Baby Names API Server?
Нет, ONS Baby Names API Server работает без API-ключей и переменных окружения.
ONS Baby Names API Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить ONS Baby Names API Server в Claude Desktop, Claude Code или Cursor?
Открой ONS Baby Names API Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare ONS Baby Names API Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
