pipeworx-io/mcp-nationalize
MCP server for nationality prediction from names via Nationalize.io API
Platform-specific configuration:
{
"mcpServers": {
"mcp-nationalize": {
"command": "npx",
"args": [
"-y",
"mcp-nationalize"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for nationality prediction from first names via the Nationalize.io API. Free, no authentication required.
| Tool | Description | |------|-------------| | predict_nationality | Predict the most likely nationalities for a given first name | | batch_predict | Predict nationalities for up to 10 names in one request |
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
}'MIT
Loading reviews...