Skip to main content
Glama
xiaobenyang-com

Text-Transformer

文本转换工具 Text Transformer

提供多种文本转换功能的MCP服务器,包括大小写转换、反转字符串、检测回文等功能。 MCP servers that provide multiple text conversion functions, including case conversion, string inversion, and palindrome detection.## 工具列表 Tool List

本MCP服务封装下列工具,可让模型通过标准化接口调用以下功能。 本MCP服务封装下列工具,可让模型通过标准化接口调用以下功能。

工具 Tool

描述 Description

lowercase

Convert text to lowercase

uppercase

Convert text to uppercase

reverse

Reverse the order of characters in text

isPalindrome

Check if text is a palindrome (reads the same forwards and backwards)

countWords

Count the number of words in text

countCharacters

Count the number of characters in text

trim

Remove leading and trailing whitespace from text

capitalize

Capitalize the first letter of each word

检查服务 ## Inspector

工具在线测试: https://mcp.xiaobenyang.com/inspector/1777316659708931

Online Tool test https://mcp.xiaobenyang.com/inspector/1777316659708931

Related MCP server: MCP Playground Server

服务配置 MCP Server Config

如何获取 XBY-APIKEY ? How to get XBY-APIKEY ?

访问小笨羊科技网站 https://xiaobenyang.com,注册用户即可获得APIKEY Visit XiaoBenYang website https://xiaobenyang.com, register and get the APIKEY.

SSE

{
  "mcpServers": {
    "文本转换工具": {
      "headers": {
        "XBY-APIKEY": "<YOUR_XBY_APIKEY>"
      },
      "type": "sse",
      "url": "https://mcp.xiaobenyang.com/1777316659708931/sse"
    }
  }
}

STREAMABLE HTTP

{
  "mcpServers": {
    "文本转换工具": {
      "headers": {
        "XBY-APIKEY": "<YOUR_XBY_APIKEY>"
      },
      "type": "streamable_http",
      "url": "https://mcp.xiaobenyang.com/1777316659708931/mcp"
    }
  }
}

STDIO

{
    "mcpServers": {
        "文本转换工具": {
          "command": "npx",
          "args": [
            "-y",
            "xiaobenyang-mcp"
          ],
          "env": {
            "XBY_APIKEY": "<YOUR_XBY_APIKEY>",
            "mcpId": "1777316659708931",
          },
          "transport": "stdio"
        }
      }
}
Install Server
A
license - permissive license
A
quality
D
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

  • A
    license
    -
    quality
    D
    maintenance
    A demonstration MCP server that provides basic utility tools including hello world functionality and string reversal operations. Shows how to build and deploy MCP tools using the MCPO orchestrator framework.
    Last updated
    GPL 3.0
  • A
    license
    C
    quality
    D
    maintenance
    An MCP server that provides text conversion, formatting, and analysis functions, which can be directly integrated into the development workflow.
    Last updated
    43
    2
    Apache 2.0
  • A
    license
    B
    quality
    D
    maintenance
    A text transformation and formatting MCP server that provides common text manipulation functions such as case conversion, encoding/decoding, formatting, analysis, and regex operations directly within your AI assistant workflow.
    Last updated
    43
    14
    8
    MIT

View all related MCP servers

Related MCP Connectors

  • Text case conversion MCP.

  • MCP server exposing the AceDataCloud Fish Audio API (text-to-speech with voice conditioning)

  • A paid remote MCP for hosted MCP server, built to return verdicts, receipts, usage logs, and audit-r

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/xiaobenyang-com/1777316659708931'

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