← clueso.io
INDIVIDUAL MCP TOOL
check_uploads
Fetch all files the user uploaded via the hosted upload page.
LIVE ENDPOINT
https://connect.clueso.io/mcp
Connect to this endpoint to inspect the live schema for check_uploads and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests retrieving external content.
Parent server
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.clueso-connect]
url = "https://connect.clueso.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"clueso-connect": {
"type": "http",
"url": "https://connect.clueso.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: clueso-connect
Remote MCP URL: https://connect.clueso.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": {
"clueso-connect": {
"url": "https://connect.clueso.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"clueso-connect": {
"type": "http",
"url": "https://connect.clueso.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "clueso-connect",
"transport": "streamable-http",
"url": "https://connect.clueso.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_design_guide— Clueso's house style for composing video clips — how to think about concept, typography, color, composition, motion, and pacing.create_project— Create a new blank Clueso project.update_project— Update a project's metadata: rename, change description, move to a different folder, or change aspect ratio.duplicate_project— Clone an entire project — every clip, voiceover, asset, and metadata field — into a fresh project.export_project— Kick off a video export of the project.find— Find any resource in Clueso by type, optionally filtered by name or exact id.switch_workspace— Switch the active workspace for this session.get_project— Get a summary of a project: canvas dimensions, per-clip summary (ids, indices, durations, element counts, voiceover_volume), and `audio_tracks` — every music/SFX entry on the project flattened to the same wire shape `add_audio` accepts (id, src, name, source_duration, guide_start_time/end_time, music_start_time/end_time, volume, loop, fade_in, fade_out).