Skip to main content
Glama
rog0x

@rog0x/mcp-string-tools

Official
by rog0x

@rog0x/mcp-string-tools

Расширенные инструменты манипуляции строками для ИИ-агентов, предоставляемые через Model Context Protocol (MCP).

Инструменты

analyze_string

Анализ текста для получения подробных метрик:

  • Количество символов (с пробелами и без)

  • Количество слов, предложений и абзацев

  • Предполагаемое время чтения

  • Оценка и уровень читаемости по Flesch-Kincaid

  • Количество уникальных слов и самые частые слова

  • Самое длинное слово

transform_string

Преобразование текста с помощью различных операций:

  • remove_duplicate_lines - Удаляет повторяющиеся строки из текста

  • remove_extra_whitespace - Сжимает лишние пробелы и пустые строки

  • extract_emails - Извлекает все адреса электронной почты из текста

  • extract_urls - Извлекает все URL из текста

  • extract_phone_numbers - Извлекает номера телефонов из текста

  • mask_sensitive_data - Маскирует адреса электронной почты, номера телефонов и номера кредитных карт

  • truncate - Обрезает текст с многоточием на границах слов

  • wrap_text - Переносит текст по заданной ширине столбца

diff_strings

Сравнение двух строк и отображение различий:

  • character режим - Посимвольное сравнение

  • word режим - Пословное сравнение (по умолчанию)

  • line режим - Построчное сравнение

  • Показывает добавления, удаления и неизменённые сегменты с позициями

render_template

Простой шаблонизатор:

  • Заменяет {{variables}} значениями из JSON-объекта данных

  • Условные выражения: {{#if var}}...{{#else}}...{{/if}}

  • Циклы: {{#each arr}}...{{this}}...{{@index}}...{{/each}}

  • Доступ к вложенным свойствам: {{user.name}}

generate_slug

Генерация URL-совместимых слагов:

  • Транслитерирует символы с диакритикой (например, cafe из cafe)

  • Удаляет специальные символы

  • Настраиваемый разделитель (по умолчанию: -)

  • Необязательная максимальная длина с аккуратным обрезанием

  • Необязательный переключатель нижнего регистра

Related MCP server: mcp-regex-tools

Установка

npm install
npm run build

Использование с Claude Desktop

Добавьте в ваш claude_desktop_config.json:

{
  "mcpServers": {
    "string-tools": {
      "command": "node",
      "args": ["D:/products/mcp-servers/mcp-string-tools/dist/index.js"]
    }
  }
}

Лицензия

MIT

A
license - permissive license
Not graded
quality - not tested
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
    A
    quality
    C
    maintenance
    Provides 14+ character-level text analysis tools that give LLMs the ability to accurately count letters, analyze individual characters, and work with text at the character level—overcoming tokenization limitations.
    14
    16
    3
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides a suite of regex and text processing tools for AI agents, including pattern testing, extraction, and replacement with capture group support. It also enables various text transformations like case conversion, line sorting, and deduplication through the Model Context Protocol.
    38
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    Provides string utility operations via the MCP protocol, with built-in EU AI Act compliance.
    8
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Provides a set of micro-tools (time calculation, regex, encoding, JSON diff, etc.) for LLM agents to handle deterministic, precision tasks that models often get wrong.
    MIT

View all related MCP servers

Related MCP Connectors

  • 500+ deterministic tools for AI agents: math, conversion, validation, hashing, encoding, date/time.

  • JSON/YAML, regex, diff, JWT, SQL dialects — the keyless millisecond ops an agent needs mid-task.

  • SEO research, audits, backlinks, GSC, and content workflow tools for AI agents.

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/rog0x/mcp-string-tools'

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