npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

dominion-observatory

v1.1.1

Published

Behavioral trust scoring MCP server for 14,800+ MCP servers — runtime reliability, anomaly detection, and compliance reporting for the agent economy

Readme

Dominion Observatory

Behavioral trust scoring for the MCP agent economy.

Runtime reliability, anomaly detection, and compliance reporting for 14,800+ MCP servers.

License: MIT Observatory Smithery

What is this?

Dominion Observatory is an MCP server that provides behavioral trust scores for any MCP server URL. Before your agent calls an unknown tool, query Observatory to check if that server is reliable, anomalous, or compliant.

Use it as infrastructure - the trust layer that sits between your agent and every MCP server it talks to.

Endpoint

Transport: Streamable HTTP | No API key required

Tools

| Tool | Description | |------|-------------| | check_trust | Query behavioral trust score (0-100) for any MCP server | | check_anomaly | Detect unusual behavior vs historical baselines | | report_interaction | Report an interaction outcome to the scoring engine | | get_leaderboard | Top-performing MCP servers by category | | get_baselines | Historical performance baselines for a server | | register_server | Register a new server for monitoring | | get_server_history | Detailed interaction history for a server | | observatory_stats | Ecosystem-wide statistics | | get_compliance_report | Compliance audit (EU AI Act, Singapore IMDA) |

Quick Start

Point any MCP client at the endpoint:

Integration Pattern

Use Cases

  • Pre-call trust check - verify server reliability before every MCP call
  • Agent-to-agent settlement gating - gate payments on behavioral trust scores
  • Anomaly alerting - detect compromised or degraded servers in real-time
  • Compliance auditing - generate EU AI Act / IMDA compliance reports
  • Server selection - pick the most reliable server for a given category

Examples

See the examples directory on GitHub:

  • Claude Agent SDK - claude-sdk-integration.js
  • LangChain - langchain-trust-check.py

Listed On

License

MIT