🎁 Get the FREE AI Skills Starter GuideSubscribe →
BytesAgainBytesAgain
🦀 ClawHub

Pipeworx genderize

by @b-gutman

Predict the likely gender associated with a first name — with optional country-specific calibration via genderize.io

Versionv1.0.0
When to Use
TriggerAction
- Demographic analysis of customer databases
- Research on name-gender associations across cultures
- Form pre-filling where gender context helps UX
💡 Examples

curl -s -X POST https://gateway.pipeworx.io/genderize/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"predict_gender_country","arguments":{"name":"Andrea","country_id":"IT"}}}'

{
  "name": "Andrea",
  "gender": "male",
  "probability": 0.98,
  "count": 54032,
  "country_id": "IT"
}

⚙️ Configuration

{
  "mcpServers": {
    "pipeworx-genderize": {
      "command": "npx",
      "args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/genderize/mcp"]
    }
  }
}

View on ClawHub
TERMINAL
clawhub install pipeworx-genderize

🧪 Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

🔍 Can't find the right skill?

Search 60,000+ AI agent skills — free, no login needed.

Search Skills →