predict_gender_country
ActiveTool of genderize
declared in 0.1.0
Predict gender from a first name in a specific country (e.g., "US", "FR", "DE"). Returns gender, probability, and regional sample size.
Parameters schema
{
"type": "object",
"examples": [
{
"name": "Alexander",
"country_code": "US"
},
{
"name": "Andrea",
"country_code": "DE"
}
],
"required": [
"name",
"country_code"
],
"properties": {
"name": {
"type": "string",
"description": "First name to predict gender for."
},
"country_code": {
"type": "string",
"description": "ISO 3166-1 alpha-2 country code (e.g. \"US\", \"GB\", \"DE\") to localize the prediction."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
genderize
https://github.com/pipeworx-io/mcp-genderize
1/7 registries