bluente-translate
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BLUENTE_API_KEY | Yes | Your Bluente API key | |
| BLUENTE_API_BASE_URL | No | The base URL for the Bluente API | https://api.bluente.com/api/20250924 |
| BLUENTE_API_TIMEOUT_MS | No | Timeout for API requests in milliseconds | 90000 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| bluente_get_supported_languagesA | List all language pairs currently supported by the Bluente translation platform. |
| bluente_upload_fileB | Upload a source document to Bluente and get a translation task id. |
| bluente_get_translation_statusA | Query a task status by id. Use this to poll progress after starting translation. |
| bluente_translate_fileC | Start or cancel translation for an uploaded file. |
| bluente_download_fileC | Download the translated file once the task status is READY. |
| bluente_translate_document_workflowB | Run end-to-end translation: upload, start, poll until READY, and optionally download. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/Bluente/bluente-translate'
If you have feedback or need assistance with the MCP directory API, please join our Discord server