← dominionobservatory.com
INDIVIDUAL MCP TOOL
paid_trust_verdict
Get the PREMIUM behavioral trust verdict for an MCP server, with a signed, citable attestation receipt (MiCA-compatible).
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 endpoint
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.dominion-observatory]
url = "https://dominionobservatory.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"dominion-observatory": {
"type": "http",
"url": "https://dominionobservatory.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: dominion-observatory
Remote MCP URL: https://dominionobservatory.com/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": {
"dominion-observatory": {
"url": "https://dominionobservatory.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"dominion-observatory": {
"type": "http",
"url": "https://dominionobservatory.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "dominion-observatory",
"transport": "streamable-http",
"url": "https://dominionobservatory.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
check_trust— Get the trust score and reliability metrics for any MCP server.clawhub_skill_trust— Check the supply-chain trust of a ClawHub (OpenClaw) skill BEFORE installing or invoking it.verify_attestation— Cryptographically verify a Dominion signed attestation (JWS) — e.preflight_check— Run a PRE-FLIGHT due-diligence check on an MCP server BEFORE your agent invokes it.report_interaction— Report the outcome of calling an MCP server.get_leaderboard— Get the top-rated MCP servers, optionally filtered by category.get_baselines— Get behavioral baselines for a tool category.check_anomaly— Check if observed behavior from an MCP server is anomalous compared to baselines.