← dominionobservatory.com

INDIVIDUAL MCP TOOL

verify_before_call

Run a signed pre-invocation verification immediately before an agent sends money, credentials, private data, or write access to an MCP server.

dominionobservatory.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://dominionobservatory.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for verify_before_call and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

dominionobservatory.com

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.
  • paid_trust_verdict — Get the PREMIUM behavioral trust verdict for an MCP server, with a signed, citable, tamper-evident attestation receipt.
  • verify_attestation — Cryptographically verify a Dominion signed attestation (JWS) — e.g.
  • 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.