← Back to Plugins
MCP Server MCP

QACAT

github By github 👁 1 views ▲ 0 votes

Translation QA: automated checks, AI evaluation, linguistic review, and visual in-context testing.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://qacat-mcp.qacat.workers.dev/mcp",
      "headers": [
        {
          "description": "QACAT API key (qct_live_...)",
          "isRequired": true,
          "value": "Bearer {apiKey}",
          "isSecret": true,
          "variables": {
            "apiKey": {
              "description": "Your QACAT API key from Settings → API Keys",
              "isRequired": true,
              "isSecret": true
            }
          },
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...