Skip to content

Add community example: Giving a task run ears (deAPI MCP) - #74

Open
Pietrus-914 wants to merge 1 commit into
parallel-web:mainfrom
deapi-ai:add-deapi-video-transcription
Open

Pietrus-914 wants to merge 1 commit into
parallel-web:mainfrom
deapi-ai:add-deapi-video-transcription

Conversation

@Pietrus-914

@Pietrus-914 Pietrus-914 commented Sep 22, 2026

Copy link
Copy Markdown

Adds deapi-ai/parallel-mcp-demo to Community Examples: a README row and a website/cookbook.json entry. The demo lives in our own repo.

What it shows. A task run can read any page, but it can't hear a video. The demo runs the same question twice, once with the agent's own tools and once with the deAPI MCP server attached through mcp_servers. On a 42-minute conference talk the control run answers confidently from write-ups and leaves out one of the four stages the speaker lists. With the MCP server, the tool result contains the transcript, and the answer lists all four.

Why it may be useful as a reference for mcp_servers:

  • A third-party MCP server with bearer auth, set up with one JSON block and no code on Parallel's side.
  • Runs on lite: the transcription tool polls internally and returns the transcript in a single call.
  • Documents where it stops, with run IDs: tool results are cut at 25,000 characters (~20 minutes of speech), and a signed download link returned by the tool arrives as [redacted], so longer transcripts can't be passed as a link either.

Python 3.9+, standard library only. Tags follow the controlled vocabulary: task, mcp, python, agent. websiteUrl and imageUrl are null because there is no hosted demo.

A Task API run with the deAPI MCP server attached through mcp_servers,
so the agent can quote what is said in a YouTube, X, Twitch, Kick or
TikTok video instead of answering from write-ups about it.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@Pietrus-914
Pietrus-914 requested a review from a team September 22, 2026 07:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant