@mukundakatta/slug-mcp
v0.1.1
Published
MCP server: slugify strings for URLs/filenames. Unicode-aware, configurable separator, case folding.
Downloads
36
Maintainers
Readme
slug-mcp
MCP server: slugify strings for URLs/filenames. Unicode-aware (NFKD-folds diacritics), configurable separator, case folding, length cap.
Tool
slugify
{ "text": "Crème brûlée — what a deal!" }→
{ "slug": "creme-brulee-what-a-deal" }Optional knobs: separator (default -), lowercase (default true),
max_length (default 100).
Configure
{ "mcpServers": { "slug": { "command": "npx", "args": ["-y", "@mukundakatta/slug-mcp"] } } }License
MIT.
