veritap for Claude Desktop
dev.veritap/veritap
Check whether a real-world fact can be verified before an agent acts on it. Free, no auth.
client:Claude Desktop
transport:streamable-http
runtime:npm
tools:6
Install veritap in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"veritap": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://veritap.dev/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs