MCP Server
MCP
Taplid
Audit AI responses and artifacts with ALLOW, REVIEW, or BLOCK decisions and trust scores.
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
By
Comments
Sign in to leave a comment