Turn Claude-English into plain English.

declaude strips AI-assistant writing tics — em-dash pileups, hollow superlatives, "delve", "certainly!" — while preserving meaning exactly. An open-source model (Qwen2.5-14B) running on our own GPUs; your text never touches a third-party AI API.

Before — type, paste, or drop a .md file

After

Sure. Here's an overview of the topic.

Free, no account — a few tries a day. Files land on the documents page.

Free every month: 100 translations + 5 documents. No card required.

Claude Code hook

Rewrites replies at display time on our GPU — your transcript, context window, and token bill are untouched.

MCP & API

One command, browser sign-in, no key pasting. Or POST text to the API and get plain English back.

Documents

Drop a Markdown file, download it de-Clauded. Code blocks, headings, and tables pass through untouched.

Nothing stored

Your text is processed in memory and discarded — never written to disk, a database, or logs. We keep only your account email, hashed keys, and usage counts.

Quickstart: MCP

Add declaude to any MCP client over HTTP. The tool translate is exposed at /mcp.

claude mcp add --transport http declaude \
  https://speak-english.tenken.co/mcp

No key needed — your MCP client opens a browser sign-in (OAuth). Prefer a key? Mint one and pass it as a Authorization: Bearer header.

Quickstart: REST API

One endpoint: POST /v1/translate. Send text, get plain English back.

curl -X POST https://speak-english.tenken.co/v1/translate \
  -H "Authorization: Bearer <your api key>" \
  -H "Content-Type: application/json" \
  -d '{"text": "Certainly! Let me delve into that."}'

{"translation": "Sure, here you go.", "model": "qwen2.5-14b-instruct"}

Pricing

Start free. Upgrade when you hit the limit — the API tells you how.