Skip to main content
Glama
Br0ski777

slug-generator

by Br0ski777

Slug Generator API

MCP Server x402 License: MIT

从文本生成 URL 友好的 slug,支持自定义分隔符和转写。通过 x402(Base L2 上的 USDC)按次付费——无需 API 密钥,无需注册,无速率限制。

作为 klymax402 市场的一部分——为 AI 智能体提供 100 个 x402 微支付 API:同一个钱包、Base 上的 USDC、零注册。

快速开始 —— MCP

将以下内容添加到你的 MCP 客户端配置中(Claude Desktop、Cursor、ElizaOS 等):

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

Related MCP server: Pylon MCP Server

快速开始 —— 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/fetchx402-agent-tools、ATXP)都会自动处理 402 -> 签名 -> 重试这一循环。

工具

工具

方法

路径

价格

描述

text_generate_slug

POST

/api/slugify

$0.003

从文本生成 URL 友好的 slug

text_generate_slug

当你需要将文本转换为网页、博客或 API 端点使用的 URL 友好 slug 时,请使用此工具。它支持自定义分隔符、小写切换,以及带重音符号字符的转写。返回 slug 字符串、原始文本和字符长度。请勿用于 URL 缩短——请使用 utility_shorten_url。请勿用于哈希——请使用 crypto_generate_hash。

参数

名称

类型

是否必填

描述

text

string

要转换为 slug 的文本

separator

string

用作单词分隔符的字符(默认值:-)

lowercase

boolean

转换为小写(默认值:true)

AI 智能体提示词示例

  • “将文本转换为适合网页、博客或 API 端点的 URL 友好 slug”

支付

  • 协议:x402——HTTP 原生按次付费,无需注册,无需 API 密钥

  • 网络:Base L2(eip155:8453

  • 资产:USDC

  • 协调方:Coinbase CDP(主要)、PayAI(备用)

属于 klymax402

面向 AI 智能体的 100 个 x402 微支付 API——一个钱包、Base 上的 USDC、零注册。

许可证

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