# JigsawStack Speech To Text (verified)

Convert Speech to Text using JigsawStack's AI Models.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add JigsawStack/jigsawstack-speech-to-text

# Browse available tools
npx -y @smithery/cli@latest tool list JigsawStack/jigsawstack-speech-to-text

# Get full schema for a tool
npx -y @smithery/cli@latest tool get JigsawStack/jigsawstack-speech-to-text speech-to-text

# Call a tool
npx -y @smithery/cli@latest tool call JigsawStack/jigsawstack-speech-to-text speech-to-text '{}'
```

## Tools (1)

- `speech-to-text` — Convert speech to text, powered by JigsawStack

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get JigsawStack/jigsawstack-speech-to-text <tool-name>
```

---

Source: https://github.com/JigsawStack/jigsawstack-mcp-server/tree/main/./speechtotext
