Connects to the genderize.io API to predict gender from first names without requiring authentication. Part of the Pipeworx gateway ecosystem, which offers a streamable HTTP transport for querying over 250 data sources. You can call tools directly or use the ask_pipeworx interface to make natural language queries that get routed to the right endpoint automatically. Useful when you need quick demographic inference for user data, contact lists, or analytics pipelines where you have first names but need to enrich records with probable gender. Free tier available, no API keys needed to get started.
Genderize MCP — gender prediction from first name (genderize.io, free, no auth)
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"genderize": {
"url": "https://gateway.pipeworx.io/genderize/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Genderize data" })
The gateway picks the right tool and fills the arguments automatically.
MIT