# NobodyNamed (remote · nobodynamed.com)

US baby name popularity data from SSA records (1880-2025): search, trends, geography, culture.

- Trust score: 69/100 (medium)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-17

## Components

- remote · `nobodynamed.com`: 69/100 (this document), [markdown](https://verifymcp.io/servers/michaelcolenso-nobodynamed/nobodynamed.md), [page](https://verifymcp.io/servers/michaelcolenso-nobodynamed/nobodynamed)

## Channel facts

- Endpoint: `https://nobodynamed.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-17.

- **Endpoint Security**: 66/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 12 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC is configured correctly; the domain's records validate against the full chain to the root.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 81/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 865 tokens (~72/item across 12 items; 12 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 40/100
  - Spec-recency check failed: implements MCP spec 2025-03-26; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http michaelcolenso-nobodynamed https://nobodynamed.com/mcp
```

### Codex

```toml
[mcp_servers.michaelcolenso-nobodynamed]
url = "https://nobodynamed.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "michaelcolenso-nobodynamed": {
      "type": "remote",
      "url": "https://nobodynamed.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add michaelcolenso-nobodynamed --url https://nobodynamed.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  michaelcolenso-nobodynamed:
    url: "https://nobodynamed.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "michaelcolenso-nobodynamed": {
      "type": "http",
      "url": "https://nobodynamed.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-17 (score 69, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-15 (score 68, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-13 (score 67, +1)

No change was recorded against any check on this day. Stability & Change Management went from 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-11 (score 66, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-08-10 (score 65, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-09 (score 65)

First indexed and scored.

## MCP tools (12)

### `search_names` (~48 tokens)

Autocomplete search for US baby names. Returns up to 10 suggestions matching the given prefix.

Input parameters:

- `q` (string, required): Name prefix to search for (e.g. "Jen", "The")

### `get_name_data` (~71 tokens)

Returns full yearly birth count timeseries (1880–2025) for a given name for both sexes, including trend classification (rising/stable/declining/endangered/extinct), peak year, and peak count.

Input parameters:

- `name` (string, required): The baby name to look up (case-insensitive)

### `get_names_by_status` (~51 tokens)

Returns a curated list of names filtered by trend status.

Input parameters:

- `kind` (string, required): extinct=zero recent births; endangered=near-zero; rising=gaining share; comeback=previously dormant now recovering

### `get_year_names` (~35 tokens)

Returns the top baby names for a given birth year (1880–2025).

Input parameters:

- `year` (integer, required): Birth year

### `get_site_metadata` (~33 tokens)

Returns top-10 names per year, total birth counts per year, and the full year range covered by the dataset.

### `compare_names` (~55 tokens)

Side-by-side comparison of 2-3 names: full yearly series for each so trends can be plotted or contrasted directly.

Input parameters:

- `names` (array, required): Names to compare, e.g. ["Michael", "James", "David"]

### `get_name_twin` (~80 tokens)

Finds the names whose popularity trajectory over time is most similar to the given name (cosine similarity on the yearly series), i.e. names that rose and fell together.

Input parameters:

- `name` (string, required): The baby name to find trajectory twins for
- `sex` (string): Restrict to this sex (defaults to the name's most common sex)

### `get_decade_names` (~40 tokens)

Returns the top baby names aggregated across an entire calendar decade.

Input parameters:

- `decade` (string, required): Decade label, e.g. "1980s"

### `get_year_movers` (~56 tokens)

Year-over-year rank changes for the top 100 names of each sex vs. the prior year: biggest gainers, biggest losers, and new entrants.

Input parameters:

- `year` (integer, required): Birth year to compare against the prior year

### `get_name_enrichment` (~101 tokens)

Returns a precomputed profile for a name: estimated living population and median age, its popularity wave shape, cultural catalysts (events/media tied to spikes), historical demographic profiles by era (top occupations, region, urban vs. rural), and regional anomalies (states where it over-indexes).

Input parameters:

- `name` (string, required): The baby name to look up
- `sex` (string): Restrict to this sex (defaults to the name's most common sex)

### `get_name_diaspora` (~79 tokens)

Returns the geographic spread of a name over time: where it originated, when it peaked nationally, which states adopted it and when, and how many states never adopted it.

Input parameters:

- `name` (string, required): The baby name to look up
- `sex` (string): Restrict to this sex (defaults to the name's most common sex)

### `get_name_debuts` (~67 tokens)

Returns every name that appeared in SSA records for the first time in the given year — genuine linguistic novelties, celebrity imports, invented spellings, or names newly crossing the 5-birth reporting threshold.

Input parameters:

- `year` (integer, required): Birth year to find debut names for

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/michaelcolenso-nobodynamed/nobodynamed#diagnostics

## Score history

- 2026-08-17: 69
- 2026-08-16: 68
- 2026-08-15: 68
- 2026-08-14: 67
- 2026-08-13: 67
- 2026-08-12: 66
- 2026-08-11: 66
- 2026-08-10: 65
- 2026-08-09: 65

## Links

- Remote endpoint: https://nobodynamed.com/mcp
- Repository: https://github.com/michaelcolenso/babynames
- Changelog RSS feed: https://verifymcp.io/servers/michaelcolenso-nobodynamed/nobodynamed.xml
- Changelog JSON feed: https://verifymcp.io/servers/michaelcolenso-nobodynamed/nobodynamed.json
- HTML version of this page: https://verifymcp.io/servers/michaelcolenso-nobodynamed/nobodynamed
