← clip.qa
INDIVIDUAL MCP TOOL
getVideoTranscript
Get the narrated transcript of a report recording, with timestamps.
LIVE ENDPOINT
https://mcp.clip.qa/mcp
Connect to this endpoint to inspect the live schema for getVideoTranscript and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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.clip-qa-mcp-remote]
url = "https://mcp.clip.qa/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"clip-qa-mcp-remote": {
"type": "http",
"url": "https://mcp.clip.qa/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: clip-qa-mcp-remote
Remote MCP URL: https://mcp.clip.qa/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": {
"clip-qa-mcp-remote": {
"url": "https://mcp.clip.qa/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"clip-qa-mcp-remote": {
"type": "http",
"url": "https://mcp.clip.qa/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "clip-qa-mcp-remote",
"transport": "streamable-http",
"url": "https://mcp.clip.qa/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
listReports— List bug reports with title, severity, project, and creation date.getDetails— Get a single report's full structured details: steps to reproduce, expected vs actual behavior, environment.getNetworkRequests— Get the network requests captured during a web report recording.getConsoleLogs— Get console log entries captured during a web report recording.getScreenshots— Get screenshot URLs extracted from a report's key frames.analyzeVideo— Run AI analysis over a report's video frames (counts against the monthly AI quota).searchReports— Full-text search across stored bug reports.getReportDiff— Compare two versions of a report.