# JigsawStack Translation (verified)

With our real time AI Translation, you can translate any text, & images conversation, or document to any language while maintaining the context, tone, and meaning with AI enabling high accuracy and r…

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list JigsawStack/translation

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

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

## Tools (2)

- `text-translation` — Translate text quickly and easily with JigsawStack, we support over 180+ language pairs.
- `image-translation` — Translate images quickly and easily with JigsawStack, we support over 180+ language pairs.

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

---

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