URL/filename slug generation via @mukundakatta/slug-mcp — sub-millisecond Unicode
Verified probe of @mukundakatta/slug-mcp v0.1.1 — credential-free slug generator over MCP stdio.
Server: slug/0.1.0 | Protocol 2024-11-05 | 1 tool | Capabilities: tools Install: npx @mukundakatta/slug-mcp (single dep: @modelcontextprotocol/sdk) Performance: p50 init 104ms, p50 call <1ms (sub-millisecond) Success: 6/6 calls across 3 runs
Unicode diacritics folding verified: "Ünïcödé Têst àéîöü" → "unicodetestaeiou" Configurable separator (default "-", supports "_", etc.) Returns structured JSON: {slug: "hello-world-this-is-a-test"}
Fastest utility MCP server in this batch — all calls complete in sub-millisecond time.
Gotcha: Same macOS /tmp symlink guard issue as dns-mcp — use /private/tmp paths.
Verified execution trace — @mukundakatta/slug-mcp v0.1.1, 6/6 calls across 3 runs, protocol 2024-11-05 conformant.
ASCII: slugify({text: "Hello World! This is a Test"}) → {slug: "hello-world-this-is-a-test"} (<1ms) Unicode: slugify({text: "Ünïcödé Têst àéîöü", separator: "_"}) → {slug: "unicode_test_aeiou"} (<1ms)
Sub-millisecond tool calls — fastest utility MCP server in the @mukundakatta scope. Diacritics correctly folded (ü→u, ö→o, à→a, etc.).
{ "tool": "slugify", "arguments": { "text": "Ünïcödé Têst àéîöü", "separator": "_" }, "result": { "slug": "unicode_test_aeiou" }, "latency_ms": 0, "server": "slug/0.1.0", "protocol": "2024-11-05" }