Skip to main content
Glama

Translation MCP Server

by peio72

Translation MCP Server v1.0.0

MCP server for managing translation insertions into the clubee database with automatic cache revalidation and insertion reporting.

Features

  • Translation Insertion: Insert new translation keys into the database
  • Duplicate Prevention: Automatically checks for existing keys
  • Cache Revalidation: Automatically purges cache after successful insertions
  • Insertion Tracking: Tracks all insertions during the session
  • Detailed Reporting: Shows insertion reports with timestamps

Setup

  1. Install dependencies:
    npm install
  2. Build the project:
    npm run build
  3. Run the server:
    npm start

Usage

The server provides one tool:

insert_translation_key

Inserts a new translation key into the database and automatically revalidates the cache.

Parameters:

  • key: The translation key/placeholder to insert
  • page_prefix: The page prefix (e.g., v3_licenses, shop, faddish)
  • english_translation: The default English translation

Example:

{ "key": "license.specific_tags", "page_prefix": "v3_licenses", "english_translation": "Specific Tags" }

Response includes:

  • Success confirmation for the insertion
  • Cache revalidation status
  • Complete insertion report showing all translations added during the session

Database Record Created:

  • page: "v3_licenses"
  • placeholder: "license.specific_tags"
  • en: "Specific Tags"
  • Other language fields (de, fr, lu, nl, fi, es): "***"

Automatic Cache Revalidation

After each successful translation insertion, the server automatically calls:

PURGE https://apiv3.clubee.dev/revalidate

This ensures that the new translations are immediately available in the application cache.

Database Connection

Connects to:

  • Host: databaserouter.test.clubee-aws.xyz
  • Port: 3306
  • Database: clubee
  • User: root

Version History

v1.0.0

  • Initial release with translation insertion
  • Automatic cache revalidation after insertions
  • Session-based insertion tracking and reporting
  • Duplicate key prevention
Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

A server for managing translation key insertions into the clubee database with automatic cache revalidation and detailed reporting features.

  1. Features
    1. Setup
      1. Usage
        1. insert_translation_key
      2. Automatic Cache Revalidation
        1. Database Connection
          1. Version History
            1. v1.0.0

          Related MCP Servers

          • -
            security
            A
            license
            -
            quality
            Server for managing academic literature with structured note-taking and organization, designed for seamless interaction with Claude. Built with SQLite for simplicity and portability.
            Last updated -
            11
            Python
            MIT License
          • A
            security
            F
            license
            A
            quality
            The server facilitates natural language interactions for exploring and understanding codebases, providing insights into data models and system architecture using a cost-effective, simple setup with support for existing Claude Pro subscriptions.
            Last updated -
            4
            16
            Python
            • Apple
          • -
            security
            F
            license
            -
            quality
            A ModelContextProtocol server providing high-quality translation services with a three-stage translation workflow (analysis, segmented translation, full-text review) that supports multiple languages and integrates with Claude and OpenAI-compatible models.
            Last updated -
            19
            TypeScript
          • A
            security
            A
            license
            A
            quality
            A server that enables vector and keyword search capabilities in Typesense databases through the Model Context Protocol, providing tools for collection management, document operations, and search functionality.
            Last updated -
            14
            5
            Python
            MIT License
            • Apple

          View all related MCP servers

          MCP directory API

          We provide all the information about MCP servers via our MCP API.

          curl -X GET 'https://glama.ai/api/mcp/v1/servers/peio72/mcp-translation'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server