@pipeworx/tatoeba
Connect: https://gateway.pipeworx.io/tatoeba/mcp · Install: one-click buttons
Tools: 4
Tatoeba MCP — collaborative multilingual sentence database (~13M sentences in 400+ languages). Keyless.
Tools
search(query, from?, to?, limit?, page?)— sentence searchsentence(id)— single sentence by idtranslations(id)— translations of a sentencelanguages()— list of supported languages
Data source
https://tatoeba.org/eng/api_v0/
Tools
- search — Search sentences. Use ISO 639-3 codes (“eng”,“fra”,“spa”,“jpn”,“cmn”,…) for from/to.
- sentence — Fetch a single Tatoeba sentence record by numeric ID; returns the sentence text, language code, author, and linked audio/translation metadata.
- translations — Translations of a sentence.
- languages — List all languages supported by Tatoeba with their ISO 639-3 codes and sentence counts; use codes as
from/tovalues insearch.
Tools
-
languages— List all languages supported by Tatoeba with their ISO 639-3 codes and sentence counts; use codes as `from`/`to` values in `search`. -
search— Search sentences. Use ISO 639-3 codes ( eng , fra , spa , jpn , cmn ,…) for from/to. -
sentence— Fetch a single Tatoeba sentence record by numeric ID; returns the sentence text, language code, author, and linked audio/translation metadata. -
translations— Translations of a sentence.