# Verify

Discover and evaluate technical resources by searching based on capabilities, security preferences, and risk levels. Compare multiple options side-by-side to determine which best fits specific workfl…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add sentinelsignal/verify

# Browse available tools
npx -y smithery tool list sentinelsignal/verify

# Get full schema for a tool
npx -y smithery tool get sentinelsignal/verify search_servers

# Call a tool
npx -y smithery tool call sentinelsignal/verify search_servers '{}'
```

## Direct MCP Connection

Endpoint: `https://verify--sentinelsignal.run.tools`

## Tools (4)

- `search_servers` — Search and rank MCP servers by capability, auth preference, client target, and risk tolerance.
- `recommend_servers` — Recommend MCP servers for a plain-language task and return ranked matches with install config.
- `get_server_report` — Return the full machine-readable verify report for a specific MCP server identifier.
- `compare_servers` — Compare up to four MCP servers side by side across score, verdict, auth, tool count, prompts/resources, and freshness.

```bash
# Get full input/output schema for a tool
npx -y smithery tool get sentinelsignal/verify <tool-name>
```
