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.