Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BLUENTE_API_KEYYesYour Bluente API key
BLUENTE_API_BASE_URLNoThe base URL for the Bluente APIhttps://api.bluente.com/api/20250924
BLUENTE_API_TIMEOUT_MSNoTimeout for API requests in milliseconds90000

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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