endou-mame/ulid-generator-mcp
If you are the rightful owner of ulid-generator-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This is a ULID Generator MCP Server designed to run on CloudFlare Workers, facilitating the generation of ULID mock data for testing purposes.
Tools
Functions exposed to the LLM to take actions
generate_standard_ulid
Generates a standard ULID using a combination of timestamp and random bits.
generate_seeded_ulid
Generates a ULID with a specified seed time, ensuring consistent timestamp components.
generate_monotonic_ulid
Generates a ULID with a specified seed time, incrementing the lowest random bits for strict ordering.
parse_ulid
Parses an existing ULID to extract detailed information.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client