MCP Verify
io.sentinelsignal/verifyTrust, freshness, policy, and discovery layer for public MCP servers.
Tools · 22
ChatGPT-compatible read-only search alias. Returns MCP server results with id, title, and url.
ChatGPT-compatible read-only fetch alias. Returns a full MCP server item with id, title, text, url, and metadata.
Search and rank MCP servers by capability, auth preference, client target, and risk tolerance.
Recommend MCP servers for a plain-language task and return ranked matches with install config.
Return the full machine-readable verify report for a specific MCP server identifier.
Compare up to four MCP servers side by side across score, verdict, auth, tool count, prompts/resources, and freshness.
Choose the best MCP server/tools for a task. Use decide_agent_call when evaluating one specific attempted tool call.
Verify Gateway decision point. Decide whether this agent may call this tool, with this payload, for this user, right now. Writes an audit-ledger decision event.
Create a Verify Mandate: signed delegated authority for an agent/user/server scope, budget, validity window, and tool constraints.
Return Verify Ledger evidence packs with invocations, hash-chained audit events, decisions, outcomes, mandates, and cost summaries.
Generate agent-readable MCP artifacts from product docs: server card, llms.txt, tool schemas, examples, policy metadata, score preview, and hosted docs page.
Export a JSON TrustOps policy for one MCP server with allow, blocked tools, required scopes, freshness, and approval gates.
Return alert types, subscription channels, watch scopes, and existing subscription endpoints.
Return Verify Gateway semantics, /v1/route versus /v1/decide guidance, mandate inputs, ledger evidence hooks, and decision fields.
Return Verify Hosted MCP runtime/sandbox hosting capabilities, controls, and endpoints.
Agent Sprawl Radar: list discovered AI agents, MCP servers, bots, workflows, risk levels, and owners.
Agent Sprawl Radar: return one agent with tools, data access, findings, drift, and recommended action.
Agent Sprawl Radar: score a normalized agent payload or an existing registry agent.
Agent Sprawl Radar: explain risk findings and the recommended action for one registry agent.
Agent Sprawl Radar: list high and critical risk agents for review.
Agent Sprawl Radar: return agent drift events across latest snapshots.
Agent Sprawl Radar: generate deterministic remediation steps for risky or drifting agents.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"mcp_verify": {
"url": "https://verify.sentinelsignal.io/mcp",
"transport": "streamable-http"
}
}
}