sseupdated 3mo ago
The behavioral trust layer for the AI agent economy.
What can you do with dominion observatory?
Dominion Observatory
The 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
What is this?
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.
- Before calling an unknown MCP server →
check_trusttells you if it's reliable - After calling any MCP server →
report_interactioncontributes to the trust network - Every report makes scores better for everyone — this is a collective intelligence system
Tools (8)
| 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 |
Quick Start
For agents (MCP)
Connect to: https://dominion-observatory.sgdata.workers.dev/mcp
For developers (REST API)
# 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"
How Trust Scores Work
Trust scores range from 0-100 and combine two signals:
- Static score (30%): GitHub presence, documentation quality, authentication support
- Runtime score (70%): Real success rates, latency, error patterns from agent interactions
Scores above 70 = reliable. Below 30 = risky. The more agents report interactions, the more accurate scores become.
Architecture
- Runtime: Cloudflare Workers (330+ global edge locations, <1ms cold start)
- Database: Cloudflare D1 (SQLite at the edge)
- Protocol: MCP (Model Context Protocol) + REST API
- Cost: Runs on free tier
Data Collection
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.
Categories
weather · finance · code · data · search · compliance · transport · productivity · communication
Operator
Built by Dinesh Kumar in Singapore. Part of the Dominion Agent Economy Engine (DAEE).
License
MIT
Install
Add dominion observatory to your client. Pick the one you use.
claude mcp add --transport sse dominion-observatory https://dominion-observatory.sgdata.workers.dev/mcpcodex mcp add dominion-observatory --url https://dominion-observatory.sgdata.workers.dev/mcp{
"mcpServers": {
"dominion-observatory": {
"url": "https://dominion-observatory.sgdata.workers.dev/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"dominion-observatory": {
"type": "sse",
"url": "https://dominion-observatory.sgdata.workers.dev/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"dominion-observatory": {
"url": "https://dominion-observatory.sgdata.workers.dev/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"dominion-observatory": {
"serverUrl": "https://dominion-observatory.sgdata.workers.dev/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
8 tools
dominion observatory exposes 8 tools to a connected agent.
- 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
Score
54 / 100
Adequate
- Documentation17/25
- Maintenance13/25
- Trust6/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 99 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 8 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.1.0Latest | Apr 10, 2026 |
| 1.0.0 | Apr 8, 2026 |