
Slug Generator API
Turn headings and user input into consistent, URL-safe slugs from your coding agent without hand-rolling slugify logic.
Overview
Slug Generator is a MCP server for the Build phase that converts text into URL-friendly slugs with transliteration and custom separators via a remote x402-paid API.
What is this MCP server?
- Remote SSE MCP endpoint at slug-generator.api.klymax402.com
- Transliteration and custom separator support for international titles
- x402 micropayment on the hosted API (per-call billing model)
- Server schema v2025-12-11; package version 1.1.0
- Open-source repo slug-generator-x402 on GitHub
- MCP server version 1.1.0
- Single remote SSE endpoint documented in server.json
- x402 micropayment billing on hosted API
What problem does it solve?
Agents and quick prototypes often emit ugly or inconsistent URL segments when titles include accents, symbols, or mixed casing.
Who is it for?
Solo builders shipping content sites, directories, or SaaS admin flows who want slug normalization inside the agent workflow.
Skip if: Teams that forbid paid per-call APIs, need fully offline slug logic only, or already enforce slugs solely in CI with a fixed library.
What do I get? / Deliverables
Your agent can return normalized, shareable slug candidates aligned with your separator rules before you commit routes or CMS fields.
- URL-safe slug strings from source text
- Separator- and transliteration-aware slug variants for routing decisions
Recommended MCP Servers
Journey fit
Slug generation is wired into routes, CMS fields, and marketing pages during product implementation, not during early discovery. It is an external capability you connect over MCP while building content APIs, blogs, and shareable paths.
How it compares
Remote MCP slug API with x402 billing, not an in-repo slugify npm package or agent skill.
Common Questions / FAQ
Who is slug-generator for?
Indie developers and agent users who need consistent URL slugs while generating pages, posts, or API resources from natural language.
When should I use slug-generator?
Use it during Build when defining routes, SEO paths, or CMS entries and you want transliteration and separator control without writing slug utilities yourself.
How do I add slug-generator to my agent?
Register the remote MCP server URL https://slug-generator.api.klymax402.com/mcp (SSE) in Claude Code, Cursor, or another MCP-capable client and ensure your environment supports x402 micropayments for the host.