๐Ÿงฐ Content Toolkit MCP

11 battle-tested text processing tools for AI agents. Diff, stats, case convert, regex, JSON format, and more โ€” all in one MCP server.

MCP Server Python 3.9+ 50 Free Calls $19/mo Pro
toolkit_diff
๐Ÿ”„

Text Diff

Compare two texts โ€” unified, inline, or side-by-side with change stats.

toolkit_stats
๐Ÿ“Š

Text Statistics

Words, reading time, sentence count, top words, density metrics.

toolkit_case_convert
๐Ÿ”ค

Case Converter

10 formats: snake_case, camelCase, PascalCase, kebab-case, and more.

toolkit_slugify
๐Ÿ”—

URL Slug

Convert any text to clean, SEO-friendly URL slugs.

toolkit_truncate
โœ‚๏ธ

Smart Truncate

Truncate at word boundaries with configurable ellipsis.

toolkit_regex
๐Ÿ”

Regex Find/Replace

Full regex with flags: case-insensitive, multiline, dotall, verbose.

toolkit_markdown_to_text
๐Ÿ“

Markdown Stripper

Remove all markdown formatting to get clean plain text.

toolkit_sort_lines
๐Ÿ“‹

Line Sorter

Sort by alpha, length, numeric, shuffle. Deduplicate lines.

toolkit_format_json
{ }

JSON Formatter

Pretty-print, validate, minify, or flatten JSON with error reporting.

toolkit_extract_urls
๐ŸŒ

URL Extractor

Find all URLs in text, parsed with domain, path, and query params.

toolkit_format_table
๐Ÿ“‘

Table Formatter

CSV/TSV โ†’ markdown tables, ASCII tables, JSON, or cleaned CSV.

Simple Pricing

๐Ÿ†“ Free

$0
  • 50 calls per session
  • All 11 tools
  • Full JSON responses
  • Self-hosted

โšก Quick Install

# Smithery (recommended)
npx smithery install content-toolkit-mcp --client claude

# Manual
git clone https://github.com/Rumblingb/content-toolkit-mcp.git
cd content-toolkit-mcp
pip install -r requirements.txt
python3 server.py