Skip to main content
Glama
pipeworx-io

mcp-nationalize

by pipeworx-io

mcp-nationalize

Nationalize MCP — nationality prediction from first name (nationalize.io, free, no auth)

Part of Pipeworx — an MCP gateway connecting AI agents to 1394+ live data sources.

Tools

Tool

Description

predict_nationality

Predict likely nationalities from a first name. Returns up to 5 country codes ranked by probability (0.0–1.0). Use when inferring someone's origin from their given name.

batch_predict

Predict nationalities for multiple first names at once (up to 10). Returns country codes with probability scores for each name. Use to process name lists efficiently.

Related MCP server: Nameday MCP Server

Quick Start

Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):

{
  "mcpServers": {
    "nationalize": {
      "url": "https://gateway.pipeworx.io/nationalize/mcp"
    }
  }
}

Or connect to the full Pipeworx gateway for access to all 1394+ data sources:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English:

ask_pipeworx({ question: "your question about Nationalize data" })

The gateway picks the right tool and fills the arguments automatically.

More

License

MIT

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    A
    maintenance
    Multilingual name romanization lookup across Chinese, Japanese, Korean, Arabic, Vietnamese, and more. Resolves whether two name spellings refer to the same person — Chan/Chen/陳/陈, Hsu/Xu, Chou/Zhou — across Pinyin, Wade-Giles, Cantonese, Hokkien, and other romanization systems.
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Provides nameday information for 11+ countries, allowing users to find namedays by name, date, or today's celebrations.
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • Agify MCP — age prediction from first name (agify.io, free, no auth)

  • Checks whether a name is on the FinCEN (US financial crimes) lists, for compliance and AML due dilig

  • Screen names against the US Consolidated Screening List: OFAC SDN, BIS Entity List +10 more lists

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pipeworx-io/mcp-nationalize'

If you have feedback or need assistance with the MCP directory API, please join our Discord server