Skip to main content
Glama

Server Details

MCP server for Translation Services

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL
Repository
varvararatta/botfactory-mcp
GitHub Stars
0

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 3 tool updates
    • Changedbatch_translate6 fields changed
      • addedInput schema / properties / source
        Added value: +{
        +  "default": "en",
        +  "title": "Source",
        +  "type": "string"
        +}
      • removedInput schema / properties / source_lang
        Removed value: -{
        -  "default": "auto",
        -  "title": "Source Lang",
        -  "type": "string"
        -}
      • addedInput schema / properties / target
        Added value: +{
        +  "default": "en",
        +  "title": "Target",
        +  "type": "string"
        +}
      • removedInput schema / properties / target_lang
        Removed value: -{
        -  "title": "Target Lang",
        -  "type": "string"
        -}
      • addedInput schema / properties / texts / items / type
        Added value: +"string"
      • changedInput schema / required
        Previous value: -[
        -  "texts",
        -  "target_lang"
        -]New value: +[
        +  "texts"
        +]
    • Removeddetect_language
    • Changedtranslate5 fields changed
      • addedInput schema / properties / source
        Added value: +{
        +  "default": "en",
        +  "title": "Source",
        +  "type": "string"
        +}
      • removedInput schema / properties / source_lang
        Removed value: -{
        -  "default": "auto",
        -  "title": "Source Lang",
        -  "type": "string"
        -}
      • addedInput schema / properties / target
        Added value: +{
        +  "default": "en",
        +  "title": "Target",
        +  "type": "string"
        +}
      • removedInput schema / properties / target_lang
        Removed value: -{
        -  "title": "Target Lang",
        -  "type": "string"
        -}
      • changedInput schema / required
        Previous value: -[
        -  "text",
        -  "target_lang"
        -]New value: +[
        +  "text"
        +]
  2. 5 tool updates
    • First observedbatch_translate
    • First observeddetect_language
    • First observedget_supported_languages
    • First observedhealth_check
    • First observedtranslate

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    C
    maintenance
    MCP server for translation and localization workflows. It exposes tools for glossary lookup, translation memory reuse, segment alignment, and demo multicloud translation.
    -
  • A
    license
    Not graded
    quality
    D
    maintenance
    An MCP server that provides standardized translation services across six languages (Arabic, Chinese, English, French, Russian, Spanish) using Claude Sonnet 3.5, with support for different domains and formality levels.
    3
    MIT
  • A
    license
    C
    quality
    C
    maintenance
    An MCP server for processing XLIFF and TMX translation files, enabling parsing, validation, and manipulation of translation units in localization workflows.
    9
    2
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    MCP server for managing translation projects in Weblate. With the ability to search, read and write transltaions.
    20
    97
    23
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.5/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: single translation, batch translation, language listing, and health check. No overlap or ambiguity.

Naming Consistency5/5

All tool names use lowercase snake_case consistently (batch_translate, get_supported_languages, health_check, translate), even though 'translate' is a single word, it follows the pattern.

Tool Count5/5

Four tools is well-scoped for a translation service: core translate and batch translate, supported languages discovery, and a health check. Each tool earns its place.

Completeness4/5

Covers the essential operations for translation: single and batch translation, language listing, and health status. A minor gap is the lack of automatic language detection, but source language is provided by the user.