# Genderize — MCP server on mcp.ai > Connect your Genderize account and use 1 tools for developer tools straight from your AI agent. Connect with your own API key. Genderize is an API that predicts the gender of a person based on their first name, providing statistical probabilities for male or female classifications. By: mcp.ai · official Page: https://mcp.ai/genderize ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_genderize?ms=1787296080000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/genderize/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/genderize/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/genderize/skill.md Postman collection (v2.1): https://mcp.ai/genderize/postman.json ## Tools - genderize_predict_gender(name: string, apikey?: string, country_id?: string) — Tool to predict gender from a given first name. Use when you need a quick gender estimation possibly localized by country code. ## Example prompts - "What can I do in Genderize?" - "Show me a summary of my Genderize account" ## Links Docs: https://mcp.ai/docs/mcps/genderize Website: https://mcp.ai/mcps/genderize