Model Context Protocol server for the NameGender API: gender from names, emails and usernames, with probability, sample size and source on every answer.
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Topics declared
- ✓Documented (README)
- !Licence file present but not machine-readable
claude mcp add namegender-mcp -- npx -y namegender-mcp{
"mcpServers": {
"namegender-mcp": {
"command": "npx",
"args": ["-y", "namegender-mcp"],
"env": {
"NAMEGENDER_API_KEY": "<namegender_api_key>"
}
}
}
}NAMEGENDER_API_KEYResumen de MCP Servers
# NameGender MCP server
Turns names, email addresses and usernames into a gender — **with the
evidence next to every answer**: the probability, the sample size, the
source and the name it matched.
Works in any client that speaks the Model Context Protocol: Claude Desktop,
Claude Code, Cursor and others.
## Setup
Get an API key from the [namegender.com](https://namegender.com) dashboard.
Sign-up needs no card and comes with free credits every day.
Claude Desktop / Claude Code configuration:
```json
{
"mcpServers": {
"namegender": {
"command": "npx",
"args": ["-y", "namegender-mcp"],
"env": { "NAMEGENDER_API_KEY": "ng_live_..." }
}
}
}
```
Claude Code from the command line:
```sh
claude mcp add namegender -e NAMEGENDER_API_KEY=ng_live_... -- npx -y namegender-mcp
```
## Tools
| Tool | What it does |
|---|---|
| `gender_from_name` | Gender from a first or full name |
| `gender_from_email` | Extracts a name from the local part of an email address |
| `gender_from_username` | Extracts a name from a username or handle |
| `gender_bulk` | Up to 100 values in one request, with a match-rate summary |
| `name_countries` | Countries a name is recorded in — not a claim about origin |
| `account_status` | Remaining credits, daily free quota, data version |
The gender tools take an optional two-letter `country` code. The same name
can have a different gender from one country to the next; with a code, the
answer is weighted by that country's data.
## What an answer looks like
```
Ayşe: female · probability 99% · sample 12,345 · source ssa · country TR
```
An answer from a source without counts **says so**:
```
Kamon: male · probability 95% · no sample (unverified) · source wgnd
```
The distinction is deliberate. A 95% backed by counted people and a 95%
backed by nothing are not the same thing and should not look the same.
## Countries are not origin
`name_countries` keeps two lists apart. Counted birth registrations are
published for only seven countries (US, UK, France, Canada, Spain, Ireland,
Norway), so the ranked shares compare those seven only. Every other country
where the name is recorded appears in a separate, unranked list. Reading the
ranking as "where the name comes from" is wrong: Mehmet ranks first in
France there, and Turkey is not in the ranking at all.
## Errors
Errors do not break the session. The tool returns `isError` and says what to
do — where to top up when credits run out, which variable to check when the
key is invalid — and includes the request ID so support can trace it.
## Environment variables
| Variable | Default |
|---|---|
| `NAMEGENDER_API_KEY` | *(required)* |
| `NAMEGENDER_BASE_URL` | `https://namegender.com/api/v1` |
## Development
```sh
npm install
npm test
```
MIT licensed.
## Releasing
```sh
npm version patch # also updates server.json
git push --follow-tags
```
The `v*` tag runs `.github/workflows/release.yml`: tests, then npm (trusted
publishing, no token), then the MCP registry (GitHub OIDC). Re-running the
workflow skips whatever is already published.
Lo que la gente pregunta sobre namegender-mcp
¿Qué es anpekesen/namegender-mcp?
+
anpekesen/namegender-mcp es mcp servers para el ecosistema de Claude AI. Model Context Protocol server for the NameGender API: gender from names, emails and usernames, with probability, sample size and source on every answer. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-16.
¿Cómo se instala namegender-mcp?
+
Puedes instalar namegender-mcp clonando el repositorio (https://github.com/anpekesen/namegender-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar anpekesen/namegender-mcp?
+
Nuestro agente de seguridad ha analizado anpekesen/namegender-mcp y le ha asignado un Trust Score de 80/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene anpekesen/namegender-mcp?
+
anpekesen/namegender-mcp es mantenido por anpekesen. La última actividad registrada en GitHub es del 2026-09-16, con 0 issues abiertos.
¿Hay alternativas a namegender-mcp?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega namegender-mcp en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/anpekesen-namegender-mcp)<a href="https://claudewave.com/repo/anpekesen-namegender-mcp"><img src="https://claudewave.com/api/badge/anpekesen-namegender-mcp" alt="Featured on ClaudeWave: anpekesen/namegender-mcp" width="320" height="64" /></a>Más MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl! Don't be shy, join here: https://discord.gg/EMgGbDceNQ
The fastest path to AI-powered full stack observability, even for lean teams.