You're viewing a demo portfolio

Join the waitlist
PRSM

predict_gender_country

Active

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

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

genderize

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

1/7 registries
View full server →