@mukundakatta/pluralize-mcp
v0.1.0
Published
MCP server: convert English words between singular and plural; handles irregulars.
Downloads
45
Maintainers
Readme
pluralize-mcp
MCP server: convert English words between singular and plural. Handles
common irregulars like mouse ↔ mice and child ↔ children.
Tools
pluralize—{ word: "cat", count: 1, inclusive: true }→"1 cat"singularize—{ word: "mice" }→"mouse"is_plural—{ word: "cats" }→true
Configure
{ "mcpServers": { "pluralize": { "command": "npx", "args": ["-y", "@mukundakatta/pluralize-mcp"] } } }License
MIT.
