INDIVIDUAL MCP TOOL
check_conformance
Measure a public MCP endpoint against five conditions: it speaks MCP, it publishes an A2A agent card, it declares who pays it, identical input returns identical output, and the verdict itself can be recomputed by anyone.
LIVE ENDPOINT
https://gate.horizonshield.dev/mcp
Connect to this endpoint to inspect the live schema for check_conformance and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.hs-verify-gate]
url = "https://gate.horizonshield.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hs-verify-gate": {
"type": "http",
"url": "https://gate.horizonshield.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hs-verify-gate
Remote MCP URL: https://gate.horizonshield.dev/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": {
"hs-verify-gate": {
"url": "https://gate.horizonshield.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hs-verify-gate": {
"type": "http",
"url": "https://gate.horizonshield.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hs-verify-gate",
"transport": "streamable-http",
"url": "https://gate.horizonshield.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_conditions— Return the five conditions this gate measures, what it explicitly does not verify, and the tier definitions.verify_verdict— Take a verdict this gate issued and recompute its record_sha256 independently.