Add MCP trust checking to your agent

Install the Dominion Observatory MCP server and your agent can verify any MCP server's independent trust score (uptime, success rate, latency) before it uses it — and report outcomes back. Neutral third party, free for normal use.

Remote MCP URL: https://dominionobservatory.com/mcp

Tools your agent gets

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "dominion-observatory": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://dominionobservatory.com/mcp"]
    }
  }
}

Cursor

Settings → MCP, or ~/.cursor/mcp.json:

{
  "mcpServers": {
    "dominion-observatory": { "url": "https://dominionobservatory.com/mcp" }
  }
}

VS Code (Cline / Continue) & other MCP clients

Add the same remote URL https://dominionobservatory.com/mcp as an MCP server. Any MCP-compatible client works.

Prefer not to install? Use it directly

Gate tool calls without installing: /atlas/gate. Verify a counterparty before paying: /atlas/verify. Look up any server: /atlas/score.

Dominion Observatory — the neutral trust layer for the agent economy.