MCP.so
Sign In

Slug Generator X402

@Br0ski777

About Slug Generator X402

Generate URL-friendly slugs from text with custom separators and transliteration. -- x402 micropayment API + MCP server for AI agents

Basic information

Category

Developer Tools

License

MIT

Runtime

node

Transports

stdio

Publisher

Br0ski777

Submitted by

Br0ski777

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "slug-generator": {
      "url": "https://slug-generator-production.up.railway.app/mcp",
      "transport": "sse"
    }
  }
}

Tools

1

POST

Overview

What is Slug Generator X402?

Slug Generator X402 is an MCP server that converts text into URL-friendly slugs with custom separators and transliteration. It uses the x402 protocol for pay-per-call micropayments in USDC on Base L2, requiring no API key or signup. It is part of the klymax402 marketplace for AI agent APIs.

How to use Slug Generator X402?

Add the server URL to your MCP client configuration (e.g., Claude Desktop, Cursor, ElizaOS). For direct HTTP use, send a POST request to /api/slugify; the x402 payment challenge is handled automatically by any x402‑aware client like @x402/fetch or x402-agent-tools.

Key features of Slug Generator X402

  • No signup, no API key, no rate‑limit wall
  • Pay‑per‑call micropayments via x402 (USDC on Base L2)
  • Customizable separator, lowercase toggle, and transliteration
  • Returns slug string, original text, and character length

Use cases of Slug Generator X402

  • Generate URL‑friendly slugs for blog posts or web pages
  • Convert user‑entered titles into clean API endpoints
  • Automate slug creation in CMS workflows or AI agent pipelines

FAQ from Slug Generator X402

How does payment work?

Each call costs $0.001 settled via x402 on Base L2 using USDC. The HTTP 402 challenge is handled transparently by an x402‑aware client.

What parameters does the text_generate_slug tool accept?

It requires text (string). Optional: separator (defaults to -) and lowercase (defaults to true).

Is there any authentication or rate limiting?

No, there is no API key, signup, or rate‑limit wall — only the per‑call micropayment.

Where does my data go?

Your text is sent to the klymax402 API endpoint for processing; the result is returned and not stored beyond the call.

What is x402?

x402 is an HTTP‑native pay‑per‑call protocol. Any client that supports it (e.g., @x402/fetch) can automatically retry after the 402 Payment Required response.

Comments

More Developer Tools MCP servers