{"name":"app.showitworks/show-it-works","slug":"showitworks-show-it-works","title":"Show It Works","description":"Verification videos for AI coding agents: record the run, upload over MCP, share a viewer link.","url":"https://mcp.market/server/showitworks-show-it-works","rating":null,"grade":"C","score":64,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":5,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":null,"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":null,"version":"1.0.0","remotes":[{"type":"streamable-http","url":"https://showitworks.app/api/mcp","headers":[{"description":"Bearer API key, created on the Settings page at https://showitworks.app/settings","isRequired":true,"isSecret":true,"name":"Authorization"}]}],"packages":[],"tools":[{"name":"complete_video_upload","description":"Verify an uploaded recording and publish it.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"videoId":{"type":"string"}},"required":["videoId"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"create_video_upload","description":"Write title, taskName, ownerContext and publicContext in English (code en, locale en-US) — this project's language — and follow that locale for dates and numbers. The answer says so when what you sent is not in it. Leave code, identifiers, commands and file paths exactly as they appear in the repository, and leave worktreeName as the checkout's own directory name rather than translating it. This creates a direct R2 upload for an MP4 or WebM recording, filed under the project this API key belongs to. Worktree and task are public; ownerContext is shown to project members only, never through the public link; publicContext is shown only when explicitly supplied as public-safe.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"title":{"type":"string","minLength":1,"maxLength":200},"filename":{"type":"string","minLength":1,"maxLength":255},"mimeType":{"type":"string","enum":["video/mp4","video/webm"]},"byteSize":{"type":"integer","exclusiveMinimum":0,"maximum":1073741824},"worktreeName":{"type":"string","minLength":1,"maxLength":120,"description":"Public git worktree or repository name. Omit it if the real name is not safe to publish."},"workspaceName":{"$ref":"#/properties/worktreeName","description":"Deprecated alias for worktreeName, kept for agents on an older skill version."},"taskName":{"type":"string","minLength":1,"maxLength":160,"description":"Concise public task name. Omit it if the task name is not safe to publish."},"ownerContext":{"type":"string","minLength":1,"maxLength":8000,"description":"Detailed context shown to every member of the project, never to public-link viewers."},"publicContext":{"type":"string","minLength":1,"maxLength":4000,"description":"Context explicitly confirmed safe for anyone with the public viewer link. Never derive it from private context."}},"required":["title","filename","mimeType","byteSize"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"delete_video","description":"Permanently delete a recording.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"videoId":{"type":"string"}},"required":["videoId"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_video_link","description":"Get a public link for a ready recording, with the retainUntil deadline after which the link stops working. Report the expiry alongside the link.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"videoId":{"type":"string"}},"required":["videoId"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"list_tasks","description":"List the task names already used in this API key's project, so you can reuse an existing one instead of inventing a near-duplicate. Copy `taskName` verbatim into `create_video_upload`. Names are folded case-insensitively and on whitespace, so one entry can cover several spellings, listed as `variants`. `recordingCount` is how many recordings carry the task right now, and `untagged` counts the recordings filed under no task at all. A name is listed while at least one of its recordings is still inside its retention window — 14 to 60 days after upload depending on the project's plan — and once the last of them reaches that deadline the name goes from this list with it. `firstUsedAt`/`lastUsedAt` are upload times. Only your own uploads are counted by default; pass `mine: false` to count every project member's. Without `query`, entries come back most-recently-used first, `truncated` means more names exist than `limit` returned, and `totalTasks` says how many. Other optional filters: `taskName` (substring), `createdAfter`/`createdBefore` (ISO timestamps), `limit`. A filter narrows the recordings that are counted, so the counts and dates then describe that window rather than the project's whole history. Optional `query` instead returns the tasks of the recordings that best match a description of the work, ordered by match quality — only the best-matching recordings nominate a task, so that answer is a shortlist rather than the project's whole vocabulary, `totalTasks` and `truncated` describe just those tasks, and `untagged` is omitted. The counts and dates of a task shown that way still cover every one of its recordings, not only the matching ones. `query` matches by meaning in any language, and a query in English (code en, locale en-US) — this project's language — also matches on wording.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","minLength":2,"maxLength":300},"taskName":{"type":"string","minLength":1,"maxLength":160,"description":"Substring of a task name, matched case-insensitively."},"mine":{"type":"boolean","description":"Count only your own uploads. Defaults to true; pass false to include every project member's recordings."},"createdAfter":{"type":"string","format":"date-time"},"createdBefore":{"type":"string","format":"date-time"},"limit":{"type":"integer","minimum":1,"maximum":100}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"list_videos","description":"List the recordings in this API key's project, including dashboard reviewer comments and viewed status. Expired recordings are omitted; each row's retainUntil is when that recording and its public link are deleted, and firstViewedAt is when someone first played the public link, or null if nobody has. Ignore expiresAt, which is upload-authorization plumbing and always reads as past on a published recording.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"search_videos","description":"Find recordings in this API key's project by meaning as well as by wording — describe what the session was about, or name a task, and the closest recordings come back ranked. Use it before inventing a new TASK value, to find the recordings an earlier session already filed under one. Optional filters: taskName (substring), mine (only your own uploads — unlike list_tasks, this one searches every project member's recordings unless you pass it), createdAfter/createdBefore (ISO timestamps) and limit. Expired recordings are never returned. A query in any language works, because matching is semantic; this project works in English (code en, locale en-US), and a query in that language also matches on wording, which is the more precise half.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","minLength":2,"maxLength":300},"taskName":{"type":"string","minLength":1,"maxLength":160,"description":"Concise public task name. Omit it if the task name is not safe to publish."},"mine":{"type":"boolean"},"createdAfter":{"type":"string","format":"date-time"},"createdBefore":{"type":"string","format":"date-time"},"limit":{"type":"integer","minimum":1,"maximum":30}},"required":["query"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}}],"scan":{"score":64,"grade":"C","scanned_at":"2026-09-19T19:29:46.452Z","report":{"scannerVersion":"0.1.5","scannedAt":"2026-09-19T19:29:46.341Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 877ms"]},"poisoning":{"score":15,"max":15,"notes":["7 tool descriptions checked"]},"auth":{"score":8,"max":15,"notes":["API key sent as a header"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":2,"max":10,"notes":["no repository or website to verify"]}},"findings":[{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://showitworks.app/api/mcp","reachable":true,"authRequired":false,"latencyMs":877,"serverInfo":{"name":"show-it-works","version":"1.0.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://showitworks.app/apple-icon?5f89d0f89a55657b","source":"registry","width":180,"height":180},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":5}}}},"grade_history":[],"reviews":[]}