# Transcription Tools

Enhance your transcription workflow with intelligent processing capabilities. Automatically repair errors, format transcripts naturally, and generate concise summaries to save time and improve accura…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add MushroomFleet/transcriptiontools-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list MushroomFleet/transcriptiontools-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get MushroomFleet/transcriptiontools-mcp repair_text

# Call a tool
npx -y @smithery/cli@latest tool call MushroomFleet/transcriptiontools-mcp repair_text '{}'
```

## Tools (4)

- `repair_text` — Analyzes and repairs transcription errors with greater than 90% confidence
- `get_repair_log` — Retrieves detailed analysis log from previous repair operation
- `format_transcript` — Transforms timestamped transcripts into naturally formatted text
- `summary_text` — Generates intelligent summaries using ACE cognitive methodology

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get MushroomFleet/transcriptiontools-mcp <tool-name>
```

---

Source: https://github.com/MushroomFleet/TranscriptionTools-MCP | License: MIT
