RiverScript

RiverScript용 MCP 서버 - AI 전사 플랫폼으로, 링크로 공유된 전사본을 가져옵니다.

문서

MCP Server

RiverScript has a Model Context Protocol (MCP) server for reading transcripts and translations that have been shared publicly via a RiverScript share link. It works with ChatGPT and any other MCP-compatible client.

Connecting

https://riverscript.com/mcp

Streamable HTTP transport. No authentication — the server only ever reads what a transcript's owner already chose to make public with a share link.

Tool

get_shared_transcript

Takes a RiverScript share link — the full URL, or the bare token — and returns the transcript text, along with title, language, and creation date when available.

Works the same way for translations. A shared link may point at either an original transcript or an AI translation; both are returned identically.

A link that is private, expired, or deleted returns a clear "not found" message rather than an error, and never reveals whether it once existed.