Skip to main content
Glama
rog0x

@rog0x/mcp-string-tools

Official
by rog0x

@rog0x/mcp-string-tools

Erweiterte String-Manipulationswerkzeuge für KI-Agenten, bereitgestellt über das Model Context Protocol (MCP).

Werkzeuge

analyze_string

Analysieren Sie Text, um detaillierte Metriken zu erhalten:

  • Zeichenanzahl (mit und ohne Leerzeichen)

  • Wort-, Satz- und Absatzanzahl

  • Geschätzte Lesezeit

  • Flesch-Kincaid-Lesbarkeitswert und -stufe

  • Anzahl eindeutiger Wörter und häufigste Wörter

  • Längstes Wort

transform_string

Transformieren Sie Text mit verschiedenen Operationen:

  • remove_duplicate_lines – Entfernen Sie doppelte Zeilen aus Text

  • remove_extra_whitespace – Entfernen Sie überflüssige Leerzeichen und Leerzeilen

  • extract_emails – Extrahieren Sie alle E-Mail-Adressen aus Text

  • extract_urls – Extrahieren Sie alle URLs aus Text

  • extract_phone_numbers – Extrahieren Sie Telefonnummern aus Text

  • mask_sensitive_data – Maskieren Sie E-Mails, Telefonnummern und Kreditkartennummern

  • truncate – Kürzen Sie Text mit Auslassungspunkten an Wortgrenzen

  • wrap_text – Umbrechen Sie Text bei einer angegebenen Spaltenbreite

diff_strings

Vergleichen Sie zwei Zeichenfolgen und sehen Sie die Unterschiede:

  • character-Modus – Zeichen-für-Zeichen-Diff

  • word-Modus – Wort-für-Wort-Diff (Standard)

  • line-Modus – Zeilenweise-Diff

  • Zeigt Hinzufügungen, Löschungen und unveränderte Segmente mit Positionen an

render_template

Einfache Template-Engine:

  • Ersetzen Sie {{variables}} durch Werte aus einem JSON-Datenobjekt

  • Bedingungen: {{#if var}}...{{#else}}...{{/if}}

  • Schleifen: {{#each arr}}...{{this}}...{{@index}}...{{/each}}

  • Zugriff auf verschachtelte Eigenschaften: {{user.name}}

generate_slug

Generieren Sie URL-freundliche Slugs:

  • Transliteriert akzentuierte Zeichen (z. B. cafe aus cafe)

  • Entfernt Sonderzeichen

  • Konfigurierbares Trennzeichen (Standard: -)

  • Optionale maximale Länge mit sauberer Kürzung

  • Optionaler Kleinbuchstaben-Umschalter

Related MCP server: mcp-regex-tools

Einrichtung

npm install
npm run build

Verwendung mit Claude Desktop

Fügen Sie Folgendes zu Ihrer claude_desktop_config.json hinzu:

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

Lizenz

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