inspector-mcp

inspector-mcp is a skill for Claude Code from AbianS/inspector-mcp. It costs 71 tokens per session (1,479 once invoked), scanned A, original, no licence file.

A debugging workflow for a running Node.js program through Chrome DevTools Protocol. It can connect to an inspection port, pause execution at TypeScript breakpoints, step through code, and inspect variables.

In plain words
What is it for?
Use it to debug a live Node.js process, trace unexpected behavior, or inspect variable values while code runs.
Why use it?
It helps reveal what the program is doing at runtime when the source code alone does not explain a bug.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Good fit Use it to debug a live Node.js process, trace unexpected behavior, or inspect variable values while code runs.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/abians/inspector-mcp/inspector-mcp
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add AbianS/inspector-mcp --skill inspector-mcp
Clone the repo
git clone --depth 1 https://github.com/AbianS/inspector-mcp

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for inspector-mcp

README.md
[![agentmods](https://agentmods.dev/badge/skills/abians/inspector-mcp/inspector-mcp/github.svg)](https://agentmods.dev/skills/abians/inspector-mcp/inspector-mcp)
Your own site
<a href="https://agentmods.dev/skills/abians/inspector-mcp/inspector-mcp"><img src="https://agentmods.dev/badge/skills/abians/inspector-mcp/inspector-mcp/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for inspector-mcp

Your own site · 80×15
<a href="https://agentmods.dev/skills/abians/inspector-mcp/inspector-mcp"><img src="https://agentmods.dev/badge/skills/abians/inspector-mcp/inspector-mcp.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 71 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,479 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00071 $0.01479
Opus 5 $0.00036 $0.00740
Sonnet 5 $0.00014 $0.00296
Haiku 4.5 $0.00007 $0.00148

Measured 9d ago against content hash 45f2b72fe8aa, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

inspector-mcp scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/inspector-mcp/SKILL.md · 143 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 143 lines · 71 tokens per session scan A 45f2b72fe8aa

Subscribe to this mod's changes

inspector-mcp is a skill published in the GitHub repository AbianS/inspector-mcp (2 stars, last pushed 5mo ago), with no licence file. It adds 71 tokens to every session and 1,479 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

node-inspect-debugger

Debug Node.js via --inspect + Chrome DevTools Protocol CLI.

mateaix/mateclaw · 19 tokens

debug-live

Guides root-cause investigations with debugging capabilities by setting breakpoints, starting a debug session, stepping through execution, inspecting variables, and tracing symptoms back to their origin. Prefer it for runtime bugs, failing tests, exceptions, crashes, hangs, wrong/null values, and unexpected output…

microsoft/DebugMCP · 84 tokens

electron-debugging

Debug and troubleshoot Electron apps via electron-dev-bridge tools. Trigger on: debug, bug, broken, not working, UI issue, element not found, blank screen, can't connect, crash, stale, timeout, click not working, missing element, wrong text, layout broken, error tracking, sentry.

delta-and-beta/electron-dev-bridge · 66 tokens

pinchtab-dev

Develop and contribute to the PinchTab project. Use when working on PinchTab source code, adding features, fixing bugs, running tests, or preparing PRs. Triggers on "work on pinchtab", "pinchtab development", "contribute to pinchtab", "fix pinchtab bug", "add pinchtab feature".

pinchtab/pinchtab · 77 tokens

node-modules-inspector

Inspects a project's installed nodemodules and produces three reports: duplicated packages (installed in multiple versions), packages sorted by install size, and maintenance actions (dep-upgrade opportunities + publint findings, grouped by consumer/author). Use when the user wants to audit dependencies, find duplicate…

antfu/node-modules-inspector · 156 tokens

unicli-repair

Evidence-driven repair workflow for a broken Uni-CLI adapter. Trigger on a failed unicli envelope, a quarantined adapter, or an explicit adapter-repair request. Classifies non-source failures, edits only the reported adapter path, and uses the original command as a bounded oracle.

olo-dot-io/Uni-CLI · 68 tokens