Built to answer "can I trust this MCP server before I call it" with runtime behavioral data instead of static reputation signals. You get eight tools: check_trust for pre-call scoring, report_interaction to feed the collective dataset, get_leaderboard for top servers by category, and check_anomaly to flag weird behavior. Trust scores blend GitHub metadata with real success rates and latency from agent interactions. Runs on Cloudflare Workers with a D1 backend and exposes both MCP and REST endpoints. Reach for this when you're wiring up agents that call third-party MCP servers and need a trust layer that improves as more agents report outcomes. The behavioral dataset compounds daily, so early reporters strengthen the network for everyone.
Public tool metadata for what this MCP can expose to an agent.
check_trustGet 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 serve...1 paramsGet 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 serve...
server_urlstringreport_interactionReport 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.7 paramsReport 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.
successbooleantool_namestringerror_typestringlatency_msnumberserver_urlstringhttp_statusintegererror_messagestringget_leaderboardGet 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.2 paramsGet 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.
limitintegercategorystringget_baselinesGet 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.1 paramsGet 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.
categorystringcheck_anomalyCheck 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.3 paramsCheck 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.
server_urlstringobserved_latency_msnumberobserved_success_ratenumberregister_serverRegister a new MCP server in the observatory. Server owners can register their servers to start building a trust score. Registration is free.5 paramsRegister a new MCP server in the observatory. Server owners can register their servers to start building a trust score. Registration is free.
namestringcategorystringgithub_urlstringserver_urlstringdescriptionstringget_server_historyGet 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?1 paramsGet 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?
server_urlstringobservatory_statsGet 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.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.
No parameter schema in public metadata yet.
get_compliance_reportExport 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.4 paramsExport 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.
agent_idstringend_datestringserver_urlstringstart_datestringget_mica_attestationGenerate a MiCA / EU AI Act Article 12 compliance attestation for an MCP server. CRITICAL after July 1, 2026: the EU MiCA transitional period expires and agents operating in EU-regulated contexts need auditable behavioral attestation. Returns compliance grade, risk level, moni...1 paramsGenerate a MiCA / EU AI Act Article 12 compliance attestation for an MCP server. CRITICAL after July 1, 2026: the EU MiCA transitional period expires and agents operating in EU-regulated contexts need auditable behavioral attestation. Returns compliance grade, risk level, moni...
server_urlstringThe behavioral trust layer for the AI agent economy.
Check MCP server reliability before you call. Report outcomes to strengthen the trust network.
🌐 Live: https://dominion-observatory.sgdata.workers.dev 📡 MCP Endpoint: https://dominion-observatory.sgdata.workers.dev/mcp
Every AI agent needs to know: "Can I trust this MCP server?" The Dominion Observatory answers that question with real runtime data — not GitHub stars, not static scans, but actual performance metrics from real agent interactions.
check_trust tells you if it's reliablereport_interaction contributes to the trust network| Tool | Description |
|---|---|
check_trust | Get trust score and reliability metrics for any MCP server |
report_interaction | Report success/failure after calling an MCP server |
get_leaderboard | Top-rated MCP servers by category |
get_baselines | Behavioral baselines for a tool category |
check_anomaly | Is this server behavior normal or anomalous? |
register_server | Register a new MCP server (free) |
get_server_history | 30-day trust score trend for a server |
observatory_stats | Overall network statistics |
Connect to: https://dominion-observatory.sgdata.workers.dev/mcp
# Check trust score
curl "https://dominion-observatory.sgdata.workers.dev/api/trust?url=https://example.workers.dev/mcp"
# View leaderboard
curl "https://dominion-observatory.sgdata.workers.dev/api/leaderboard"
# Network stats
curl "https://dominion-observatory.sgdata.workers.dev/api/stats"
Trust scores range from 0-100 and combine two signals:
Scores above 70 = reliable. Below 30 = risky. The more agents report interactions, the more accurate scores become.
Started: April 8, 2026
Every interaction reported to the observatory strengthens the trust network for all agents. The behavioral dataset compounds daily — it cannot be replicated by competitors who start later.
weather · finance · code · data · search · compliance · transport · productivity · communication
Built by Dinesh Kumar in Singapore. Part of the Dominion Agent Economy Engine (DAEE).
MIT