Wraps the nationalize.io API to predict nationality from first names without requiring authentication. You get a single prediction endpoint that returns probable countries with confidence scores. Useful when you need quick demographic inference for name data in CRM cleanup, form validation, or user research. Part of the Pipeworx gateway, so you can either connect to this standalone server or access it through their unified gateway alongside 250+ other data sources. The ask_pipeworx wrapper lets you query in natural language instead of calling tools directly. Free tier available, no API keys needed.
Nationalize MCP — nationality prediction from first name (nationalize.io, free, no auth)
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
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 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
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.
MIT