mcpbeat

Dominion Observatory MCP Server

io.github.vdineshk/dominion-observatory
answering

Dominion Observatory is answering right now. Last checked 11 min ago. It exposes 14 tools. Last commit 25 May 2026.

Runtime behavioral trust scoring for MCP servers. Check reliability before calling unknown tools.

Uptime history 41 hours of history
41 hours agonow
100.0%
Uptime 24h
91 of 91 checks
14
Tools
read from the server
66 ms
Response time
average over 24h
1
Stars
last commit 25 May 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 11 min ago.

run in your terminal
claude mcp add dominion-observatory --transport http https://dominion-observatory.sgdata.workers.dev/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "dominion-observatory": {
      "url": "https://dominion-observatory.sgdata.workers.dev/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.dominion-observatory]
url = "https://dominion-observatory.sgdata.workers.dev/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "dominion-observatory": {
      "url": "https://dominion-observatory.sgdata.workers.dev/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "dominion-observatory": {
      "url": "https://dominion-observatory.sgdata.workers.dev/mcp"
    }
  }
}

Available tools 14

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

anomaly
check_anomaly
Check if observed behavior from an MCP server is anomalous compared to baselines. Use this when a server seems slow, unreliable, or returns unexpected results. Returns whether the behavior deviates significantly from normal patterns.
baselines
get_baselines
Get behavioral baselines for a tool category. Shows what 'normal' looks like — average latency, success rates, typical call patterns. Use this to evaluate whether a specific server's performance is within normal range for its category.
clawhub
clawhub_skill_trust
Check the supply-chain trust of a ClawHub (OpenClaw) skill BEFORE installing or invoking it. After the Feb-2026 ClawHavoc supply-chain attack, third-party skills can carry malware. Returns a PASS/UNCERTAIN/FAIL badge and 0-100 score aggregating ClawHub's published security scan (VirusTotal + model), moderation verdict, and provenance. Malicious/suspicious/blocked => FAIL; unscanned => UNCERTAIN.
compliance
get_compliance_report
Export a compliance-ready audit trail of all recorded interactions. Formatted for EU AI Act Article 12 and Singapore IMDA Agentic AI Governance Framework. Filter by server, agent, or date range. Essential for enterprises that need to prove their AI agents are behaving correctly.
leaderboard
get_leaderboard
Get the top-rated MCP servers, optionally filtered by category. Use this to discover the most reliable MCP servers in the ecosystem. Categories include: weather, finance, code, data, search, compliance, transport, productivity, communication.
mica
get_mica_attestation
Generate an EU AI Act Article 12-style behavioral audit attestation for an MCP server — timestamped, auditable interaction records for record-keeping/traceability. (EU AI Act high-risk obligations were deferred by the Digital Omnibus to 2 Dec 2027 for Annex III and 2 Aug 2028 for Annex I products; GPAI-provider obligations apply from Aug 2026.) Returns behavioral grade, risk level, monitoring continuity status, and links to full audit exports.
observatory
observatory_stats
Get overall statistics about the Dominion Observatory — total servers tracked, total interactions recorded, coverage by category, and data freshness. Use this to understand the scope of the trust network.
paid
paid_trust_verdict
Get the PREMIUM behavioral trust verdict for an MCP server, with a signed, citable, tamper-evident attestation receipt. This is a paid x402 service: call WITHOUT payment_tx to receive payment instructions (0.001 USDC on Base), pay, then call again WITH the payment_tx (transaction hash, single-use) to receive the full verdict + receipt. The free check_trust tool remains available for basic scores.
preflight
preflight_check
Run a PRE-FLIGHT due-diligence check on an MCP server BEFORE your agent invokes it. Returns a verdict (PASS/UNCERTAIN/FAIL/UNRATED) plus a SIGNED, timestamped diligence receipt you keep as proof you performed a trust check — the standard of care after the ClawHavoc/Miasma supply-chain attacks. Call this before connecting to or invoking any unfamiliar MCP server.
register
register_server
Register a new MCP server in the observatory. Server owners can register their servers to start building a trust score. Registration is free.
report
report_interaction
Report the outcome of calling an MCP server. Call this AFTER you use any MCP server to contribute to the trust network. Your report helps other agents make better decisions. This is free and takes <1ms.
server
get_server_history
Get daily trust score and performance history for a server over the last 30 days. Use this to see trends — is the server improving or degrading?
trust
check_trust
Get the trust score and reliability metrics for any MCP server. Use this BEFORE calling an unknown MCP server to assess if it's reliable. Returns trust_score (0-100), latency stats, uptime, success rate, and how many agents have used it. Scores above 70 indicate reliable servers. Scores below 30 indicate risky servers.
verify
verify_attestation
Cryptographically verify a Dominion signed attestation (JWS) — e.g. a trust-verdict receipt, gateway attestation, or MCP Verified badge. Stateless: checks the Ed25519 signature against Dominion's published public key (no trust in this server required). Use this to confirm a receipt another party gave you is authentic and untampered.

Endpoints

URLTransportStateLatencyChecked
https://dominion-observatory.sgdata.workers.dev/mcp sse answering 63 ms 11 min ago

Dominion Observatory — questions

Answers built from our own checks of this server.

What can Dominion Observatory do?
It exposes 14 tools, read directly from the server on our last check. Among them: check_anomaly, check_trust, clawhub_skill_trust, get_baselines, get_compliance_report, get_leaderboard and 8 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Dominion Observatory working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 66 ms. The bar chart above shows every period we have measured.
How do I connect Dominion Observatory?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Dominion Observatory need an API key?
No. Dominion Observatory completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 14 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Dominion Observatory?
It answers our handshake in 66 ms on average, which is faster than 95% of all working MCP servers we measure. That puts it in the quick quarter of the ecosystem. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Dominion Observatory open source?
Yes — written in JavaScript, 1 stars on GitHub and 3 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.