You're viewing a demo portfolio

Join the waitlist
PRSM

predict_age_country

Active

Tool 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."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

agify

https://github.com/pipeworx-io/mcp-agify

2/7 registries
View full server →
predict_age_country — agify — PRSM MCP