Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

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.

GitHubEmbed

Описание

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

  1. Fork or clone this repo
  2. Import it in Vercel
  3. 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.

from github.com/henryjameslau/ons-baby-names-api-mcp

Установка ONS Baby Names API Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/henryjameslau/ons-baby-names-api-mcp

FAQ

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

Compare ONS Baby Names API Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development