bluente.com
Bluente provides document and text translation services, including format-preserving file translation, OCR, glossary support, and language metadata APIs. It also offers an MCP-based integration for AI agents to access document translation tools.
Bluente exposes a bearer-authenticated Translation HTTP API at `api.bluente.com`, plus a BluTranslate MCP server at `https://translate.bluente.com/api/gpt-app/mcp` and an npm-distributed MCP CLI package `@bluente/mcp-server`.
- BluTranslate MCP serverdiscovered
- Bluente Translation APIdiscovered
- Bluente MCP CLI packagediscovered
Open the Bluente Dashboard API key settings and create/copy an API key. Bluente's docs say to send it as Authorization: Bearer $BLUENTE_API_KEY. The same dashboard area is also where Bluente says webhook settings are configured.
Start from BluTranslate / Get Started. The curated OpenAI registry marks the MCP server as authTypes: OAUTH, but Bluente's public MCP page does not document the authorize/token flow or client registration steps. Use Bluente's hosted sign-in/onboarding path for the MCP server and follow the MCP client's OAuth prompt.
conventions · 2/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✗
/llms.txt - API catalog✓https://bluente.com/.well-known/api-catalog
- OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✓https://bluente.com/.well-known/agent-skills/index.json
Publish these signals → /publishing