MCP server exposing 2 tools for nationalize.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/nationalize/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
predict_nationality — Predict likely nationalities from a first name. Returns up to 5 country codes ranked by probability (0.0–1.0). Use when inferring someone's origin from their given name.batch_predict — Predict nationalities for multiple first names at once (up to 10). Returns country codes with probability scores for each name. Use to process name lists efficiently.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/nationalize/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io