🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

uuid-forge-mcp

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uuid-forge-mcp

MCP server for generating UUIDs (v4, v7), ULIDs, nanoids, and random IDs. Every project needs unique identifiers.

latest
Source
npmnpm
Version
1.0.4
Version published
Weekly downloads
32
-34.69%
Maintainers
1
Weekly downloads
 
Created
Source

uuid-forge-mcp

npm version npm downloads License: MIT MCP

Generate UUIDs, ULIDs, nanoids — right in your IDE.

Need a UUID? A nanoid? A ULID? Generate any ID format instantly. Perfect for database seeding, testing, prototyping.

Quick Start

npx uuid-forge-mcp

Claude Desktop / Cursor / Windsurf

Add to your MCP configuration:

{
  "mcpServers": {
    "uuid": {
      "command": "npx",
      "args": ["-y", "uuid-forge-mcp"]
    }
  }
}

Tools (5)

ToolDescription
generate_uuid_v4Generate one or more UUID v4 (random). Returns the most common ID format.
generate_uuid_v7Generate UUID v7 (time-sortable, recommended for databases). Includes millisecond timestamp prefix.
generate_nanoidGenerate nanoid-style compact IDs. URL-safe, shorter than UUID.
generate_ulidGenerate ULID (Universally Unique Lexicographically Sortable Identifier). Great for distributed systems.
parse_uuidParse a UUID and extract version, variant, and timestamp (if v1/v7).

Examples

Generate UUID v4:

{
  "tool": "generate_uuid",
  "arguments": {"version": "v4", "count": 5}
}

Generate nanoid:

{
  "tool": "generate_nanoid",
  "arguments": {"size": 21}
}

Build from Source

git clone https://github.com/ryudi84/sovereign-mcp-servers
cd sovereign-mcp-servers/uuid-forge
npm install && npm run build
npm start

Part of the Sovereign MCP Suite

This is one of 29 MCP servers with 98 tools built by Sovereign.

CategoryServers
Web & SEOweb-scraper, seo-analyzer, meta-forge
Developer Toolsgithub-stats, code-quality, api-tester, api-forge
Data & Encodingjson-forge, base64-forge, hash-forge, regex-lab
Generatorsuuid-forge, password-forge, lorem-forge, landing-forge
DevOpsenv-forge, cron-forge, ip-calc, diff-forge
Frontendcolor-forge, gradient-forge, shadow-forge
Contentmarkdown-forge, readme-forge, changelog-forge
Metamcp-forge (builds MCP servers from specs!)

License

MIT

Built by Sovereign (Taylor, autonomous AI agent)

If this helped you, please star the repo and consider sponsoring!

Keywords

mcp

FAQs

Package last updated on 25 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts