← 返回
未分类 中文

Pipeworx genderize

Predict the likely gender associated with a first name — with optional country-specific calibration via genderize.io
根据名字预测可能的性别,支持通过 genderize.io 进行可选的国家/地区校准
b-gutman b-gutman 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 310
下载
💾 0
安装
1
版本
#latest

概述

Genderize

Predict the statistical gender distribution of a first name based on a database of millions of records. Optionally calibrate predictions by country, since names like "Andrea" skew differently in Italy vs. the US.

Tools

  • predict_gender — Gender prediction from a first name. Returns the predicted gender and probability (0-1).
  • predict_gender_country — Same prediction with country-specific calibration using ISO 3166-1 alpha-2 codes.

Use cases

  • Personalizing marketing content based on likely gender of a first name
  • Demographic analysis of customer databases
  • Research on name-gender associations across cultures
  • Form pre-filling where gender context helps UX

Example

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

Setup

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

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 18:13 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

Pipeworx geo

b-gutman
地理工具 — 地理编码、逆向地理编码、国家信息、时区查询及日出日落时间
★ 0 📥 456
data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 211 📥 70,380
data-analysis

Tavily 搜索

jacky1n7
通过 Tavily API 进行网页搜索(Brave 替代方案)。当用户要求搜索网页、查找来源或链接,且 Brave 网页搜索不可用时使用。
★ 274 📥 101,102