predict_age_country
ActiveTool of agify
declared in 0.1.0
Estimate someone's age from their first name within a specific country (e.g., 'US', 'FR', 'JP'). Returns predicted age and regional confidence count.
Parameters schema
{
"type": "object",
"examples": [
{
"name": "John",
"country_code": "US"
},
{
"name": "Hans",
"country_code": "DE"
}
],
"required": [
"name",
"country_code"
],
"properties": {
"name": {
"type": "string",
"description": "First name to predict age 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
agify
https://github.com/pipeworx-io/mcp-agify
2/7 registries