Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.tryflask/flask

REMOTE · API.FLASK.DO · SCANNED AUG 3

Feedback layer for video. Reviewers talk through feedback; agents read it as structured comments.

Available components

+8 this week 81 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security94
Transport & Reachability100
Schema Quality & AI Usability74
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 4959 tokens (~309/item across 16 items; 16 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · api.flask.do

# add to Claude Code
claude mcp add --transport http tryflask-flask https://api.flask.do/api/mcp/mcp
# ~/.codex/config.toml
[mcp_servers.tryflask-flask]
url = "https://api.flask.do/api/mcp/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "tryflask-flask": {
      "type": "remote",
      "url": "https://api.flask.do/api/mcp/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add tryflask-flask --url https://api.flask.do/api/mcp/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  tryflask-flask:
    url: "https://api.flask.do/api/mcp/mcp"
// mcp.json
{
  "mcpServers": {
    "tryflask-flask": {
      "type": "http",
      "url": "https://api.flask.do/api/mcp/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

  • 31 Jul 26 +5
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 29 Jul 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

  • 28 Jul 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

  • 27 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 26 Jul 26 73

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Probed https://api.flask.do/api/mcp/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=*.flask.do CN=YR2,O=Let's Encrypt,C=US 10 Jul 2026 8 Oct 2026 RSA 2048 SHA256-RSA 5eb391fb04afb7b3ac019f2ef1ceda19d90
SANs: *.flask.do, flask.do
CN=YR2,O=Let's Encrypt,C=US (CA) CN=Root YR,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 RSA 2048 SHA256-RSA 4ebd24947e24d394802d84a52fd5b319
CN=Root YR,O=ISRG,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 RSA 4096 SHA256-RSA f24b6d17f9d9ad7cb1c9fea78782699f
DNSSEC insecure

Validation of api.flask.do. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
do. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication Enforced and verified

The endpoint asked for a token and published valid RFC 9728 metadata describing how to get one.

Result Enforced and verified
Enforced On tool calls
HTTP status 200

WWW-Authenticate challenge Bearer resource_metadata="https://api.flask.do/.well-known/oauth-protected-resource"

Bearer resource_metadata="https://api.flask.do/.well-known/oauth-protected-resource"
Header Value
strict-transport-security max-age=31536000; includeSubDomains
content-security-policy default-src 'none'; frame-ancestors 'none'
x-content-type-options nosniff
x-frame-options DENY
referrer-policy strict-origin-when-cross-origin
permissions-policy camera=(), microphone=(), geolocation=()

Protected resource metadata

Document https://api.flask.do/.well-known/oauth-protected-resource
Retrieved Yes
Resource https://api.flask.do
Authorisation server https://api.flask.do
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://api.flask.do/api/mcp/mcp Verified 200
http (plaintext) http://api.flask.do/api/mcp/mcp HTTPS enforced 308 https://api.flask.do/api/mcp/mcp
MCP tools — 16 exposed · ~2,428 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
asset_status ~44

Check the processing status of a video asset. Returns progress percentage for videos being processed, or confirms the asset is ready.

NameTypeReqDescription
asset_idstringyesAsset ID to check

No output schema declared.

No examples provided.

contents ~105

Browse contents. Without folder_id: lists what's at the team's top level (root) — both folders and assets that live directly at root. With folder_id: opens that folder and returns its child folders and assets (videos/media). Each item includes its URL.

NameTypeReqDescription
folder_idstringFolder to open — omit to see team root
limitnumberPage size (default 20, max 100)
offsetnumberItems to skip for pagination

No output schema declared.

No examples provided.

feedback_get ~145

Get a single feedback item with its full reply thread. Returns the item's text body, tags (by name), author, video timestamp, recording summary/transcript, visual attachments (images / has_drawing - render them with get_annotated_frames), and all nested replies. Pass transcript: "full" to get the recording's complete transcript instead of just this segment's slice (replies always carry their own segment slice).

NameTypeReqDescription
element_idstringyesFeedback item ID to retrieve
transcriptstringTranscript scope for recording items: "segment" (default) returns only this segment's slice of the recording transcript; "full" returns the recording's complete transcript

No output schema declared.

No examples provided.

feedback_list ~142

List top-level feedback on an asset. Returns each item's text body, tags (by name), author, timestamp, and reply_count. Recording items also include the recording's AI summary and the transcript for that segment of the recording. Items with visual attachments carry images (attached image files) and/or has_drawing: true (a drawing made on the asset) - call get_annotated_frames to see them. Use feedback_get to read full reply threads.

NameTypeReqDescription
asset_idstringyesAsset to list feedback for
limitnumberPage size (default 20, max 100)
offsetnumberItems to skip for pagination

No output schema declared.

No examples provided.

feedback_post ~234

Create a feedback comment on an asset, as the connected user. PREFER passing timestamp (seconds into the video) whenever the source material has one - e.g. when importing feedback from an email like 'at 0:42 the logo is wrong', convert 0:42 to 42. Without timestamp the comment is a general (non-anchored) note. tags applies the team's EXISTING tags by name (see the tags tool); statuses are tags too. Use reply_to to reply in an existing thread. Cannot attach recordings, drawings, or images.

NameTypeReqDescription
asset_idstringyesAsset to comment on
contentstringyesThe comment text (plain text)
reply_tostringFeedback item id to reply to (threads the comment under it)
tagsarrayTag NAMES to apply (must already exist in the team - see the tags tool)
timestampnumberVideo time in SECONDS the comment refers to (e.g. 72.5 for 1:12.5). Strongly preferred when known; omit for a general comment.

No output schema declared.

No examples provided.

feedback_update ~184

Edit an existing feedback item. content (replaces the text) and timestamp (video time in seconds) can only be changed on the connected user's OWN comments. add_tags / remove_tags apply the team's existing tags by NAME and work on ANY feedback item you can comment on (labels and statuses are collaborative - e.g. add the 'Done' tag to mark feedback resolved). Provide at least one of content, timestamp, add_tags, remove_tags.

NameTypeReqDescription
add_tagsarrayTag NAMES to add (must already exist in the team)
contentstringNew comment text (fully replaces the existing text; own comments only)
element_idstringyesFeedback item to edit
remove_tagsarrayTag NAMES to remove
timestampnumberNew video time in SECONDS the comment refers to (own comments only)

No output schema declared.

No examples provided.

get_annotated_frames ~165

Supplementary visuals for a feedback item. For recording items: the media under review with the reviewer's drawing rendered in, plus their shared SCREEN when they demonstrated something (e.g. a Photoshop/Figma mockup); webcam frames are NOT included, and the transcript is returned marked [FRAME N]. Also works for text comments that carry visuals: a standalone drawing (has_drawing: true) is rendered onto the frame it was drawn over, and attached images (images array) are returned as frames. If a visual reference is still unclear, call get_frame to drill into a specific moment (at) or spoken word/phrase (word). Returns up to 12 images.

NameTypeReqDescription
element_idstringyesThe feedback item (element) to get annotated frames for

No output schema declared.

No examples provided.

get_frame ~156

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). Use when get_annotated_frames did not show what a reference ('this','here','that') means, or to see a moment the transcript mentions. Returns the asset frame at that moment (plus the active shared screen, if any) and a transcript snippet around it.

NameTypeReqDescription
atnumberrecording time in seconds
element_idstringyesThe recording feedback item (element) to drill into
sourcestringlimit to the asset frame or the shared-screen frame
wordstringa word or short phrase the reviewer spoke

No output schema declared.

No examples provided.

permission_get ~89

See who has access to a folder and their permission levels (full_access, comment, view, none). Returns team members with their roles, plus link and team-member default access levels.

NameTypeReqDescription
folder_idstringyesFolder to check permissions for
limitnumberPage size for members (default 20, max 100)
offsetnumberMembers to skip for pagination

No output schema declared.

No examples provided.

recent_activity ~87

Get the latest comments across your team, newest first. Returns a mix of text and recording comments with author, timestamp, and a link to jump into the conversation. Each item has a `type` field ("text" or "recording") so you can filter client-side if needed.

NameTypeReqDescription
limitnumberNumber of recent comments to return (default 20, max 100)

No output schema declared.

No examples provided.

search ~57

Search across your team's folders, assets, and feedback by text. Always returns all three categories together.

NameTypeReqDescription
limitnumberMax results per category (default 10, max 50)
querystringyesText to search for

No output schema declared.

No examples provided.

tags ~118

List the team's tags and show the share of each tag (plus an 'untagged' bucket) across a scope. Scope defaults to the whole team; pass folder_id to narrow to one folder, or asset_id to narrow to one asset. Shares are count_with_tag / total_elements and do NOT sum to 100% because elements can carry multiple tags.

NameTypeReqDescription
asset_idstringNarrow to this asset (mutually exclusive with folder_id)
folder_idstringNarrow to this folder (mutually exclusive with asset_id)

No output schema declared.

No examples provided.

upload_file_complete ~120

Finalize a local file upload started with upload_file_start. Call this only AFTER the curl PUT has finished successfully. Verifies the file landed in storage and starts video processing. Safe to retry.

NameTypeReqDescription
asset_idstringyesThe asset_id returned by upload_file_start
version_ofstringPass the same value given to upload_file_start. The version is normally already attached at start; this is a no-op safety net that re-attaches only if that failed. The link returned is the version st…

No output schema declared.

No examples provided.

upload_file_start ~337

Start uploading a LOCAL video file from the user's machine into Flask. Returns the shareable Flask link immediately, plus a presigned upload URL. After calling this, upload the file bytes with the curl command from next_step, then call upload_file_complete. folder_id is OPTIONAL: omit it to upload to the team's top level (root). Max file size 5GB. Free to use for up to 100 MCP uploads; beyond that the user needs a plan at https://flask.do/plan. You still need edit access on the folder if one is given.

NameTypeReqDescription
content_typestringMIME type of the file (defaults to video/mp4)
file_sizeintegeryesExact size of the local file in bytes (e.g. from `stat -f%z <file>` on macOS or `stat -c%s <file>` on Linux)
folder_idstringOptional folder to upload into (you must have edit access — check with permission_get if unsure). Omit to upload to the team's top level (root).
titlestringTitle for the new asset (defaults to "Untitled Video")
version_ofstringUpload as a NEW VERSION of an existing asset instead of a separate asset. Accepts the id of a version stack or of any existing video asset. The new upload is attached to the version stack immediately…

No output schema declared.

No examples provided.

upload_video ~283

Upload a video from a public URL (a direct video file link or a Google Drive share link) into Flask. Flask downloads it, stores it, and starts processing. Returns the new asset_id — poll asset_status(asset_id) until status is "ready" before linking to it. folder_id is OPTIONAL: omit it to upload to the team's top level (root). Free to use for up to 100 MCP uploads; beyond that the user needs a plan at https://flask.do/plan. You still need edit access on the folder if one is given. For a LOCAL file on disk, use upload_file_start instead.

NameTypeReqDescription
folder_idstringOptional folder to upload into (you must have edit access — check with permission_get if unsure). Omit to upload to the team's top level (root).
titlestringTitle for the new asset (defaults to "Video from URL")
version_ofstringUpload as a NEW VERSION of an existing asset instead of a separate asset. Accepts the id of a version stack or of any existing video asset (standalone or already in a stack). The new upload becomes t…
video_urlstringyesPublic URL of the video to import — a direct video file URL or a Google Drive share link

No output schema declared.

No examples provided.

wait_for_feedback ~162

Wait for NEW feedback on an asset. Blocks up to timeout_seconds (default 45) and returns as soon as feedback newer than `since` arrives, or times out with an empty list. To listen continuously, call it again with the returned next_since. Use this after uploading a video for review instead of repeatedly calling feedback_list.

NameTypeReqDescription
asset_idstringyesAsset to watch for new feedback
sincestringISO timestamp — only feedback created after this is returned. Omit on the first call (defaults to now, i.e. waits for the NEXT feedback). On subsequent calls pass the next_since from the previous res…
timeout_secondsnumberHow long to wait before returning empty (10-50, default 45)

No output schema declared.

No examples provided.