Skip to main content
Glama

RandomUser MCP Server

by rycid

get_random_user

Generate a random user profile with customizable fields, gender, nationality, and output formats like JSON, CSV, or SQL. Includes password generation and advanced data structuring options for tailored results.

Instructions

Get a single random user

Input Schema

NameRequiredDescriptionDefault
fieldsNoSpecify which fields to include
formatNo
genderNoFilter results by gender
nationalityNoSpecify nationality
passwordNo

Input Schema (JSON Schema)

{ "properties": { "fields": { "description": "Specify which fields to include", "properties": { "mode": { "default": "include", "enum": [ "include", "exclude" ], "type": "string" }, "values": { "items": { "enum": [ "name", "phone", "email", "location", "picture", "dob", "login", "registered", "id", "cell", "nat" ], "type": "string" }, "type": "array" } }, "type": "object" }, "format": { "properties": { "csv": { "properties": { "delimiter": { "enum": [ ",", ";", "\t" ], "type": "string" }, "includeHeader": { "type": "boolean" } }, "type": "object" }, "sql": { "properties": { "dialect": { "enum": [ "mysql", "postgresql", "sqlite" ], "type": "string" }, "includeCreate": { "type": "boolean" }, "tableName": { "type": "string" } }, "type": "object" }, "structure": { "properties": { "arrayFormat": { "enum": [ "brackets", "comma", "numbered" ], "type": "string" }, "dateFormat": { "enum": [ "iso", "unix", "formatted" ], "type": "string" }, "flattenObjects": { "type": "boolean" }, "nameFormat": { "enum": [ "full", "first_last", "separate" ], "type": "string" }, "nullValues": { "enum": [ "empty", "null", "omit" ], "type": "string" } }, "type": "object" }, "type": { "default": "json", "enum": [ "json", "csv", "sql", "xml" ], "type": "string" } }, "type": "object" }, "gender": { "description": "Filter results by gender", "enum": [ "male", "female" ], "type": "string" }, "nationality": { "description": "Specify nationality", "enum": [ "AU", "BR", "CA", "CH", "DE", "DK", "ES", "FI", "FR", "GB", "IE", "IN", "IR", "MX", "NL", "NO", "NZ", "RS", "TR", "UA", "US" ], "type": "string" }, "password": { "properties": { "charsets": { "description": "Character sets to include in password", "items": { "enum": [ "special", "upper", "lower", "number" ], "type": "string" }, "type": "array" }, "maxLength": { "description": "Maximum password length (8-64)", "maximum": 64, "minimum": 8, "type": "number" }, "minLength": { "description": "Minimum password length (8-64)", "maximum": 64, "minimum": 8, "type": "number" } }, "type": "object" } }, "type": "object" }
Install Server

Other Tools from RandomUser MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rycid/randomuserMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server