MCP Hub
Back to servers

nationalize

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

Registry
Updated
Apr 2, 2026

@pipeworx/mcp-nationalize

MCP server for nationality prediction from first names via the Nationalize.io API. Free, no authentication required.

Tools

ToolDescription
predict_nationalityPredict the most likely nationalities for a given first name
batch_predictPredict nationalities for up to 10 names in one request

Quickstart via Pipeworx Gateway

curl -X POST https://gateway.pipeworx.io/mcp \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "method": "tools/call",
    "params": {
      "name": "nationalize__predict_nationality",
      "arguments": { "name": "Yuki" }
    },
    "id": 1
  }'

License

MIT

Reviews

No reviews yet

Sign in to write a review