MCP.so
登录

MCP Server for Transcripter

@MCP-Mirror

关于 MCP Server for Transcripter

Mirror of

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

MCP-Mirror

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

3

Test API endpoints and return the results

Search transcriptions with filtering and pagination

Generate a summary of a transcription using AI

概览

What is MCP Server for Transcripter?

MCP Server for Transcripter is a Model Context Protocol (MCP) server implementation that provides tools and resources for AI‑powered features within the Transcripter project. It acts as a standardized interface for AI model interactions, offering API testing, transcription search and summarization, and access to transcription and analysis data via resource URIs.

How to use MCP Server for Transcripter?

Install via npm install, then build with npm run build. Start the server using npm run server (default port 3500, custom port can be specified as an argument). Connect using an MCP SDK client over SSE transport (endpoints: /sse and /message). Tools are invoked via client.tools.execute(), and resources are accessed via client.resources.get().

Key features of MCP Server for Transcripter

  • test-api tool for testing API endpoints
  • transcription-search tool with filtering and pagination
  • transcription-summary tool for AI‑powered summarization
  • Resource URIs: transcription://{id} and analysis://{id}
  • SSE transport for MCP client communication
  • Supports both ESM and CommonJS module builds

Use cases of MCP Server for Transcripter

  • Integrate AI transcription search and summarization into an MCP‑compatible client
  • Test API endpoints of the Transcripter project programmatically
  • Access transcription or analysis data by ID from an AI assistant
  • Build custom tools that interact with Transcripter’s data via MCP resources
  • Run a standardized MCP server alongside the Transcripter project for AI model interoperability

FAQ from MCP Server for Transcripter

What runtime and package manager are required?

Node.js 18.0.0 or higher and npm 7.0.0 or higher are required.

How does the server communicate with clients?

The server uses Server‑Sent Events (SSE) for streaming and a message endpoint (/message) for receiving client commands.

What tools and resources are available?

Three tools: test-api, transcription-search, transcription-summary. Two resource URI patterns: transcription://{id} and analysis://{id}.

Can I run the server on a custom port?

Yes. Pass the desired port as a command‑line argument to npm run server, e.g., npm run server 4000.

Is authentication or authorization mentioned in the documentation?

No. The README does not describe any authentication or authorization mechanisms.

评论

其他 分类下的更多 MCP 服务器