You're viewing a demo portfolio

Join the waitlist
PRSM

generate_users

Active

Tool 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."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

mcp-randomuser

https://github.com/pipeworx-io/mcp-randomuser

2/7 registries
View full server →
generate_users — mcp-randomuser — PRSM MCP