crowdin
Server Details
MCP server for Crowdin — projects, files, strings, translation progress, tasks, and members.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- m190/usefulapi-mcp
- GitHub Stars
- 0
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Score is being calculated. Check back soon.
Available Tools
12 toolscrowdin_add_stringAdd source stringDestructiveInspect
Adds a source string to a file in a Crowdin project (additive). Crowdin API: POST /projects/{projectId}/strings.
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The source string text. | |
| fileId | Yes | Id of the source file to add the string to. | |
| context | No | Optional context shown to translators. | |
| isHidden | No | Hide the string from translators. | |
| maxLength | No | Max allowed translation length. | |
| projectId | Yes | Numeric project id (path). | |
| identifier | No | Optional unique string identifier / key. |
crowdin_add_translationAdd translationDestructiveInspect
Adds a translation for a source string in a target language (additive). Crowdin API: POST /projects/{projectId}/translations.
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The translation text. | |
| stringId | Yes | Id of the source string to translate. | |
| projectId | Yes | Numeric project id (path). | |
| languageId | Yes | Target language id, e.g. "fr", "de", "uk". | |
| pluralCategoryName | No | Plural form, e.g. "one", "few", "many", "other". |
crowdin_get_language_progressLanguage translation progressRead-onlyInspect
Per-target-language translation & approval completion percentages for a project — the headline localization status. Crowdin API: GET /projects/{projectId}/languages/progress.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows (max 500, default 25). | |
| offset | No | Rows to skip (default 0). | |
| projectId | Yes | Numeric project id. |
crowdin_get_projectGet projectRead-onlyInspect
Get a single project's details by id (settings, languages, counts). Crowdin API: GET /projects/{projectId}.
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Numeric project id (from crowdin_list_projects). |
crowdin_list_branchesList branchesRead-onlyInspect
List version branches in a project (id, name, title). Crowdin API: GET /projects/{projectId}/branches.
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter by branch name. | |
| limit | No | Max rows (max 500, default 25). | |
| offset | No | Rows to skip (default 0). | |
| projectId | Yes | Numeric project id. |
crowdin_list_directoriesList directoriesRead-onlyInspect
List directories (folders) in a project (id, name, path). Crowdin API: GET /projects/{projectId}/directories.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows (max 500, default 25). | |
| offset | No | Rows to skip (default 0). | |
| branchId | No | Filter by branch id. | |
| projectId | Yes | Numeric project id. | |
| directoryId | No | Filter by parent directory id. |
crowdin_list_filesList filesRead-onlyInspect
List source files in a project (id, name, path, type, status). Crowdin API: GET /projects/{projectId}/files.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows (max 500, default 25). | |
| filter | No | Filter files by name substring. | |
| offset | No | Rows to skip (default 0). | |
| branchId | No | Filter by branch id. | |
| projectId | Yes | Numeric project id. | |
| directoryId | No | Filter by directory id. |
crowdin_list_membersList project membersRead-onlyInspect
List members of a project (id, username, role, permissions). Crowdin API: GET /projects/{projectId}/members.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows (max 500, default 25). | |
| offset | No | Rows to skip (default 0). | |
| search | No | Search members by name/username/email. | |
| projectId | Yes | Numeric project id. |
crowdin_list_projectsList projectsRead-onlyInspect
List projects the token can access (id, name, sourceLanguageId, targetLanguageIds). Good first call to discover project ids. Crowdin API: GET /projects.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows (max 500, default 25). | |
| offset | No | Rows to skip (default 0). | |
| groupId | No | Filter by group id (Enterprise). | |
| hasManagerAccess | No | 1 = only projects where you are a manager. |
crowdin_list_stringsList source stringsRead-onlyInspect
List source strings in a project (id, text, identifier, context). Crowdin API: GET /projects/{projectId}/strings.
| Name | Required | Description | Default |
|---|---|---|---|
| croql | No | Crowdin Query Language filter, e.g. count of words <= 5. | |
| limit | No | Max rows (max 500, default 25). | |
| fileId | No | Filter by source file id. | |
| filter | No | Filter strings by text or identifier substring. | |
| offset | No | Rows to skip (default 0). | |
| branchId | No | Filter by branch id. | |
| projectId | Yes | Numeric project id. |
crowdin_list_supported_languagesList supported languagesRead-onlyInspect
Crowdin's catalog of supported languages (id, name, locale, twoLettersCode). Crowdin API: GET /languages.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows (max 500, default 25). | |
| offset | No | Rows to skip (default 0). |
crowdin_list_tasksList tasksRead-onlyInspect
List translation/proofreading tasks in a project (id, title, status, assignees). Crowdin API: GET /projects/{projectId}/tasks.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows (max 500, default 25). | |
| offset | No | Rows to skip (default 0). | |
| status | No | Filter by task status. | |
| projectId | Yes | Numeric project id. | |
| assigneeId | No | Filter by assignee user id. |
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!