MCP Hub
Back to servers

string-utils-ai-mcp

String Utils Ai tools for AI agents. Capabilities: slugify, camel to snake, truncate smart. Built by MEOK AI Labs.

npm107/wk
Updated
May 4, 2026

Quick Install

npx -y string-utils-ai-mcp

String Utils Ai

By MEOK AI Labs — MEOK AI Labs MCP Server

String Utils AI MCP Server

Installation

pip install string-utils-ai-mcp

Usage

# Run standalone
python server.py

# Or via MCP
mcp install string-utils-ai-mcp

Tools

slugify

Convert text to a URL-friendly slug.

Parameters:

  • text (str)
  • separator (str)
  • max_length (int)
  • lowercase (bool)

camel_to_snake

Convert between camelCase, snake_case, kebab-case, and PascalCase.

Parameters:

  • text (str)
  • direction (str)

truncate_smart

Smartly truncate text at word boundaries with a suffix.

Parameters:

  • text (str)
  • max_length (int)
  • suffix (str)
  • preserve_words (bool)

extract_numbers

Extract all numbers from text.

Parameters:

  • text (str)
  • include_decimals (bool)
  • include_negative (bool)

Authentication

Free tier: 15 calls/day. Upgrade at meok.ai/pricing for unlimited access.

Links

License

MIT — MEOK AI Labs

Reviews

No reviews yet

Sign in to write a review