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

DebugBundle

NPM · @DEBUGBUNDLE/MCP · SCANNED SEP 21

DebugBundle MCP: runtime error reporting, incident response, health checks, and product analytics.

Available components

+15 this week 83 Trust /100
Trust breakdown (7 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 → Why this is hard to score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 0 of 14 dependencies flagged as unhealthy. View diagnostics → Pass
Provenance & Transparency100
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to debugbundle/debugbundle). View diagnostics → Pass
  • Clear OSI-approved license (Apache-2.0).Pass
  • Actively maintained (last published 2 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability51
  • AI-judged instruction clarity (fair).Partial
  • Tool/resource definitions use about 7030 tokens (~60/item across 117 items; 117 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management97
  • Stability observed for 29 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage67
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 0% of tool parameters carry a description.Fail
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 13 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "delete_github_dispatch_rule" implies "delete" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 117 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities20
  • Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28. See how to fix → Fail
Install

How do I install the DebugBundle MCP server?

DebugBundle runs locally as an npm package, launched with npx -y @debugbundle/mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @debugbundle/mcp

# add to Claude Code
claude mcp add com-debugbundle-mcp -- npx -y @debugbundle/mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "com-debugbundle-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@debugbundle/mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "com-debugbundle-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@debugbundle/mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add com-debugbundle-mcp -- npx -y @debugbundle/mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-debugbundle-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@debugbundle/mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-debugbundle-mcp --command npx --arg -y --arg @debugbundle/mcp
# ~/.hermes/config.yaml
mcp_servers:
  com-debugbundle-mcp:
    command: "npx"
    args: ["-y", "@debugbundle/mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "com-debugbundle-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@debugbundle/mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add com-debugbundle-mcp -t stdio -c npx -a -y @debugbundle/mcp
// mcp.json
{
  "mcpServers": {
    "com-debugbundle-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@debugbundle/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.

  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 19 Sept 26 +26
    • Malware scan: unverified → pass security
    • Known CVEs: unverified → pass security
    • Dependency health: unverified → 1.00 functional
  • 18 Sept 26 −25
    • Malware scan: pass → unverified security
    • Known CVEs: pass → unverified security
    • Dependency health: 1.00 → unverified functional
    • Package version: 1.8.1 → 1.9.0 functional
    • Package version: 1.8.1 → 1.8.2 functional
  • 16 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 15 Sept 26 +16
    • Malware scan: unverified → pass security
    • Stability: 0.97 → pass security
  • 14 Sept 26 −15
    • Stability: 0.93 → unverified security
    • Malware scan: pass → unverified security
    • Tool safety: pass → unverified security
    • Capabilities: fail → unverified functional
    • Tool coverage: 100 → unverified functional
    • Package version: 1.8.0 → 1.8.1 functional
  • 13 Sept 26 +16
    • Malware scan: unverified → pass security
  • 12 Sept 26 −5
    • Malware scan: pass → unverified security
    • Provenance: fail → pass security
    • The attested source repository moved: debugbundle/debugbundle security
    • Licence: AGPL-3.0-only → Apache-2.0 functional
    • Package version: 1.7.0 → 1.8.0 functional
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 21 Sept 2026 · Analysed npm/@debugbundle/mcp@1.9.0

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo debugbundle/debugbundle
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/debugbundle/debugbundle/.github/workflows/release-mcp-package.yml@refs/tags/mcp-v1.9.0
Rekor log index 2885836132
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:5401b6584855ebbb9f8e4044cd3828e784a2147105c0099dfbd2e2e3972a20c0b1083525ed9521c1509c0d67d0910356637956d5ed3f037324cd80421

Background: How many MCP packages publish verified provenance →

Dependencies 14 packages
Packages resolved 14
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 117 exposed · ~7,030 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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
get_slack_connect_url ~45

Return a browser Slack connect URL for a project.

NameTypeReqDescription
bearerTokenstringyes
projectIdstringyes
returnTostring

No output schema declared.

No examples provided.

get_usage_summary ~180

Get aggregate AnalyticsBundle usage summary metrics for a project.

NameTypeReqDescription
authStatestring
bearerTokenstringyes
browserstring
countrystring
customDimensionsobject
deviceTypestring
environmentstring
fromstring
granularitystring
languagestring
laststring
limitnumber
osstring
projectIdstringyes
referrerstring
routestring
servicestring
tostring
utmCampaignstring
utmMediumstring
utmSourcestring

No output schema declared.

No examples provided.

increase_capacity ~31

Increase additional capacity units.

NameTypeReqDescription
bearerTokenstringyes
targetAdditionalCapacityUnitsnumberyes

No output schema declared.

No examples provided.

invite_project_member ~46

Invite a collaborator to a project.

NameTypeReqDescription
bearerTokenstringyes
emailstringyes
projectIdstringyes
rolestringyes

No output schema declared.

No examples provided.

leave_project ~33

Leave a shared project as the authenticated collaborator.

NameTypeReqDescription
bearerTokenstringyes
projectIdstringyes

No output schema declared.

No examples provided.

list_active_probes ~35

List active probe activations for a project.

NameTypeReqDescription
bearerTokenstringyes
projectIdstringyes

No output schema declared.

No examples provided.

list_alerts ~39

List alert rules for a project.

NameTypeReqDescription
bearerTokenstringyes
limitnumber
projectIdstringyes

No output schema declared.

No examples provided.

list_analytics_bundles ~103

List AnalyticsBundle generation records for a project, or across accessible projects when projectId is omitted.

NameTypeReqDescription
bearerTokenstringyes
cursorstring
environmentstring
fromstring
kindstring
limitnumber
projectIdstring
servicestring
statusstring
tostring

No output schema declared.

No examples provided.

list_analytics_journey_samples ~76

List retained redacted AnalyticsBundle journey sample metadata for a project.

NameTypeReqDescription
bearerTokenstringyes
cursorstring
environmentstring
limitnumber
projectIdstringyes
servicestring
tagstring

No output schema declared.

No examples provided.

list_analytics_opportunities ~116

List AnalyticsBundle opportunities for a project, or across accessible projects when projectId is omitted.

NameTypeReqDescription
bearerTokenstringyes
bundleStatusstring
cursorstring
environmentstring
fromstring
kindstring
limitnumber
projectIdstring
servicestring
severitystring
statusstring
tostring

No output schema declared.

No examples provided.

list_capture_rules ~30

List project capture rules.

NameTypeReqDescription
bearerTokenstringyes
projectIdstringyes

No output schema declared.

No examples provided.

list_funnel_metrics ~181

List aggregate AnalyticsBundle funnel conversion summaries for a project.

NameTypeReqDescription
authStatestring
bearerTokenstringyes
browserstring
countrystring
customDimensionsobject
deviceTypestring
environmentstring
fromstring
granularitystring
languagestring
laststring
limitnumber
osstring
projectIdstringyes
referrerstring
routestring
servicestring
tostring
utmCampaignstring
utmMediumstring
utmSourcestring

No output schema declared.

No examples provided.

list_github_deliveries ~52

List GitHub dispatch delivery history for a project.

NameTypeReqDescription
bearerTokenstringyes
limitnumber
projectIdstringyes
statusstring

No output schema declared.

No examples provided.

list_github_dispatch_rules ~37

List GitHub dispatch automation rules for a project.

NameTypeReqDescription
bearerTokenstringyes
projectIdstringyes

No output schema declared.

No examples provided.

list_github_repositories ~42

List repositories available to the project GitHub App installation for owner/admin callers.

NameTypeReqDescription
bearerTokenstringyes
projectIdstring

No output schema declared.

No examples provided.

list_health_check_daily_rollups ~54

List retained per-day history for one hosted health check.

NameTypeReqDescription
bearerTokenstringyes
checkIdstringyes
limitnumber
projectIdstringyes

No output schema declared.

No examples provided.

list_health_check_results ~51

List recent execution results for one hosted health check.

NameTypeReqDescription
bearerTokenstringyes
checkIdstringyes
limitnumber
projectIdstringyes

No output schema declared.

No examples provided.

list_health_checks ~40

List hosted health checks for a project.

NameTypeReqDescription
bearerTokenstringyes
limitnumber
projectIdstringyes

No output schema declared.

No examples provided.

list_improvements ~87

List hosted improvement opportunities for the current workspace or a specific project.

NameTypeReqDescription
bearerTokenstringyes
cursorstring
environmentstring
kindstring
limitnumber
projectIdstring
servicestring
severitystring
statusstring

No output schema declared.

No examples provided.

list_incidents ~106

List incidents from local storage, cloud storage, or the combined connected view.

NameTypeReqDescription
attentionAfterstring
bearerTokenstring
cursorstring
environmentstring
firstSeenAfterstring
limitnumber
projectIdstring
servicestring
severitystring
sourcestring
statusstring

No output schema declared.

No examples provided.

list_member_tokens ~32

List member tokens for the authenticated member.

NameTypeReqDescription
bearerTokenstringyes
limitnumber

No output schema declared.

No examples provided.

list_project_member_invites ~34

List pending invites for a project.

NameTypeReqDescription
bearerTokenstringyes
projectIdstringyes

No output schema declared.

No examples provided.

list_project_members ~31

List members for a project.

NameTypeReqDescription
bearerTokenstringyes
projectIdstringyes

No output schema declared.

No examples provided.

list_project_tokens ~39

List project tokens for a project.

NameTypeReqDescription
bearerTokenstringyes
limitnumber
projectIdstringyes

No output schema declared.

No examples provided.

list_projects ~29

List projects in the organization.

NameTypeReqDescription
bearerTokenstringyes
limitnumber

No output schema declared.

No examples provided.

list_saved_analytics_funnels ~39

List active saved AnalyticsBundle funnel definitions for a project.

NameTypeReqDescription
bearerTokenstringyes
projectIdstringyes

No output schema declared.

No examples provided.

list_services ~37

List services for a project.

NameTypeReqDescription
bearerTokenstringyes
limitnumber
projectIdstringyes

No output schema declared.

No examples provided.

list_slack_destinations ~37

List reusable connected Slack destinations for a project organization.

NameTypeReqDescription
bearerTokenstringyes
projectIdstringyes

No output schema declared.

No examples provided.

list_webhook_deliveries ~50

List deliveries for a webhook endpoint.

NameTypeReqDescription
bearerTokenstringyes
limitnumber
projectIdstringyes
webhookIdstringyes

No output schema declared.

No examples provided.

list_webhooks ~39

List webhooks for a project.

NameTypeReqDescription
bearerTokenstringyes
limitnumber
projectIdstringyes

No output schema declared.

No examples provided.

list_weekly_report_channels ~43

List weekly report delivery channels for a project.

NameTypeReqDescription
bearerTokenstringyes
limitnumber
projectIdstringyes

No output schema declared.

No examples provided.

remove_project_github_repo ~35

Remove a project GitHub repository assignment.

NameTypeReqDescription
bearerTokenstringyes
projectIdstringyes

No output schema declared.

No examples provided.

remove_project_member ~40

Remove a collaborator from a project.

NameTypeReqDescription
bearerTokenstringyes
projectIdstringyes
userIdstringyes

No output schema declared.

No examples provided.

reopen_improvement ~32

Reopen a hosted improvement opportunity.

NameTypeReqDescription
bearerTokenstringyes
improvementIdstringyes

No output schema declared.

No examples provided.

reopen_incident ~40

Reopen an incident by incident id.

NameTypeReqDescription
bearerTokenstring
incidentIdstringyes
sourcestring

No output schema declared.

No examples provided.

reopen_incidents ~41

Reopen incidents in bulk by incident id.

NameTypeReqDescription
bearerTokenstring
incidentIdsarrayyes
sourcestring

No output schema declared.

No examples provided.

resolve_improvement ~31

Resolve a hosted improvement opportunity.

NameTypeReqDescription
bearerTokenstringyes
improvementIdstringyes

No output schema declared.

No examples provided.

resolve_incident ~39

Resolve an incident by incident id.

NameTypeReqDescription
bearerTokenstring
incidentIdstringyes
sourcestring

No output schema declared.

No examples provided.

resolve_incidents ~40

Resolve incidents in bulk by incident id.

NameTypeReqDescription
bearerTokenstring
incidentIdsarrayyes
sourcestring

No output schema declared.

No examples provided.

retry_github_delivery ~42

Retry a failed GitHub dispatch delivery.

NameTypeReqDescription
bearerTokenstringyes
deliveryIdstringyes
projectIdstringyes

No output schema declared.

No examples provided.

retry_webhook_delivery ~47

Retry a webhook delivery.

NameTypeReqDescription
bearerTokenstringyes
deliveryIdstringyes
projectIdstringyes
webhookIdstringyes

No output schema declared.

No examples provided.

revoke_member_token ~31

Revoke a member token.

NameTypeReqDescription
bearerTokenstringyes
tokenIdstringyes

No output schema declared.

No examples provided.

revoke_project_token ~39

Revoke a project token.

NameTypeReqDescription
bearerTokenstringyes
projectIdstringyes
tokenIdstringyes

No output schema declared.

No examples provided.

schedule_capacity_reduction ~38

Schedule a capacity reduction at end of billing cycle.

NameTypeReqDescription
bearerTokenstringyes
targetAdditionalCapacityUnitsnumberyes

No output schema declared.

No examples provided.

set_project_github_repo ~51

Assign a primary GitHub repository to a project.

NameTypeReqDescription
bearerTokenstringyes
ownerstringyes
projectIdstringyes
repostringyes

No output schema declared.

No examples provided.

smoke ~59

Run the end-to-end smoke flow for a hosted project.

NameTypeReqDescription
authFilePathstring
environmentstring
maxAgeMinutesnumber
projectIdstringyes
servicestring

No output schema declared.

No examples provided.

snooze_improvement ~49

Snooze a hosted improvement opportunity until an ISO8601 timestamp.

NameTypeReqDescription
bearerTokenstringyes
improvementIdstringyes
snoozedUntilstringyes

No output schema declared.

No examples provided.

start_trial ~34

Start an eligible no-card trial for the organization.

NameTypeReqDescription
bearerTokenstringyes
targetPlanstringyes

No output schema declared.

No examples provided.

suggest_capture_rules_from_incident ~38

Generate deterministic capture rule suggestions from an incident bundle.

NameTypeReqDescription
bearerTokenstringyes
incidentIdstringyes

No output schema declared.

No examples provided.

test_health_check ~78

Run a side-effect-free test for a hosted health-check target.

NameTypeReqDescription
bearerTokenstringyes
expectedStatusMaxnumber
expectedStatusMinnumber
methodstring
projectIdstringyes
timeoutMsnumber
urlstringyes

No output schema declared.

No examples provided.

Common questions

What is the DebugBundle MCP server?

DebugBundle is an MCP server listed in the public MCP registry as com.debugbundle/mcp. DebugBundle MCP: runtime error reporting, incident response, health checks, and product analytics. This page covers its npm package (@debugbundle/mcp).

Is the DebugBundle MCP server safe to use?

DebugBundle scores 83 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the DebugBundle MCP server expose?

DebugBundle exposes 117 tools: doctor, validate, verify_local, verify_cloud, smoke, and 112 more. Their descriptions and schemas cost roughly 7,030 tokens of context every time the server is loaded.

Is the DebugBundle MCP server still maintained?

DebugBundle is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the DebugBundle MCP server under?

DebugBundle declares the Apache-2.0 licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.