Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

Agent Observability

NPM · AGENT-OBSERVABILITY-MCP · SCANNED AUG 3

Agent observability: structured logging, cost tracking, and compliance audit trails

+36 this week 54 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security70
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known high-severity CVE affects @modelcontextprotocol/sdk 0.5.0, a direct dependency. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (13 of 14), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
Schema Quality & AI Usability71
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 304 tokens (~101/item across 3 items; 3 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities20
  • Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28. See how to fix → Fail
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · agent-observability-mcp

# add to Claude Code
claude mcp add blueskylineassets-agent-observability -- npx -y agent-observability-mcp
# add to Codex CLI
codex mcp add blueskylineassets-agent-observability -- npx -y agent-observability-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "blueskylineassets-agent-observability": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "agent-observability-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add blueskylineassets-agent-observability --command npx --arg -y --arg agent-observability-mcp
# ~/.hermes/config.yaml
mcp_servers:
  blueskylineassets-agent-observability:
    command: "npx"
    args: ["-y", "agent-observability-mcp"]
// mcp.json
{
  "mcpServers": {
    "blueskylineassets-agent-observability": {
      "command": "npx",
      "args": [
        "-y",
        "agent-observability-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +4
    • Stability: unverified → 0.27 functional
  • 2 Aug 26 +20
    • Malware scan: unverified → pass security
    • Schema quality: unverified → good functional
  • 31 Jul 26 −8
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −18
    • Malware scan: pass → unverified security
  • 28 Jul 26 +38
    • CVE-2025-66414 affects this package: high security
    • Provenance: unverified → fail security
    • Known CVEs: unverified → fail security
    • Install scripts: unverified → pass security
    • Tool coverage: unverified → 100 functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • First check of Schema quality: fail functional
    • First check of Schema quality: pass functional
    • First check of Tool coverage: 100 functional
    • First check of Schema quality: unverified functional
    • Licence: MIT functional
  • 27 Jul 26 18

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Vulnerabilities 1 finding
ID CVE Severity Vector Fix available
GHSA-w48q-cv73-mx4w CVE-2025-66414 high yes
Dependencies 13 packages

13 packages in the resolved dependency tree · 13 deprecated · 6 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 3 exposed · ~304 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
get_cost_analytics ~78

Get cost breakdown by agent, provider, or time period. Useful for tracking API spending.

NameTypeReqDescription
from_datestringyesStart date (ISO 8601 format)
group_bystringHow to group cost data (default: agent_id)
to_datestringyesEnd date (ISO 8601 format)

No output schema declared.

No examples provided.

log_event ~118

Log an agent event with metadata for observability and compliance tracking. Cost: ~$0.0001 per log (100K free/month).

NameTypeReqDescription
agent_idstringIdentifier for the agent generating this log
event_typestringyesType of event: 'api_call', 'decision', 'transaction', 'error', 'state_change'
metadataobjectStructured metadata: provider, cost_usd, latency_ms, tokens_used, model, etc.
severitystringEvent severity level (default: info)

No output schema declared.

No examples provided.

query_logs ~108

Query logged events with filters. Returns recent logs matching criteria.

NameTypeReqDescription
agent_idstringFilter by agent ID
event_typestringFilter by event type
from_datestringStart date (ISO 8601 format)
limitnumberMaximum number of results (default: 10, max: 100)
severitystringFilter by severity level
to_datestringEnd date (ISO 8601 format)

No output schema declared.

No examples provided.