MCP Server for Transcripter

by MCP-Mirror

255 downloads
Not rated
GitHub

About

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…

Details

Author
MCP-Mirror
Downloads
255
Categories
Other

- 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

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().

MCP Server for Transcripter

A Model Context Protocol (MCP) server implementation for the Transcripter project. This package provides tools and resources for AI-powered features using the MCP standard.

Features

Tools

- test-api: Test API endpoints and return the results
- transcription-search: Search transcriptions with filtering and pagination
- transcription-summary: Generate a summary of a transcription using AI

Resources

- transcription://{id}: Access transcription data by ID
- analysis://{id}: Access analysis data by ID

Requirements

- Node.js >= 18.0.0
- npm >= 7.0.0

Installation

npm install

Building

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.