← Registry

Content Tools

echowave.io

Manage EchoWave video projects including creation, update, and retrieval.

1 endpoint31 known toolsFirst detected June 7, 2026Last detected September 7, 2026

ENDPOINT 1

https://echowave.io/mcp

No auth detected

MCP server metadata

Name
echowave
Version
1.0.0
Capabilities
tools

Known tools 31

get_account

Get the caller's EchoWave account profile, plan and usage.

Inferred read-only
list_projects

List the caller's video projects.

Inferred read-only
create_project

Create a new video project (title, aspect ratio, fps).

Potential side effects
get_project

Get a project with its full timeline of segments.

Inferred read-only
update_project

Update project metadata (title, size, fps, background, duration).

Potential side effects
delete_project

Delete a project.

Potential side effects
add_segment

Add a timeline segment: text, media (video/audio/image), subtitles, waveform, progress bar or shape.

Inferred read-only
update_segment

Update a segment's properties.

Potential side effects
delete_segment

Remove a segment from a project.

Potential side effects
import_media

Import a media asset into the account from a URL.

Inferred read-only
list_voices

List AI voice-over preset voices and the caller's voice clones.

Inferred read-only
generate_speech

Generate AI voice-over (text-to-speech) audio and attach it to a project.

Inferred read-only
create_voice_clone

Create a custom voice clone from a sample.

Potential side effects
transcribe_subtitles

Transcribe an uploaded audio/video asset into subtitle cues.

Inferred read-only
translate_subtitles

Translate an asset's subtitles into another language.

Inferred read-only
queue_render

Queue a render of a project into a downloadable MP4.

Inferred read-only
get_render

Get a render's status, progress and output URL.

Inferred read-only
list_renders

List the caller's renders.

Inferred read-only
get_render_download

Get a public download URL for a completed render (public-by-URL, not a signed/expiring link).

Inferred read-only
generate_clips

Analyze a long video (podcast, interview, webinar, meeting, sermon, lecture, stream, vlog, talk) and find the best short clips, each scored with a Viral Score (0-100, five sub-scores: hook/clarity/emotion/value/trend) and framed with a speaker-aware auto-reframe camera.

Inferred read-only
get_clip_job

Get a clip job's status, progress and — once status is 'ready' — its ranked candidates (id, title, hook, Viral Score + sub-scores, hashtags, start/end, layout, reasons).

Inferred read-only
list_clip_jobs

List the caller's clip jobs, newest first.

Inferred read-only
materialize_clips

Turn one or more ranked candidates from a ready clip job into real EchoWave projects (each openable in the editor, and independently editable).

Inferred read-only
search_clip_moments

Re-search a ready clip job's stored transcript for moments matching a new prompt (e.g.

Inferred read-only
list_templates

List the caller's video templates — personal plus every team workspace they belong to (each entry carries workspaceId/workspaceName).

Inferred read-only
get_template_placeholders

Get the fillable placeholders of a template (key, label, type: text|image|video|audio, defaults).

Inferred read-only
render_from_template

Queue one video render from a template, filling placeholders ({ key: value } — text values as strings, media as public https URLs).

Inferred read-only
render_batch_from_template

Queue up to 100 renders from one template (one per row).

Inferred read-only
get_batch_status

Get per-render statuses and counts for a template render batch.

Inferred read-only
search_stock_photos

Search the web for images (returns direct image URLs usable as media).

Inferred read-only
run_tool

Run a one-shot media tool (trim, crop, compress, convert, rotate, flip, speed, reverse, loop, mute, split, blur, volume, color, resize, extract_audio, add_audio, gif, merge, thumbnail) on a source file.

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.echowave]
url = "https://echowave.io/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "echowave": {
      "type": "http",
      "url": "https://echowave.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "echowave",
  "transport": "streamable-http",
  "url": "https://echowave.io/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 echowave.io was fetched 2026-07-28T02:52:04.595Z and is being refreshed.

Trust status Trusted

echowave.io 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.