Converts arbitrary text into clean, URL-safe slugs with transliteration support and configurable separators. The server runs remotely over SSE and uses x402 micropayments, so you'll need to handle metering if you're generating slugs at scale. Useful when you're building content management flows, blog platforms, or any system that needs human-readable URLs derived from titles or descriptions. No repository details are public yet, but the remote endpoint suggests this is a hosted service rather than something you run locally. If you're already routing text through Claude and need slug generation without writing your own ASCII folding logic, this handles it as a callable tool.
Public tool metadata for what this MCP can expose to an agent.
text_generate_slugUse this when you need to convert text into a URL-friendly slug for web pages, blog posts, or API endpoints. Supports custom separators, lowercase toggle, and transliteration of accented characters. R3 paramsUse this when you need to convert text into a URL-friendly slug for web pages, blog posts, or API endpoints. Supports custom separators, lowercase toggle, and transliteration of accented characters. R
textstringlowercasebooleanseparatorstring