Security & Testing
sentinelsignal.io
Monitors systems and sends alerts on potential security threats or anomalies.
ENDPOINT 1
https://verify.sentinelsignal.io/mcp
MCP server metadata
- Name
- MCP Verify
- Version
- 1.0.759
Known tools 22
search_serversSearch and rank MCP servers by capability, auth preference, client target, and risk tolerance.
Inferred read-onlyrecommend_serversRecommend MCP servers for a plain-language task and return ranked matches with install config.
Inferred read-onlyget_server_reportReturn the full machine-readable verify report for a specific MCP server identifier.
Inferred read-onlycompare_serversCompare up to four MCP servers side by side across score, verdict, auth, tool count, prompts/resources, and freshness.
Inferred read-onlycreate_mandateCreate a Verify Mandate: signed delegated authority for an agent/user/server scope, budget, validity window, and tool constraints.
Potential side effectsget_evidence_packReturn Verify Ledger evidence packs with invocations, hash-chained audit events, decisions, outcomes, mandates, and cost summaries.
Inferred read-onlycompile_docsGenerate agent-readable MCP artifacts from product docs: server card, llms.
Inferred read-onlyexport_policyExport a JSON TrustOps policy for one MCP server with allow, blocked tools, required scopes, freshness, and approval gates.
Inferred read-onlyget_subscription_optionsReturn alert types, subscription channels, watch scopes, and existing subscription endpoints.
Inferred read-onlyget_gateway_optionsReturn Verify Gateway semantics, /v1/route versus /v1/decide guidance, mandate inputs, ledger evidence hooks, and decision fields.
Inferred read-onlyget_hosting_optionsReturn Verify Hosted MCP runtime/sandbox hosting capabilities, controls, and endpoints.
Inferred read-onlylist_agentsAgent Sprawl Radar: list discovered AI agents, MCP servers, bots, workflows, risk levels, and owners.
Inferred read-onlyget_agentAgent Sprawl Radar: return one agent with tools, data access, findings, drift, and recommended action.
Inferred read-onlyscore_agentAgent Sprawl Radar: score a normalized agent payload or an existing registry agent.
Inferred read-onlyexplain_agent_riskAgent Sprawl Radar: explain risk findings and the recommended action for one registry agent.
Inferred read-onlylist_high_risk_agentsAgent Sprawl Radar: list high and critical risk agents for review.
Inferred read-onlyget_drift_reportAgent Sprawl Radar: return agent drift events across latest snapshots.
Inferred read-onlygenerate_remediation_planAgent Sprawl Radar: generate deterministic remediation steps for risky or drifting agents.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.mcp-verify]
url = "https://verify.sentinelsignal.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-verify": {
"type": "http",
"url": "https://verify.sentinelsignal.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-verify
Remote MCP URL: https://verify.sentinelsignal.io/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"mcp-verify": {
"url": "https://verify.sentinelsignal.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-verify": {
"type": "http",
"url": "https://verify.sentinelsignal.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-verify",
"transport": "streamable-http",
"url": "https://verify.sentinelsignal.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for sentinelsignal.io was fetched 2026-09-08T05:09:44.745Z.
sentinelsignal.io is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.