← All WebMCP sites

friendlyguid.com

Developer Toolshttps://www.friendlyguid.com/listed as of 2026-08-01
Generate secure random or human-readable GUID/UUIDs in your browser, instantly validate existing identifiers, and copy them for use in testing or production. Private by design.
See Ora's auditWe loaded this site in a real browser and scored its tools. Score: 59/100 (C).

Tools

get_friendly_guidanswerimperative
Get a FriendlyGUID. Optionally provide a memorable seed word or phrase; FriendlyGUID converts it to a valid GUID/UUID and can update the page.
Input schema
{
  "type": "object",
  "properties": {
    "seed": {
      "type": "string",
      "description": "Optional memorable word or phrase to convert into a friendly GUID. When omitted, the current page GUID is completed or a new friendly GUID is generated."
    },
    "uppercase": {
      "type": "boolean",
      "description": "Return the GUID in uppercase. Defaults to the page casing setting."
    },
    "updatePage": {
      "type": "boolean",
      "description": "Update the visible FriendlyGUID input with the generated GUID.",
      "default": true
    }
  },
  "required": [],
  "additionalProperties": false
}
Listings are sourced from public community registries and shown as reported.