# Fun Translations

Give your AI agent access to 150+ translators covering fictional languages, pop culture dialects, historical languages, technical encodings, and internet slang.

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list orthosie/funtranslations

# Get full schema for a tool
npx -y @smithery/cli@latest tool get orthosie/funtranslations list-all-translations

# Call a tool
npx -y @smithery/cli@latest tool call orthosie/funtranslations list-all-translations '{}'
```

## Direct MCP Connection

Endpoint: `https://funtranslations.run.tools`

## Tools (2)

- `list-all-translations` — List all the translators available in the system. Result is a paged structured response.
- `translate` — Translate the given text using the translator specified and return the result.

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

## Prompts (2)

- `translator-picker` (intent, text) — Given a user's intent, recommends the best translator and translates the text.
- `translate-and-explain` (slug, text) — Translates text using a specific translator and explains the linguistic style and rules behind the translation.
