Get Started
Start verifying MCP server trust in 60 seconds. Choose your integration path below.
CI/CD Trust Gate
Add trust checks to every pull request. Block merges when MCP servers score below your threshold.
Step 1: Create .github/workflows/mcp-trust-check.yml
# .github/workflows/mcp-trust-check.yml
name: MCP Trust Check
on: [pull_request]
jobs:
trust-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: vdineshk/dominion-observatory/github-action@main
with:
threshold: 50
fail_below_threshold: true
comment_on_pr: true
github_token: ${{ secrets.GITHUB_TOKEN }}
Step 2: Commit and push. The action auto-discovers MCP configs in your repo.
Detected config files: mcp.json, .cursor/mcp.json, claude_desktop_config.json, and 6 more patterns.
Auto-Discovery
Scans 9 default config paths. No setup needed.
PR Comments
Posts trust scores as a PR comment with server-by-server breakdown.
CI Gate
Fails the check if any server scores below your threshold.
Custom Paths
Pass config_paths for non-standard locations.
Full documentation on GitHub →
API Key
Get an API key for programmatic access. Start with 5 free queries — no credit card needed.
1. Choose plan
2. Get key
3. Try it
\u2705 Your API Key
Save this key — it won't be shown again:
Tier: • Price:
\u{1f4b3} Add payment method to continue after trial.
Trust Badge
Show your server's trust score in your README, docs, or website.
Markdown:
[](https://dominionobservatory.com/servers/YOUR-SERVER)
HTML:
<a href="https://dominionobservatory.com/servers/YOUR-SERVER">
<img src="https://dominionobservatory.com/badge/YOUR-SERVER" alt="Trust Score">
</a>
Examples:
brave-search
/badge/brave-search
filesystem
/badge/filesystem
Look up your server's badge URL: Check a Server
Framework SDKs
Drop-in trust checks for popular agent frameworks. One import adds behavioral trust verification to every tool call.
Python SDK
pip install dominion-observatory
from dominion_observatory import check_trust
result = check_trust("brave-search")
if result["trust_score"] > 70:
# Safe to connect
...
LangChain
pip install langchain-mcp-trust-gate
CrewAI
pip install crewai-dominion-trust
Gateway Proxy (any client)
# Prepend the gateway URL to any MCP server:
"url": "https://dominionobservatory.com/gateway/https%3A%2F%2Fmy-server.com%2Fmcp"
Full API reference: /api/info
All integration paths
Questions? info@dominionobservatory.com • GitHub • API Reference