← Registry

Developer Tools

pipic.cc

Provides information and integration guidance for using PiPic's image compression API and CLI.

1 endpoint3 known toolsFirst detected August 13, 2026Last detected August 13, 2026

ENDPOINT 1

https://pipic.cc/mcp

No auth detected

MCP server metadata

Name
pipic
Version
1.0.0
Capabilities
toolsresources
Server instructions

PiPic compresses PNG, JPEG, WebP and AVIF images. This MCP server is read-only: it explains how to compress images but does not do the compressing — image bytes go through the @pipic/cli tool or POST /compress/image, both of which take raw binary. Call get_integration_guide for the exact steps.

Known 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.

Inferred read-only
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).

Potential side effects
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.

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.pipic]
url = "https://pipic.cc/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "pipic": {
      "type": "http",
      "url": "https://pipic.cc/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: pipic
Remote MCP URL: https://pipic.cc/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "pipic": {
      "url": "https://pipic.cc/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "pipic": {
      "type": "http",
      "url": "https://pipic.cc/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "pipic",
  "transport": "streamable-http",
  "url": "https://pipic.cc/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for pipic.cc was fetched 2026-08-24T03:38:02.422Z.

Trust status Trusted

pipic.cc is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.