# dominion-observatory

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add vdineshk/dominion-observatory

# Browse available tools
npx -y @smithery/cli@latest tool list vdineshk/dominion-observatory

# Get full schema for a tool
npx -y @smithery/cli@latest tool get vdineshk/dominion-observatory check_trust

# Call a tool
npx -y @smithery/cli@latest tool call vdineshk/dominion-observatory check_trust '{}'
```

## Direct MCP Connection

Endpoint: `https://dominion-observatory--vdineshk.run.tools`

## Tools (8)

- `check_trust` — Get the trust score and reliability metrics for any MCP server. Use this BEFORE calling an unknown MCP server to assess…
- `report_interaction` — Report the outcome of calling an MCP server. Call this AFTER you use any MCP server to contribute to the trust network.…
- `get_leaderboard` — Get the top-rated MCP servers, optionally filtered by category. Use this to discover the most reliable MCP servers in t…
- `get_baselines` — Get behavioral baselines for a tool category. Shows what 'normal' looks like — average latency, success rates, typical …
- `check_anomaly` — Check if observed behavior from an MCP server is anomalous compared to baselines. Use this when a server seems slow, un…
- `register_server` — Register a new MCP server in the observatory. Server owners can register their servers to start building a trust score.…
- `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 serve…
- `observatory_stats` — Get overall statistics about the Dominion Observatory — total servers tracked, total interactions recorded, coverage by…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get vdineshk/dominion-observatory <tool-name>
```
