🦀 ClawHub
Pipeworx genderize
by @b-gutman
Predict the likely gender associated with a first name — with optional country-specific calibration via genderize.io
⚡ When to Use
💡 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"]
}
}
}
TERMINAL
clawhub install pipeworx-genderize