← Registry

Content Tools

getsquish.app

Converts a video from a public URL into a grid of evenly sampled frames with timestamps, suitable for vision model input.

1 endpoint1 known toolsFirst detected July 25, 2026Last detected September 6, 2026

ENDPOINT 1

https://api.getsquish.app/mcp

No auth detected

MCP server metadata

Name
squish
Version
0.2.3
Capabilities
tools.listChanged
Server instructions

Squish gives AI random access to video. squish_video turns a public video URL (video_url) into timestamped contact sheets — image grids where every cell is stamped with its ABSOLUTE timecode. The navigation loop: (1) call with just video_url for a 3x3 overview; (2) read the returned sheet and note the timecodes around what you are looking for; (3) call again with start/end set to those timecodes — a denser grid (4x4-6x6) inside a narrow window resolves finer moments; (4) repeat until the moment is pinned. Timecodes stay absolute to the source video at every zoom depth. No audio is read — sheets carry visuals only. Anonymous calls ride a small daily free lane; a quota refusal returns a structured error — relay its hint to the user. One video processes at a time on this endpoint. Sheet URLs in `files` expire after ~24h; the `timecodes` field mirrors every stamped label (cells run left→right, top→bottom).

Known tools 1

squish_video

Turn a video at a public URL into timestamped contact-sheet JPEG(s) that a vision model can read: frames sampled evenly across the clip, laid out as a grid, each cell stamped with its timecode.

Inferred read-only

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.squish]
url = "https://api.getsquish.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "squish": {
      "type": "http",
      "url": "https://api.getsquish.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: squish
Remote MCP URL: https://api.getsquish.app/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": {
    "squish": {
      "url": "https://api.getsquish.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "squish": {
      "type": "http",
      "url": "https://api.getsquish.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "squish",
  "transport": "streamable-http",
  "url": "https://api.getsquish.app/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 getsquish.app was fetched 2026-09-06T17:04:17.751Z.

Trust status Neutral

getsquish.app is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

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