Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

online.editclips/mcp

REMOTE · EDITCLIPS.ONLINE · SCANNED AUG 14

Video, audio, and image processing for AI agents: convert, transcribe, upscale - 150+ operations.

Available components

75 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security83
Transport & Reachability100
Schema Quality & AI Usability79
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 272 tokens (~54/item across 5 items; 5 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management7
  • Stability observed for 2 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · editclips.online

# add to Claude Code
claude mcp add --transport http online-editclips-mcp https://editclips.online/mcp
# ~/.codex/config.toml
[mcp_servers.online-editclips-mcp]
url = "https://editclips.online/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "online-editclips-mcp": {
      "type": "remote",
      "url": "https://editclips.online/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add online-editclips-mcp --url https://editclips.online/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  online-editclips-mcp:
    url: "https://editclips.online/mcp"
// mcp.json
{
  "mcpServers": {
    "online-editclips-mcp": {
      "type": "http",
      "url": "https://editclips.online/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 14 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

  • 13 Aug 26 0
    • Stability: unverified → 0.03 functional
  • 12 Aug 26 74

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 14 Aug 2026 · Probed https://editclips.online/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=editclips.online CN=WE1,O=Google Trust Services,C=US 28 Jun 2026 26 Sept 2026 ECDSA 256 ECDSA-SHA256 407fc9e50a4b193f0eb6eb20c53676de
SANs: editclips.online
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b
DNSSEC insecure

Validation of editclips.online. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
online. present 30961 13 Verified
editclips.online. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication Challenged, unverified

The endpoint asked for a token, but we could not retrieve and validate the RFC 9728 metadata that tells a client how to obtain one.

Result Challenged, unverified
Enforced On tool calls
HTTP status 200
Header Value
x-content-type-options nosniff
x-frame-options SAMEORIGIN
referrer-policy origin-when-cross-origin

Protected resource metadata

Retrieved No
Problem no_resource_metadata
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://editclips.online/mcp Verified 200
http (plaintext) http://editclips.online/mcp HTTPS enforced 301 https://editclips.online/mcp
MCP tools · 5 exposed · ~272 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
cancel_job ~31

Cancel a queued or processing job. Reserved credits are refunded.

NameTypeReqDescription
idstringyesJob ID to cancel
NameTypeReqDescription
idstringyes
statusstringyescancelled

No examples provided.

create_job ~161

Create a video/audio processing job. Use list_tools first to find the right tool and options. Returns a job ID — use get_job to check status and get the result URL.

NameTypeReqDescription
durationMsnumberInput duration in milliseconds (for credit estimation)
heightnumberInput height in pixels (for credit estimation)
inputsarrayyesPublic URLs to input files
optionsobjectTool-specific options (see list_tools for available options)
toolstringyesTool slug from list_tools (e.g. 'compress-video', 'convert-video')
webhookstringHTTPS URL to receive a POST when the job completes or fails
widthnumberInput width in pixels (for credit estimation)
NameTypeReqDescription
creditsReservednumberyesCredits reserved for this job
idstringyesJob ID — pass to get_job
messagestringyes
statusstringyesInitial job status (queued)
toolstringyesTool slug

No examples provided.

get_balance ~14

Check your current credit balance

Input schema present but exposes no named parameters.

NameTypeReqDescription
creditsnumberyesCurrent credit balance
totalPurchasedyesLifetime credits purchased

No examples provided.

get_job ~47

Check the status of a processing job. When status is 'completed', the response includes a download URL valid for 1 hour.

NameTypeReqDescription
idstringyesJob ID returned by create_job
NameTypeReqDescription
completedAtyesISO 8601 timestamp
createdAtyesISO 8601 timestamp
creditsChargedyes
creditsReservedyes
errorMessageyes
idstringyes
metricsobject
outputFilename
outputSizeOutput size in bytes
outputUrlstringPresigned download URL, valid 1 hour (completed jobs only)
progressyes0-100
progressMessageyes
statusstringyesqueued | processing | completed | failed | cancelled
toolyes

No examples provided.

list_tools ~19

List all available video/audio processing tools with their options

Input schema present but exposes no named parameters.

NameTypeReqDescription
toolsarrayyes

No examples provided.