predict_nationality
ActiveTool of mcp-nationalize
declared in 0.1.0
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.
Parameters schema
{
"type": "object",
"examples": [
{
"name": "Maria"
},
{
"name": "Yuki"
}
],
"required": [
"name"
],
"properties": {
"name": {
"type": "string",
"description": "First name to predict nationality for."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-nationalize
https://github.com/pipeworx-io/mcp-nationalize
2/7 registries