MCP server for Agify.io — predict a person's age from their first name, with optional country-specific calibration. Free, no auth required.
| Tool | Description |
|---|---|
predict_age |
Predict age based on a first name (global data) |
predict_age_country |
Predict age calibrated to a specific country |
Add to your MCP client config:
{
"mcpServers": {
"agify": {
"type": "url",
"url": "https://gateway.pipeworx.io/agify"
}
}
}npx @anthropic-ai/mcp-client https://gateway.pipeworx.io/agifyMIT