i18n-agent✓
ai.i18nagent/i18n-agent · v1.16.3
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "ai.i18nagent/i18n-agent",
"description": "AI-powered translation for 48 languages with context-aware quality",
"title": "i18n-agent",
"repository": {
"url": "https://github.com/i18n-agent/mcp-client",
"source": "github"
},
"version": "1.16.3",
"packages": [
{
"registryType": "npm",
"identifier": "@i18n-agent/mcp-client",
"version": "1.16.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "API key from app.i18nagent.ai",
"isRequired": true,
"isSecret": true,
"name": "I18N_AGENT_API_KEY"
},
{
"description": "MCP server URL",
"name": "MCP_SERVER_URL"
}
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.i18nagent.ai/mcp"
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}