Agentic Observability MCP
NPM · AGENTIC-OBSERVABILITY-MCP · SCANNED AUG 3
Agent tracing, cost tracking, anomaly detection for LLM agents
Available components
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 Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 101 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability44
- 0% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Fail
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 589 tokens (~73/item across 8 items; 6 tools + 2 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
- Stability observed for 7 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
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
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 · agentic-observability-mcp
claude mcp add mdfifty50-boop-agentic-observability -- npx -y agentic-observability-mcp
codex mcp add mdfifty50-boop-agentic-observability -- npx -y agentic-observability-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"mdfifty50-boop-agentic-observability": {
"type": "local",
"command": [
"npx",
"-y",
"agentic-observability-mcp"
],
"enabled": true
}
}
} openclaw mcp add mdfifty50-boop-agentic-observability --command npx --arg -y --arg agentic-observability-mcp
mcp_servers:
mdfifty50-boop-agentic-observability:
command: "npx"
args: ["-y", "agentic-observability-mcp"] {
"mcpServers": {
"mdfifty50-boop-agentic-observability": {
"command": "npx",
"args": [
"-y",
"agentic-observability-mcp"
]
}
}
} 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 +3
- Stability: unverified → 0.23 ▲ functional
- 2 Aug 26 +40
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- Tool coverage: 100 → unverified ▼ functional
- Schema quality: 0 → unverified ▼ functional
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Schema quality: unverified → good ▲ functional
- Licence: MIT functional
- 31 Jul 26 +13
- 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 −38
- Malware scan: pass → unverified ▼ security
- Schema quality: 0 → unverified ▼ functional
- Tool coverage: 100 → unverified ▼ functional
- 27 Jul 26 44
First indexed and scored.
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
Dependencies 95 packages
95 packages in the resolved dependency tree · 95 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
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.
detect_anomaly ~61
Flag unusual patterns in agent behavior: cost spikes, high error rates, latency issues, infinite loops, and token explosions.
| Name | Type | Req | Description |
|---|---|---|---|
| check_types | array | yes | Types of anomaly checks to run |
| session_id | string | yes | Session ID to check for anomalies |
No output schema declared.
No examples provided.
get_cost_report ~75
Get cost breakdown across multiple sessions, grouped by model, provider, tool, or session. Supports time range filtering.
| Name | Type | Req | Description |
|---|---|---|---|
| group_by | string | yes | How to group the cost breakdown |
| session_ids | array | — | Specific session IDs to include (defaults to all) |
| time_range | object | — | Filter by time range |
No output schema declared.
No examples provided.
get_session_summary ~47
Get a comprehensive cost and performance summary for an agent session, including token usage, tool call stats, and model breakdown.
| Name | Type | Req | Description |
|---|---|---|---|
| session_id | string | yes | Session ID to get summary for |
No output schema declared.
No examples provided.
log_tool_call ~125
Log an MCP tool call with performance data including latency, success/failure, and error details.
| Name | Type | Req | Description |
|---|---|---|---|
| error | string | — | Error message if call failed |
| latency_ms | integer | yes | Call latency in milliseconds |
| params | object | yes | Parameters passed to the tool |
| result_summary | string | — | Brief summary of the result |
| server_name | string | yes | Name of the MCP server |
| session_id | string | yes | Unique session identifier |
| success | boolean | yes | Whether the call succeeded |
| tool_name | string | yes | Name of the tool called |
No output schema declared.
No examples provided.
trace_agent_action ~115
Log an agent action with metadata for audit trails and debugging. Supports tool calls, LLM requests, decisions, and errors.
| Name | Type | Req | Description |
|---|---|---|---|
| action_type | string | yes | Type of action being traced |
| description | string | yes | Human-readable description of the action |
| metadata | object | — | Additional key-value metadata |
| session_id | string | yes | Unique session identifier |
| timestamp | string | — | ISO 8601 timestamp (defaults to now) |
| tool_name | string | — | Name of the tool (for tool_call actions) |
No output schema declared.
No examples provided.
track_token_usage ~152
Track token usage and cost for an LLM call. Auto-calculates cost from built-in pricing table if per-token costs are not provided.
| Name | Type | Req | Description |
|---|---|---|---|
| cost_per_input_token | number | — | Cost per input token (overrides built-in pricing) |
| cost_per_output_token | number | — | Cost per output token (overrides built-in pricing) |
| input_tokens | integer | yes | Number of input/prompt tokens |
| model | string | yes | Model name (e.g., claude-sonnet-4, gpt-4o) |
| output_tokens | integer | yes | Number of output/completion tokens |
| provider | string | yes | LLM provider |
| session_id | string | yes | Unique session identifier |
No output schema declared.
No examples provided.