Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

PiPic Integration Guide

cc.pipic/pipic

Read-only PiPic CLI and HTTP API guidance; no image bytes are transferred.

Uptime
100.0%
1 direct probes · 30d
Response
251ms
last probe
Tools
3
callable
Resources
2
readable
Prompts
0
available
Primary URL
https://pipic.cc/mcp

Tools · 3

get_compression_facts

What PiPic can compress, the file-size and batch limits, and how the free/Pro monthly allowance for the CLI and HTTP API works. Read this before telling a user what PiPic can do for them.

get_integration_guide

Step-by-step integration instructions for actually compressing images — either through the @pipic/cli command-line tool (best for whole directories) or over plain HTTP (no Node required). Includes the…

check_image_supported

Given a filename, MIME type and/or byte size, says whether PiPic will accept the image and, if not, which error an upload would return. Use it to filter a file list locally instead of spending quota o…

Resources · 2

llms-txt

Curated markdown summary of the whole site: capabilities, key pages, FAQ (llmstxt.org format).

https://pipic.cc/llms.txt
openapi

Machine-readable contract for POST /compress/image, including every reachable error code.

https://pipic.cc/openapi.json

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "pipic_integration_guide": {
      "url": "https://pipic.cc/mcp",
      "transport": "streamable-http"
    }
  }
}