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
check_trust — call before using an unknown MCP serverget_leaderboard — find the most reliable servers in a categoryreport_interaction — contribute an outcome (improves everyone's data)get_compliance_report — EU AI Act / IMDA audit exportAdd to claude_desktop_config.json:
{
"mcpServers": {
"dominion-observatory": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://dominionobservatory.com/mcp"]
}
}
}
Settings → MCP, or ~/.cursor/mcp.json:
{
"mcpServers": {
"dominion-observatory": { "url": "https://dominionobservatory.com/mcp" }
}
}
Add the same remote URL https://dominionobservatory.com/mcp as an MCP server. Any MCP-compatible client works.
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.