Skip to content
VS Code

Provider Trust — Verify a Source or Provider for VS Code

com.scriptmasterlabs/provider-trust

Verify a source or provider before an AI agent trusts it. Evidence only; unknown stays unknown.

client:VS Code transport:streamable-http tools:6

Install Provider Trust — Verify a Source or Provider in VS Code

.vscode/mcp.json

{
  "servers": {
    "provider-trust": {
      "type": "http",
      "url": "https://squeezeos-api.onrender.com/mcp/provider-trust"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

What VS Code can do once it is connected

Provider Trust — Verify a Source or Provider in other clients