Audit AI responses and artifacts with ALLOW, REVIEW, or BLOCK decisions and trust scores.
claude mcp add taplid -- npx -y @taplid/mcp
claude_desktop_config.json
{
"mcpServers": {
"taplid": {
"command": "npx",
"args": [
"-y",
"@taplid/mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"taplid": {
"command": "npx",
"args": [
"-y",
"@taplid/mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"taplid": {
"command": "npx",
"args": [
"-y",
"@taplid/mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"taplid": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@taplid/mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"taplid": {
"command": "npx",
"args": [
"-y",
"@taplid/mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.taplid--taplid/reviews or the review_server meta-tool.
POST /mcp