Skip to content
Back to search
100
MCP live MCP 2025-03-26 streamable-http

MCP Verify

io.sentinelsignal/verify

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

Uptime
100.0%
1 direct probes · 30d
Response
593ms
last probe
Tools
22
callable
Resources
0
readable
Prompts
0
available

Tools · 22

search

ChatGPT-compatible read-only search alias. Returns MCP server results with id, title, and url.

fetch

ChatGPT-compatible read-only fetch alias. Returns a full MCP server item with id, title, text, url, and metadata.

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.

route_task

Choose the best MCP server/tools for a task. Use decide_agent_call when evaluating one specific attempted tool call.

decide_agent_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_mandate

Create a Verify Mandate: signed delegated authority for an agent/user/server scope, budget, validity window, and tool constraints.

get_evidence_pack

Return Verify Ledger evidence packs with invocations, hash-chained audit events, decisions, outcomes, mandates, and cost summaries.

compile_docs

Generate agent-readable MCP artifacts from product docs: server card, llms.txt, tool schemas, examples, policy metadata, score preview, and hosted docs page.

export_policy

Export a JSON TrustOps policy for one MCP server with allow, blocked tools, required scopes, freshness, and approval gates.

get_subscription_options

Return alert types, subscription channels, watch scopes, and existing subscription endpoints.

get_gateway_options

Return Verify Gateway semantics, /v1/route versus /v1/decide guidance, mandate inputs, ledger evidence hooks, and decision fields.

get_hosting_options

Return Verify Hosted MCP runtime/sandbox hosting capabilities, controls, and endpoints.

list_agents

Agent Sprawl Radar: list discovered AI agents, MCP servers, bots, workflows, risk levels, and owners.

get_agent

Agent Sprawl Radar: return one agent with tools, data access, findings, drift, and recommended action.

score_agent

Agent Sprawl Radar: score a normalized agent payload or an existing registry agent.

explain_agent_risk

Agent Sprawl Radar: explain risk findings and the recommended action for one registry agent.

list_high_risk_agents

Agent Sprawl Radar: list high and critical risk agents for review.

get_drift_report

Agent Sprawl Radar: return agent drift events across latest snapshots.

generate_remediation_plan

Agent Sprawl Radar: generate deterministic remediation steps for risky or drifting agents.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "mcp_verify": {
      "url": "https://verify.sentinelsignal.io/mcp",
      "transport": "streamable-http"
    }
  }
}