PluginBench
MCP Server

MCP Verify MCP Server

io.sentinelsignal/verify

What is the MCP Verify MCP server?

Trust, freshness, policy, and discovery layer for public MCP servers.

How to install MCP Verify

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "verify": {
      "url": "https://verify.sentinelsignal.io/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "verify": {
      "serverUrl": "https://verify.sentinelsignal.io/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "verify": {
      "type": "http",
      "url": "https://verify.sentinelsignal.io/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "verify": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://verify.sentinelsignal.io/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http verify https://verify.sentinelsignal.io/mcp

Related MCP servers

Hosted MCP for denial, prior auth, reimbursement, workflow validation, batch scoring, and feedback.