← Back to Plugins
MCP Server MCP

Taplid

github By github 👁 1 views ▲ 0 votes

Audit AI responses and artifacts with ALLOW, REVIEW, or BLOCK decisions and trust scores.

Homepage Verified source GitHub

Install

npx -y @taplid/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@taplid/mcp",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Taplid API key. Required for taplid_audit; retrieval and verification do not require an API key.",
          "format": "string",
          "isSecret": true,
          "name": "TAPLID_API_KEY"
        },
        {
          "description": "Optional Taplid API base URL override. Defaults to https://api.taplid.com.",
          "format": "string",
          "name": "TAPLID_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...