KosmoKrator

productivity

Transifex MCP, CLI, and Lua Integration for AI Agents

Transifex integration docs for AI agents: MCP gateway setup, Transifex CLI commands, Lua API reference, credentials, and function schemas.

7 functions 7 read 0 write API token auth

Transifex for agents

Credentials can be configured manually in web or CLI hosts.

Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.

Machine-Readable Metadata
integration_slug
transifex
route_slug
transifex
package
transifex
auth_strategy
api_token API token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Transifex MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Transifex.

Transifex CLI Matrix

Use these pages for direct Transifex CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
transifex.transifex_list_projects Read read 0 List all Transifex projects. Returns project slugs, names, descriptions, and language statistics.
transifex.transifex_get_project Read read 1 Get details of a specific Transifex project including its name, description, source language, and team.
transifex.transifex_list_resources Read read 1 List all resources (source files) in a Transifex project. Returns resource slugs, names, types, and word/string counts.
transifex.transifex_get_resource Read read 2 Get details of a specific Transifex resource including its name, type, word count, string count, and translation progress.
transifex.transifex_list_translations Read read 3 List translations for a specific resource in a Transifex project. Optionally filter by language code.
transifex.transifex_list_languages Read read 1 List all languages configured for a Transifex project. Returns language codes, names, and translation progress.
transifex.transifex_get_current_user Read read 0 Get information about the currently authenticated Transifex user, including username, email, and account details.