Skip to main content
Glama

DeepSRT MCP Server

Official
by DeepSRT
export const config = { server: { name: 'deepsrt-mcp', version: '0.1.0', }, api: { baseURL: 'https://worker.deepsrt.com', endpoints: { transcript: '/transcript', }, defaults: { lang: 'zh-tw', mode: 'narrative' as const, }, }, }; export type SummaryMode = 'narrative' | 'bullet';

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/DeepSRT/deepsrt-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server