Get Started

Get an API key in 60 seconds. Start with 5 free queries — no credit card needed.

1. Choose plan
2. Get key
3. Try it

🚀 Developer

$0.01/query
  • Trust scores + SLA grades
  • Latency percentiles
  • JSON API

📜 Compliance

$0.10/query
  • Everything in Developer
  • MiCA Article 12 receipts
  • Signed attestations

✅ Your API Key

Save this key — it won't be shown again:

Tier: • Price:

🔍 Test Console

Query any MCP server's trust score. Try: claude-code, cursor-mcp, fipto-mcp

What happens next?

  1. Free trial — 5 queries, no card required.
  2. Add payment method — click the link above to activate metered billing.
  3. Pay as you go — billed monthly via Stripe for actual usage.

Integration

# Python
curl -H "Authorization: Bearer YOUR_KEY" https://dominion-observatory.sgdata.workers.dev/agent-query/any-server-slug

# In your agent code
import httpx
resp = httpx.get("https://dominion-observatory.sgdata.workers.dev/agent-query/fipto-mcp",
    headers={"Authorization": "Bearer YOUR_KEY"})
trust = resp.json()
if trust["trust_score"] > 70:
    # safe to call
    ...

Full docs: /api/info • MCP endpoint: /mcpGitHub