Used for installing dependencies and running build/start commands for the Translation MCP Server.
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
Install dependencies:
npm installBuild the project:
npm run buildRun 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 insertpage_prefix
: The page prefix (e.g., v3_licenses, shop, faddish)english_translation
: The default English translation
Example:
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:
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
Tools
A server for managing translation key insertions into the clubee database with automatic cache revalidation and detailed reporting features.
Related MCP Servers
- -securityAlicense-qualityServer 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 -14MIT License
- AsecurityFlicenseAqualityThe 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 -420
- -securityFlicense-qualityA 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 -22
- AsecurityAlicenseAqualityA 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 -145MIT License