Dominion Trust Gateway

Stop calling unknown MCP servers directly. Route your agent's tool calls through the gateway: it checks the server's independent trust score, blocks anything below your threshold, forwards the call, records the outcome, and returns a signed attestation receipt. One change to your base URL.

Instead of calling the server directly:
POST https://target-mcp-server.com/mcp
Route it through the gateway:
POST https://dominionobservatory.com/atlas/gateway?target=https://target-mcp-server.com/mcp&min_score=50

# same JSON-RPC body. The gateway forwards it, or blocks with a 403 if the
# server's trust score is below min_score.
Every response carries:
X-Dominion-Trust:       pass:92  |  unrated  |  blocked
X-Dominion-Receipt:     urn:dominion:gw:...   (attestation receipt id)
X-Dominion-Attestation: link to the filable record-of-record

Gated on real behavioral data, neutral (we are not a marketplace). Look up any score at /atlas/score. Free preview; per-call pricing for production at /get-started.