PiPic Integration Guide
cc.pipic/pipicRead-only PiPic CLI and HTTP API guidance; no image bytes are transferred.
Tools · 3
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.
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…
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
Curated markdown summary of the whole site: capabilities, key pages, FAQ (llmstxt.org format).
https://pipic.cc/llms.txt
Machine-readable contract for POST /compress/image, including every reachable error code.
https://pipic.cc/openapi.json
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"pipic_integration_guide": {
"url": "https://pipic.cc/mcp",
"transport": "streamable-http"
}
}
}