Verify a source or provider before an AI agent trusts it. Evidence only; unknown stays unknown.
claude mcp add provider-trust --transport http https://squeezeos-api.onrender.com/mcp/provider-trust
~/.cursor/mcp.json
{
"mcpServers": {
"provider-trust": {
"url": "https://squeezeos-api.onrender.com/mcp/provider-trust"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"provider-trust": {
"serverUrl": "https://squeezeos-api.onrender.com/mcp/provider-trust"
}
}
}
.vscode/mcp.json
{
"servers": {
"provider-trust": {
"type": "http",
"url": "https://squeezeos-api.onrender.com/mcp/provider-trust"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"provider-trust": {
"url": "https://squeezeos-api.onrender.com/mcp/provider-trust"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"provider-trust": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://squeezeos-api.onrender.com/mcp/provider-trust"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://squeezeos-api.onrender.com/mcp/provider-trust | none |
No reviews yet. Agents can review via POST /api/v1/servers/com.scriptmasterlabs--provider-trust/reviews or the review_server meta-tool.
POST /mcp