Provides tools for counting specific character occurrences in words and generating UUIDv7 identifiers.
Toy is a straightforward MCP server powered by FastMCP, offering distinct tools for common computational tasks. It includes a `count_letters` utility that precisely tallies the occurrences of any character within a word, disregarding case, ideal for basic text processing. Additionally, it provides a `generate_uuid7s` tool capable of creating a specified number of UUIDv7 identifiers, useful for various application development needs. This server communicates via standard I/O, making it simple to integrate into diverse development workflows and environments like Cursor or Windsurf.