LIVE ENDPOINT
https://api.flask.do/api/mcp/mcp
Connect to this endpoint to inspect the live schema for feedback_update 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.
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.flask]
url = "https://api.flask.do/api/mcp/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"flask": {
"type": "http",
"url": "https://api.flask.do/api/mcp/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: flask
Remote MCP URL: https://api.flask.do/api/mcp/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": {
"flask": {
"url": "https://api.flask.do/api/mcp/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"flask": {
"type": "http",
"url": "https://api.flask.do/api/mcp/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "flask",
"transport": "streamable-http",
"url": "https://api.flask.do/api/mcp/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
contents— Browse contents.feedback_list— List top-level feedback on an asset.feedback_get— Get a single feedback item with its full reply thread.wait_for_feedback— Wait for NEW feedback on an asset.feedback_post— Create a feedback comment on an asset, as the connected user.get_annotated_frames— Supplementary visuals for a feedback item.get_frame— Drill into a recording for MORE visual detail: get the exact frame at a specific time (at) or when a specific word/phrase was spoken (word).asset_status— Check the processing status of a video asset.