Content Tools
echowave.io
Manage EchoWave video projects including creation, update, and retrieval.
ENDPOINT 1
https://echowave.io/mcp
MCP server metadata
- Name
- echowave
- Version
- 1.0.0
Known tools 31
update_projectUpdate project metadata (title, size, fps, background, duration).
Potential side effectsadd_segmentAdd a timeline segment: text, media (video/audio/image), subtitles, waveform, progress bar or shape.
Inferred read-onlygenerate_speechGenerate AI voice-over (text-to-speech) audio and attach it to a project.
Inferred read-onlyget_render_downloadGet a public download URL for a completed render (public-by-URL, not a signed/expiring link).
Inferred read-onlygenerate_clipsAnalyze 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-onlyget_clip_jobGet 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-onlymaterialize_clipsTurn one or more ranked candidates from a ready clip job into real EchoWave projects (each openable in the editor, and independently editable).
Inferred read-onlysearch_clip_momentsRe-search a ready clip job's stored transcript for moments matching a new prompt (e.g.
Inferred read-onlylist_templatesList the caller's video templates — personal plus every team workspace they belong to (each entry carries workspaceId/workspaceName).
Inferred read-onlyget_template_placeholdersGet the fillable placeholders of a template (key, label, type: text|image|video|audio, defaults).
Inferred read-onlyrender_from_templateQueue one video render from a template, filling placeholders ({ key: value } — text values as strings, media as public https URLs).
Inferred read-onlyrender_batch_from_templateQueue up to 100 renders from one template (one per row).
Inferred read-onlysearch_stock_photosSearch the web for images (returns direct image URLs usable as media).
Inferred read-onlyrun_toolRun 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-onlyCONNECT 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.
echowave.io is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.