Skip to main content
Glama
ellmos-ai

ellmos-clatcher-mcp

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
fix_jsonA

Repair broken JSON: strip comments, fix trailing commas, convert single quotes, remove BOM/NUL. Supports dry_run mode.

fix_encodingA

Fix encoding issues: detect and repair BOM, broken UTF-8, cp1252 artifacts. Common on Windows.

fix_umlautsA

Fix broken German umlauts from double-encoding or cp1252 artifacts (ä→ä, ö→ö, etc.)

convert_formatA

Convert between data formats: JSON, YAML, TOML, XML, CSV, INI. Reads input file and writes output file.

detect_dupesB

Find duplicate files in a directory by content hash (SHA256). Groups files with identical content.

folder_diffA

Compare two directories, or take a snapshot and compare on next call. Shows new, modified, and deleted files.

batch_renameA

Rename multiple files using regex pattern, prefix/suffix, or counter. Always preview first with dry_run=true.

archiveB

Create, extract, or list ZIP archives.

checksumA

Calculate file hash (SHA256, MD5, SHA1, SHA512). Optionally verify against expected hash.

cleanup_fileC

Remove BOM, trailing whitespace, fix line endings, remove NUL bytes. Configurable per-option.

scan_emojiB

Scan code files for emoji characters. Useful for finding accidental emojis in source code.

regex_testA

Test a regex pattern against text. Shows all matches with groups and positions.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/ellmos-ai/ellmos-clatcher-mcp'

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