{
  "name": "Dominion Observatory",
  "version": "1.0.0",
  "description": "The behavioral trust layer for the AI agent economy. Check MCP server reliability before you call. Report outcomes to strengthen the trust network.",
  "endpoints": {
    "mcp": "/mcp",
    "trust_check": "/api/trust?url=<server_url>",
    "leaderboard": "/api/leaderboard?category=<category>&limit=<n>",
    "stats": "/api/stats"
  },
  "tools": [
    {
      "name": "check_trust",
      "description": "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."
    },
    {
      "name": "report_interaction",
      "description": "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."
    },
    {
      "name": "get_leaderboard",
      "description": "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."
    },
    {
      "name": "get_baselines",
      "description": "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."
    },
    {
      "name": "check_anomaly",
      "description": "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."
    },
    {
      "name": "register_server",
      "description": "Register a new MCP server in the observatory. Server owners can register their servers to start building a trust score. Registration is free."
    },
    {
      "name": "get_server_history",
      "description": "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?"
    },
    {
      "name": "observatory_stats",
      "description": "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."
    }
  ],
  "data_since": "2026-04-08",
  "operator": "Dominion Agent Economy Engine",
  "region": "Global (Cloudflare Edge)"
}