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 20

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

Available components

0 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 1 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 Management93
  • Stability observed for 28 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 20 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
activate_probe ~72

Activate a remote probe on a project.

NameTypeReqDescription
bearerTokenstringyes
environmentstring
labelPatternstringyes
projectIdstringyes
servicestring
triggerTtlSecondsnumber
ttlSecondsnumber

No output schema declared.

No examples provided.

analyze ~29

Run local agent-oriented DebugBundle analysis.

NameTypeReqDescription
localboolean
typestring

No output schema declared.

No examples provided.

archive_saved_analytics_funnel ~47

Archive a saved AnalyticsBundle funnel definition for a project.

NameTypeReqDescription
bearerTokenstringyes
funnelKeystringyes
projectIdstringyes

No output schema declared.

No examples provided.

cancel_capacity_reduction ~24

Cancel a scheduled capacity reduction.

NameTypeReqDescription
bearerTokenstringyes

No output schema declared.

No examples provided.

cancel_project_member_invite ~41

Cancel a pending project invite.

NameTypeReqDescription
bearerTokenstringyes
inviteIdstringyes
projectIdstringyes

No output schema declared.

No examples provided.

create_alert ~100

Create an alert rule, including optional severity-threshold lifecycle scope.

NameTypeReqDescription
bearerTokenstringyes
channelstringyes
conditionTypestringyes
configobjectyes
cooldownSecondsinteger
isEnabledboolean
projectIdstringyes
serviceIdstring
severityLifecycleScopestring
severityMinstring

No output schema declared.

No examples provided.

create_capture_rule ~38

Create a project capture rule.

NameTypeReqDescription
bearerTokenstringyes
createobjectyes
projectIdstringyes

No output schema declared.

No examples provided.

create_capture_rule_from_incident_suggestion ~47

Create a capture rule from an incident-derived suggestion.

NameTypeReqDescription
bearerTokenstringyes
createobjectyes
incidentIdstringyes

No output schema declared.

No examples provided.

create_github_dispatch_rule ~106

Create a GitHub dispatch automation rule for a project.

NameTypeReqDescription
bearerTokenstringyes
bundleTypestringyes
cooldownSecondsnumberyes
enabledboolean
environmentsarrayyes
eventTypesarrayyes
incidentStatusstringyes
namestringyes
projectIdstringyes
servicesarrayyes
severityMinstringyes

No output schema declared.

No examples provided.

create_health_check ~138

Create a hosted health check for a project. Omit failureThreshold to use the plan recommendation.

NameTypeReqDescription
bearerTokenstringyes
enabledboolean
environmentstring
expectedStatusMaxnumber
expectedStatusMinnumber
failureThresholdnumber
intervalSecondsnumberyes
methodstring
namestringyes
projectIdstringyes
recoveryThresholdnumber
serviceNamestring|null
timeoutMsnumber
urlstringyes

No output schema declared.

No examples provided.

create_member_token ~30

Create a new member token.

NameTypeReqDescription
bearerTokenstringyes
labelstringyes

No output schema declared.

No examples provided.

create_project ~49

Create a new project.

NameTypeReqDescription
bearerTokenstringyes
colorTag
environmentDefaultstring
namestringyes
slugstringyes

No output schema declared.

No examples provided.

create_project_token ~46

Create a new project token.

NameTypeReqDescription
allowedOriginsarray
bearerTokenstringyes
labelstringyes
projectIdstringyes

No output schema declared.

No examples provided.

create_saved_analytics_funnel ~62

Create a reusable AnalyticsBundle funnel definition for a project.

NameTypeReqDescription
bearerTokenstringyes
displayNamestringyes
funnelKeystringyes
projectIdstringyes
stepsarrayyes

No output schema declared.

No examples provided.

create_webhook ~59

Create a webhook endpoint.

NameTypeReqDescription
bearerTokenstringyes
eventsarrayyes
filtersobject
isEnabledboolean
projectIdstringyes
urlstringyes

No output schema declared.

No examples provided.

create_weekly_report_channel ~76

Create a weekly report delivery channel. Email channel config supports up to 3 recipients in config.to.

NameTypeReqDescription
bearerTokenstringyes
channelstringyes
configobjectyes
isEnabledboolean
projectIdstringyes
scheduleobjectyes

No output schema declared.

No examples provided.

deactivate_probe ~38

Deactivate a probe activation.

NameTypeReqDescription
activationIdstringyes
bearerTokenstringyes
projectIdstringyes

No output schema declared.

No examples provided.

delete_alert ~37

Delete an alert rule.

NameTypeReqDescription
alertIdstringyes
bearerTokenstringyes
projectIdstringyes

No output schema declared.

No examples provided.

delete_capture_rule ~39

Delete a project capture rule.

NameTypeReqDescription
bearerTokenstringyes
projectIdstringyes
ruleIdstringyes

No output schema declared.

No examples provided.

delete_github_dispatch_rule ~43

Delete a GitHub dispatch automation rule.

NameTypeReqDescription
bearerTokenstringyes
projectIdstringyes
ruleIdstringyes

No output schema declared.

No examples provided.

delete_health_check ~39

Delete a hosted health check.

NameTypeReqDescription
bearerTokenstringyes
checkIdstringyes
projectIdstringyes

No output schema declared.

No examples provided.

delete_project ~28

Delete a project.

NameTypeReqDescription
bearerTokenstringyes
projectIdstringyes

