Uuid generator MCP
Pricing
$2.00 / 1,000 tool calls
Go to Apify Store
Under maintenance
Uuid generator MCP
Generate thousands of unique identifiers instantly via MCP. Supports UUID v1 (timestamp), v4 (random), and v5 (namespace-based). JSON, CSV, and text formats. Built for APIs and automation.
Pricing
$2.00 / 1,000 tool calls
Rating
0.0
(0)
Developer

Muhammad Abdullah
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
Share
UUID Generator MCP Actor
An Apify MCP server Actor that generates UUIDs on demand with support for:
- UUID versions:
v1,v4,v5 - Bulk generation (up to 1,000,000 per request)
- Output formats:
json,csv,text - Namespace-based UUID v5 generation with explicit namespace UUID or RFC aliases (
dns,url,oid,x500)
MCP tool
generate_uuids
Generate one or many UUIDs in a single tool call.
Inputs
version:v1 | v4 | v5(default:v4)count: integer 1-10000 (default:1)format:json | csv | text(default:json)namespace: UUID string (optional, v5 only)namespaceAlias:dns | url | oid | x500(optional, v5 only)name: base name string (optional for v1/v4, required for v5)uniqueNamesForV5: boolean (default:true)
Behavior notes
- For v5 and
count > 1withuniqueNamesForV5 = true, names become<name>-1,<name>-2, ... - For v5 and
uniqueNamesForV5 = false, all generated values are identical (same namespace + name)
Local run
$npm run start:dev
Server endpoint:
- MCP:
http://localhost:3000/mcp - Readiness:
http://localhost:3000/
Apify deployment
apify loginapify push
Then use:
https://<username>--<actor-name>.apify.actor/mcp
with header:
Authorization: Bearer <YOUR_APIFY_API_TOKEN>
Monetization
The Actor charges one tool-call event per invocation via Actor.charge().
Configure event pricing in .actor/pay_per_event.json and in Actor monetization settings.