Skip to main content
Glama
Br0ski777

slug-generator

by Br0ski777

Slug Generator API

MCP Server x402 License: MIT

텍스트에서 사용자 지정 구분자와 음역(transliteration)을 사용하여 URL-friendly slug를 생성합니다. x402를 통한 호출별 결제 -- API 키 없음, 가입 없음, 호출 제한 없음.

klymax402 마켓플레이스의 일부 — AI 에이전트를 위한 100개의 x402 마이크로페이먼트 API, 지갑 하나, Base 상의 USDC.

Quickstart -- MCP

MCP 클라이언트 설정(Claude Desktop, Cursor, ElizaOS 등)에 추가하세요.

{
  "mcpServers": {
    "slug-generator": {
      "url": "https://slug-generator.api.klymax402.com/mcp"
    }
  }
}

Related MCP server: Pylon MCP Server

Quickstart -- HTTP (x402)

curl -X POST "https://slug-generator.api.klymax402.com/api/slugify" \
  -H "Content-Type: application/json" \
  -d '{"text":"..."}'
# -> 402 Payment Required, with an x402 payment challenge in the response body

모든 x402 인지 클라이언트(@x402/fetch, x402-agent-tools, ATXP)는 402 -> 서명 -> 재시도 사이클을 자동으로 처리합니다.

Tools

도구

메서드

경로

가격

설명

text_generate_slug

POST

/api/slugify

$0.003

텍스트에서 URL 친화적인 slug 생성

text_generate_slug

웹 페이지, 블로그 게시물 또는 API 엔드포인트를 위해 텍스트를 URL 친화적인 slug로 변환해야 할 때 사용합니다. 사용자 지정 구분자, 소문자 변환 토글, 악센트 문자의 음역(transliteration)을 지원합니다. slug 문자열, 원본 텍스트, 문자 수를 반환합니다. URL 단축에는 사용하지 마세요 — 유틸리티 utility\_shorten_url을 사용하세요. 해시 처리에는 사용하지 마세요 — crypto\_generate_hash을 사용하세요.

Parameters

이름

타입

필수 여부

설명

text

string

slug로 변환할 텍스트

separator

string

아니요

단어 구분자로 사용할 문자 (기본값: -)

lowercase

boolean

아니요

소문자로 변환 (기본값: true)

예시 에이전트 프롬프트

  • "웹 페이지, 블로그 게시물 또는 API 엔드포인트용 텍스트를 텍스트에서 URL 우건하고 싶은 슬러그로 변환해 주세요."

Payment

  • 프로토콜: x402 — HTTP 기반 호출별 결제, 가입 없음, API 키 없음

  • 네트워크: Base L2 (eip155:8453)

  • 자산: USDC

  • 결제 처리자: Coinbase CDP (기본), PayAI (대체)

klymax402의 일부

AI 에이전트를 위한 100개의 x402 마이크로페이먼트 API — 지갑 하나, Base 상의 USDC, 가입 불필요.

License

MIT

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • 63 pay-per-call tools for agents: vision, text, data, web, blockchain. USDC on Base via x402.

  • Pay-per-use weather, environment, finance, and on-chain intelligence tools for AI agents via x402.

  • x402-paid agent tools: 18 over HTTP, 14 over stdio. USDC per call, no API key.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Br0ski777/slug-generator-x402'

If you have feedback or need assistance with the MCP directory API, please join our Discord server