Back to Search
neo_util_id_generator
v0.1.0Generates secure UUIDs (v4, v7), random strings, and random numbers.
$0.002 / call (Standard Tier)
Updated: Apr 25, 2026
Overview
A secure identifier generation utility. It reliably creates UUIDs (v4, v7), random strings, and random numbers without the risk of AI hallucination, making it perfect for database seeding and mock data creation.
Example Input
JSON payload sent to this tool:
{
"type": "uuidv4"
}Example Output
Formatted JSON response returned by this tool:
["018fefb0-4f30-7603-a120-7f2f1837a4c7", "018fefb0-4f31-7bc9-9230-8a4b6c3e98b0"]Setup Configuration
Add the following configuration to your MCP general settings or mcp_config.json:
{
"mcpServers": {
"neonia": {
"serverUrl": "https://mcp.neonia.io/mcp?tools=neo_util_id_generator",
"headers": {
"Authorization": "Bearer API_KEY"
}
}
}
}