Skip to main content
Glama
TedyHub

@langapi/mcp-server

by TedyHub

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LANGAPI_API_KEYYesYour LangAPI API key (get one at https://langapi.io)
LANGAPI_API_URLNoCustom API URL (default: https://api.langapi.io)https://api.langapi.io

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_local_localesA

Scan project for locale files (JSON, ARB, .strings, .xcstrings, .stringsdict), detect i18n framework (next-intl, i18next, react-intl, flutter, ios-macos, generic), and return structured information about available translations.

get_translation_statusB

Compare source locale against target locales to identify missing/outdated keys and estimate translation costs.

sync_translationsA

Add new languages or sync existing translations via LangAPI. The server compares each file's current content against its previous translation and only translates what's new or changed. Default is dry_run=true for preview.

get_account_statusA

Get the current LangAPI account status: plan (free/pro), the monthly word allowance and how much of it remains this period, the credit balance, and when the allowance resets. Use this to check remaining words/credits before syncing translations.

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/TedyHub/langapi-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server