Provider Trust — Verify a Source or Provider for Claude Desktop
com.scriptmasterlabs/provider-trust
Verify a source or provider before an AI agent trusts it. Evidence only; unknown stays unknown.
client:Claude Desktop
transport:streamable-http
tools:6
Install Provider Trust — Verify a Source or Provider in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"provider-trust": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://squeezeos-api.onrender.com/mcp/provider-trust"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs