scanUse this to check if all your MCP servers are healthy. Auto-discovers servers from Claude config files, connects to each one, and verifies tools/promp
check_serverUse this to test a specific MCP server before installing or after updating it. Launches the server by command, checks all capabilities, and saves a ru
score_serverUse this to get a quick health grade for an MCP server. Runs all checks (capabilities, tool invocation, security) and returns a 0-100 score with A-F g
diff_runsUse this to find what changed between two server checks. Compares two run artifacts and surfaces regressions (things that broke), recoveries (things t
get_last_runUse this to retrieve the last check results for a server. Finds the most recent run artifact by target ID so you can review previous results or diff a
suggest_serversUse this when setting up a project or wondering what MCP servers to add. Scans the working directory for languages, frameworks, databases, and cloud p
recordUse this to capture a baseline of a working MCP server. Records all JSON-RPC traffic to a cassette file that can be replayed offline (no server needed
replayUse this to test a server without running it. Replays a previously recorded cassette offline and runs all checks against the recorded responses. Usefu
verifyUse this after updating a server to confirm nothing broke. Connects to the live server, sends the same requests from a recorded cassette, and compares
watchUse this to check a server and see what changed since the last check. Runs all checks, saves the result, and diffs against the previous run for the sa
lock_verifyVerify that live MCP servers still match a previously saved lock file. Detects schema drift, added/removed tools, and breaking changes.
get_historyGet health score trends for MCP servers from run history.
ci_reportGenerate a CI regression report from run artifacts.
We re-grade npm:@kryptosai/mcp-observatory on a schedule and alert your Slack/webhook the moment its tools change or its grade drops — rug-pull insurance for the connection.
Add the wmcp.sh trust oracle as an MCP server and call grade_mcp_server / check_mcp_drift in your agent's pre-connection gate:
https://wmcp.sh/mcp/trust
readOnly vs observed behavior) layer on via the wmcp.sh proxy.