generate_users
ActiveTool of mcp-randomuser
declared in 0.1.0
Generate random user profiles with names, addresses, emails, and photos. Filter by nationality (e.g., "US", "GB", "AU") and specify count for multiple profiles.
Parameters schema
{
"type": "object",
"examples": [
{
"count": 1
},
{
"count": 5,
"nationality": "us,gb,au"
}
],
"properties": {
"count": {
"type": "number",
"description": "Number of users to generate (default 1, max 100)."
},
"nationality": {
"type": "string",
"description": "Comma-separated nationality codes to filter by (e.g. \"us,gb,au\"). Supported: AU, BR, CA, CH, DE, DK, ES, FI, FR, GB, IE, IN, IR, MX, NL, NO, NZ, RS, TR, UA, US."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-randomuser
https://github.com/pipeworx-io/mcp-randomuser
2/7 registries