Serverscom.smartling/smartling-mcp-server
S

com.smartling/smartling-mcp-server

com.smartling/smartling-mcp-server · v1.0.0
● Remote
v1.0.0remote🌐 https://mcp.smartling.com/mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
  "name": "com.smartling/smartling-mcp-server",
  "description": "Smartling MCP Server",
  "repository": {
    "url": "https://github.com/Smartling/smartling-mcp-server",
    "source": "github"
  },
  "version": "1.0.0",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.smartling.com/mcp",
      "headers": [
        {
          "description": "Smartling MCP Token for authentication",
          "isRequired": true,
          "isSecret": true,
          "name": "X-SL-Authentication"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}