ShipItAndPray/mcp-compress

🧮 Data Science Tools
0 Views
0 Installs

šŸ“‡ šŸ  ā˜ļø šŸŽ 🪟 🐧 - Data compression MCP server. 7 tools for gzip, brotli, deflate, and TurboQuant quantization. Auto-selects best algorithm. 60x compression on docs. Zero dependencies.

Quick Install

One-Click IDE Configuration
claude_desktop_config.json
{
  "mcpServers": {
    "shipitandpray-mcp-compress": {
      "command": "npx",
      "args": [
        "-y",
        "shipitandpray-mcp-compress"
      ]
    }
  }
}
Or

Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.

Documentation Overview

mcp-compress

The first MCP server for data compression. Gives any AI agent the ability to compress, decompress, analyze, and store data.

10,000+ MCP servers exist. Zero for compression. This is the first.

Zero dependencies. Pure Node.js. Lossless round-trip. Auto-picks the best algorithm.

Benchmarks

Real results on real data types:

Data TypeOriginalCompressedRatioSaved
Markdown docs (15KB)31.2 KB0.5 KB60.7x98.4%
Repeated config (2KB)5.4 KB0.1 KB51.9x98.1%
SQL query results (8KB)18.9 KB0.6 KB30.4x96.7%
Log files (20KB)33.3 KB1.7 KB19.9x95.0%
JSON API response (10KB)26.7 KB2.6 KB10.2x90.2%
Time-series prices (4KB)20.5 KB3.0 KB6.9x85.5%
CSV data (5KB)8.1 KB2.4 KB3.4x70.5%

Every compression is lossless — decompress returns the exact original, byte-for-byte.

Install

Claude Code

Add to ~/.claude/settings.json:

{
  "mcpServers": {
    "compress": {
      "command": "npx",
      "args": ["-y", "mcp-compress"]
    }
  }
}

OpenClaw / Any MCP Client

npx mcp-compress

Speaks MCP protocol over stdio. Works with any MCP-compatible AI agent.

From Source

git clone https://github.com/ShipItAndPray/mcp-compress.git
cd mcp-compress
node index.js

Tools

7 tools available to any connected agent:

ToolWhat it does
compressCompress text/JSON/CSV. Auto-picks best algorithm (gzip, brotli, deflate). Returns base64 + ratio.
decompressDecompress back to original. Lossless round-trip verified.
analyzeShannon entropy, compressibility rating, all algorithms compared, recommendation.
storeCompress and persist to disk with a key. Compressed key-value store for agents.
retrieveDecompress and return stored data by key.
listList all stored items with sizes and compression ratios.
statsTotal items stored, bytes saved, overall compression ratio.

Usage Examples

Compress a large API response:

compress(data: "<10KB JSON>", algorithm: "auto")
→ { ratio: "10.2x", saved_percent: "90.2%", algorithm: "brotli" }

Analyze before compressing:

analyze(data: "<your data>")
→ { compressibility: "HIGH", best_ratio: "30.4x", recommendation: "compress everything" }

Store data for later retrieval:

store(data: "<research notes>", name: "market-analysis")
→ { key: "market-analysis", ratio: "8.3x", saved: "12,450 bytes" }

retrieve(key: "market-analysis")
→ { data: "<original research notes>" }

Check what you've stored:

stats()
→ { stored_items: 14, total_saved_bytes: 284102, overall_ratio: "11.2x" }

Why This Exists

  • AI agents generate and consume massive amounts of text — API responses, code, docs, data
  • Context windows are expensive. Compressed storage = more data in less space = lower cost.
  • MCP is the standard protocol for AI agent tools. 10,000+ servers, none for compression.
  • Auto-algorithm selection means the agent doesn't need to know anything about compression — it just works.

How It Works

  1. Auto-algorithm selection — tests gzip, brotli, and deflate on your data, picks the smallest result
  2. Brotli wins 90% of the time — purpose-built for text, consistently 20-40% smaller than gzip
  3. Compressed key-value store — store/retrieve gives agents persistent compressed storage at ~/.mcp-compress/
  4. Shannon entropy analysis — analyze tells you if compression is even worth it before you do it

Test Results

10/10 evals passing:
  āœ“ Initialize returns protocol version
  āœ“ Lists all 7 tools
  āœ“ Compress returns valid base64 and ratio > 1x
  āœ“ Round-trip is lossless
  āœ“ Analyze returns compressibility recommendation
  āœ“ Store and retrieve preserves data
  āœ“ Stats returns valid counts
  āœ“ List shows stored items
  āœ“ Auto picks smallest algorithm
  āœ“ Handles 100KB+ data

License

MIT

Related MCP Servers

98lukehall/renoun-mcp

šŸ ā˜ļø - Structural observability for AI conversations. Detects loops, stuck states, breakthroughs, and convergence across 17 channels without analyzing content.

🧮 Data Science Tools0 views
abhiphile/fermat-mcp

šŸ šŸ  šŸŽ 🪟 🐧 - The ultimate math engine unifying SymPy, NumPy & Matplotlib in one powerful server. Perfect for developers & researchers needing symbolic algebra, numerical computing, and data visualization.

🧮 Data Science Tools0 views
Archerkattri/mathlas

šŸ šŸ  - Airtight math for agents: 3.7M-theorem search, PSLQ constant ID, OEIS, real Lean kernel checks, applicability checklists. No LLM inside, no API key.

🧮 Data Science Tools0 views
arrismo/kaggle-mcp

šŸ ā˜ļø - Connects to Kaggle, ability to download and analyze datasets.

🧮 Data Science Tools0 views

Engagement

Views
0
Installs
0
Upvotes
0

Views and upvotes are unique per visitor network (hashed IP). Installs count copy actions.

Status

Health: Not checked yet

We have not completed a health check for this listing yet.

No check timestamp yet.

Unclaimed listing (imported or pending owner verification). Claim it →
ā˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Claim this listing

Promote this listing

Optional paid placement. Free listings stay free forever.

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.