mcpbeat

Glassypic MCP Server

io.github.onepunchtechnology/glassypic
answering

Glassypic is answering right now. Last checked 1 min ago. 189 installs a week from npm. It exposes 3 tools. Last commit 27 Jul 2026.

AI image processing: upscale, resize, crop, compress, convert file format, and generate SEO metadata

Installs per day peak 146 · avg 12 · +411% w/w
a month agotoday
Uptime history 40 hours of history
40 hours agonow
100.0%
Uptime 24h
92 of 92 checks
3
Tools
read from the server
482 ms
Response time
average over 24h
189
Installs / week
npm and PyPI

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 1 min ago.

run in your terminal
claude mcp add glassypic --transport http https://app.glassypic.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "glassypic": {
      "url": "https://app.glassypic.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.glassypic]
url = "https://app.glassypic.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "glassypic": {
      "url": "https://app.glassypic.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "glassypic": {
      "url": "https://app.glassypic.com/mcp"
    }
  }
}

Available tools 3

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

optimize
optimize_image
Optimize an image: smart lossy compression (typically 60-80% size reduction), optional resize/upscale/format conversion, and AI-generated SEO metadata. Accepts absolute local file paths or remote URLs. In remote/API mode, only remote URLs are supported. Supported input formats: JPG, PNG, WebP, AVIF, GIF, SVG, ICO, HEIC, TIFF, BMP (max 50 MB). Supported output formats: JPG, PNG, WebP, AVIF, GIF, SVG, ICO. Each call costs 3 credits + 1 if SEO tags enabled. Animated GIFs are processed frame-by-frame (each frame optimized individually). Cost = frames × per-frame operations. Use confirm_gif_cost: true after reviewing the cost warning. Free tier: 20 credits/day, no signup. Log in with the login tool for more credits. Use status tool to check remaining credits before batch processing.
status
status
Check your GlassyPic account status: login state, tier, credits remaining, and credit reset time. Use this before batch processing to verify sufficient credits.
upgrade
upgrade
Open the GlassyPic pricing page in your browser to upgrade your plan for more credits. Plans: Free (30/day), Pro (3,300/month), Max (12,000/month).

Endpoints

URLTransportStateLatencyChecked
https://app.glassypic.com/mcp streamable-http answering 393 ms 1 min ago

Glassypic — questions

Answers built from our own checks of this server.

What can Glassypic do?
It exposes 3 tools, read directly from the server on our last check. Among them: optimize_image, status, upgrade. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Glassypic working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 482 ms. The bar chart above shows every period we have measured.
How do I connect Glassypic?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Glassypic need an API key?
No. Glassypic completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 3 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Glassypic?
It answers our handshake in 482 ms on average, which is faster than 24% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use Glassypic?
The npm package @glassypic/mcp-server was installed 189 times in the last week. Week over week that is +411%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Glassypic open source?
Yes — it is published under the MIT licence, written in TypeScript, 2 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.