@rog0x/mcp-string-tools
Official@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
This server cannot be installed
Maintenance
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
- AlicenseAqualityCmaintenanceProvides 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.14163MIT
- AlicenseNot gradedqualityDmaintenanceProvides 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.38MIT
- AlicenseNot gradedqualityAmaintenanceProvides string utility operations via the MCP protocol, with built-in EU AI Act compliance.8MIT
- AlicenseNot gradedqualityCmaintenanceProvides 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
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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