No output schema declared.

No examples provided.

delete_slack_destination ~44

Delete a connected Slack destination from a project organization.

NameTypeReqDescription
bearerTokenstringyes
destinationIdstringyes
projectIdstringyes

No output schema declared.

No examples provided.

delete_webhook ~38

Delete a webhook endpoint.

NameTypeReqDescription
bearerTokenstringyes
projectIdstringyes
webhookIdstringyes

No output schema declared.

No examples provided.

delete_weekly_report_channel ~34

Delete a weekly report delivery channel.

NameTypeReqDescription
bearerTokenstringyes
channelIdstringyes

No output schema declared.

No examples provided.

doctor ~30

Run local DebugBundle environment diagnostics.

NameTypeReqDescription
authFilePathstring
privacyboolean

No output schema declared.

No examples provided.

generate_analytics_bundle ~113

Request an AnalyticsBundle generation for a project analysis window and focus.

NameTypeReqDescription
analysisKindstringyes
bearerTokenstringyes
deployIdstring
filtersobject
fromstring
funnelstring
incidentIdstring
laststring
opportunityIdstring
projectIdstringyes
routestring
tostring

No output schema declared.

No examples provided.

get_action_metrics ~181

Get aggregate AnalyticsBundle action, marker, and conversion metrics.

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.

get_analytics_bundle ~49

Get a generated AnalyticsBundle artifact or its pending/failed generation state.

NameTypeReqDescription
bearerTokenstringyes
bundleGenerationIdstringyes
projectIdstringyes

No output schema declared.

No examples provided.

get_analytics_journey_sample ~50

Get one retained redacted AnalyticsBundle journey sample artifact for a project.

NameTypeReqDescription
bearerTokenstringyes
projectIdstringyes
sampleIdstringyes

No output schema declared.

No examples provided.

get_analytics_opportunity ~44

Get an AnalyticsBundle opportunity for a project.

NameTypeReqDescription
bearerTokenstringyes
opportunityIdstringyes
projectIdstringyes

No output schema declared.

No examples provided.

get_analytics_settings ~34

Get AnalyticsBundle settings for a project.

NameTypeReqDescription
bearerTokenstringyes
projectIdstringyes

No output schema declared.

No examples provided.

get_billing_summary ~26

Get the billing summary for the organization.

NameTypeReqDescription
bearerTokenstringyes

No output schema declared.

No examples provided.

get_bundle ~39

Fetch the debug bundle for an incident.

NameTypeReqDescription
bearerTokenstring
incidentIdstringyes
sourcestring

No output schema declared.

No examples provided.

get_capture_policy ~34

Get the resolved capture policy for a project.

NameTypeReqDescription
bearerTokenstringyes
projectIdstringyes

No output schema declared.

No examples provided.

get_device_breakdown ~185

Get aggregate AnalyticsBundle device, browser, OS, and language breakdowns.

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.

get_funnel_analysis ~189

Get aggregate AnalyticsBundle funnel conversion and dropoff analysis.

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

No output schema declared.

No examples provided.

get_github_status ~40

Get the project GitHub App installation status and optional project repo assignment.

NameTypeReqDescription
bearerTokenstringyes
projectIdstring

No output schema declared.

No examples provided.

get_health_check ~41

Get one hosted health check by id.

NameTypeReqDescription
bearerTokenstringyes
checkIdstringyes
projectIdstringyes

No output schema declared.

No examples provided.

get_improvement ~34

Fetch a single hosted improvement opportunity by id.

NameTypeReqDescription
bearerTokenstringyes
improvementIdstringyes

No output schema declared.

No examples provided.

get_improvement_bundle ~46

Fetch the hosted improvement bundle artifact for a project improvement opportunity.

NameTypeReqDescription
bearerTokenstringyes
improvementIdstringyes
projectIdstringyes

No output schema declared.

No examples provided.

get_improvement_settings ~34

Get automated improvement settings for a project.

NameTypeReqDescription
bearerTokenstringyes
projectIdstringyes

No output schema declared.

No examples provided.

get_incident ~40

Fetch a single incident by incident id.

NameTypeReqDescription
bearerTokenstring
incidentIdstringyes
sourcestring

No output schema declared.

No examples provided.

get_incident_context ~45

Fetch deterministic one-call incident context for explanation and triage.

NameTypeReqDescription
bearerTokenstring
incidentIdstringyes
sourcestring

No output schema declared.

No examples provided.

get_incident_impact ~203

Get aggregate AnalyticsBundle impact metrics for one incident, including linked routes, funnels, segments, journeys, and bundle state.

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

No output schema declared.

No examples provided.

get_journey_patterns ~181

Get aggregate AnalyticsBundle journey transition patterns 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.

get_logs ~56

Fetch log records for an incident from the hosted API.

NameTypeReqDescription
bearerTokenstringyes
cursorstring
incidentIdstringyes
levelstring
limitnumber

No output schema declared.

No examples provided.

get_referrer_metrics ~181

Get aggregate AnalyticsBundle referrer and UTM metrics.

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.

get_reproduction ~40

Fetch the reproduction artifact for an incident.

NameTypeReqDescription
bearerTokenstring
incidentIdstringyes
sourcestring

No output schema declared.

No examples provided.

get_route_metrics ~179

Get aggregate AnalyticsBundle route 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.

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 20 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 20 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.