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.

SmartBear MCP

NPM · @SMARTBEAR/MCP · 3 COMPONENTS · SCANNED SEP 20

MCP server for AI access to SmartBear tools, including BugSnag, Reflect, Swagger, PactFlow, QTM4J.

0 this week 43 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 Security98
  • No malware found by supply-chain analysis.Pass
  • Known CVEs were checked across the 143 of 144 dependencies we could resolve, so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Dependency health was assessed across the 143 of 144 dependencies we could resolve, so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency48
  • 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 2 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability0
  • Schema quality not yet verified: the captured schema was too large for us to store in full, so we will not judge it on a partial copy.Unverified
Stability & Change Management0
  • Stability not yet verified: the captured schema was too large for us to store in full, and comparing a partial copy would report our own trimming as a change.Unverified
Tool Coverage0
  • Tool coverage not yet verified: the captured tool definitions were too large for us to store in full, so we will not judge them on a partial copy.Unverified
Tool Safety0
  • Tool safety not yet verified: the captured tool definitions were too large for us to store in full, and the trim removes the very descriptions this category reads.Unverified
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass

Unverified: 4 categories

Categories scored 0 because our sandbox run of this package has not given us the schema these checks need to read. That is a gap on our side rather than a finding about the package, and we only credit what we can confirm, so the score stands at 0 until the capture succeeds. We are working through the fleet, so this normally clears without any action from you. How we score packages →

Install

How do I install the SmartBear MCP server?

SmartBear MCP runs locally as an npm package, launched with npx -y @smartbear/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 · @smartbear/mcp

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

  • 18 Sept 26 0
    • Tool safety: Tool safety not yet verified: we do not have a sandbox capture of the tool definitions this version of the package serves yet. security
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • Capabilities: pass → unverified functional
    • MCP protocol: Implements a current MCP spec version (2026-07-28). functional
    • Tool coverage: Tool coverage not yet verified: we do not have a sandbox capture of the tool definitions this version of the package serves yet. functional
    • Schema quality: Schema quality not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. functional
    • Package version: 0.40.0 → 0.41.0 functional
  • 4 Sept 26 +10
    • Known CVEs: unverified → partial security
    • Dependency health: unverified → partial functional
  • 3 Sept 26 −10
    • Known CVEs: partial → unverified security
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • Tool safety: Tool safety not yet verified: we do not have a sandbox capture of the tool definitions this version of the package serves yet. security
    • Capabilities: pass → unverified functional
    • Dependency health: partial → unverified functional
    • Schema quality: Schema quality not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. functional
    • Tool coverage: Tool coverage not yet verified: we do not have a sandbox capture of the tool definitions this version of the package serves yet. functional
    • Package version: 0.39.0 → 0.40.0 functional
  • 31 Aug 26 0
    • Tool safety: Tool safety not yet verified: we do not have a sandbox capture of the tool definitions this version of the package serves yet. security
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • Capabilities: pass → unverified functional
    • Schema quality: Schema quality not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. functional
    • Tool coverage: Tool coverage not yet verified: we do not have a sandbox capture of the tool definitions this version of the package serves yet. functional
    • Package version: 0.38.0 → 0.39.0 functional
  • 28 Aug 26 +15
    • Malware scan: unverified → pass security
  • 27 Aug 26 −15
    • Malware scan: pass → unverified security
    • Package version: 0.37.0 → 0.38.0 functional
  • 26 Aug 26 −1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 21 Aug 26 0
    • Known CVEs: unverified → partial security
    • Dependency health: unverified → partial 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/@smartbear/mcp@0.41.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 143 packages
Packages resolved 143
Deprecated 1
Stale 30
Tree resolution Partial

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

Background: SBOMs and build attestations, explained →

MCP tools · 308 exposed · ~180,555 tokens partial

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
bearq_chat_with_qa_lead ~119

No description provided.

NameTypeReqDescription
instructionstringyes

No output schema declared.

No examples provided.

bearq_delete_test_cases ~91

No description provided.

NameTypeReqDescription
testCaseIdsarrayyes

No output schema declared.

No examples provided.

bearq_expand_application_model ~103

No description provided.

NameTypeReqDescription
functionalArea

No output schema declared.

No examples provided.

bearq_get_task ~74

No description provided.

NameTypeReqDescription
taskIdintegeryes

No output schema declared.

No examples provided.

bearq_get_task_status ~70

No description provided.

NameTypeReqDescription
taskIdintegeryes

No output schema declared.

No examples provided.

bearq_list_environments ~54

No description provided.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

bearq_run_regression_tests ~91

No description provided.

NameTypeReqDescription
environmentstring

No output schema declared.

No examples provided.

bearq_run_test_cases ~123

No description provided.

NameTypeReqDescription
environmentstring
testCaseIdsarrayyes

No output schema declared.

No examples provided.

bearq_run_tests_in_functional_areas ~127

No description provided.

NameTypeReqDescription
environmentstring
functionalAreasarrayyes

No output schema declared.

No examples provided.

bearq_stop_task ~56

No description provided.

NameTypeReqDescription
taskIdintegeryes

No output schema declared.

No examples provided.

bearq_wait_for_task ~121

No description provided.

NameTypeReqDescription
taskIdintegeryes

No output schema declared.

No examples provided.

bugsnag_get_build ~296

No description provided.

NameTypeReqDescription
buildIdstringyes
projectIdstring

No output schema declared.

No examples provided.

bugsnag_get_current_project ~200

No description provided.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

bugsnag_get_error ~694

No description provided.

NameTypeReqDescription
errorIdstringyes
filtersobject
projectIdstring

No output schema declared.

No examples provided.

bugsnag_get_event ~215

No description provided.

NameTypeReqDescription
eventIdstringyes
projectIdstring

No output schema declared.

No examples provided.

bugsnag_get_event_details_from_dashboard_url ~283

No description provided.

NameTypeReqDescription
linkstringyes

No output schema declared.

No examples provided.

bugsnag_get_events_on_an_error ~593

No description provided.

NameTypeReqDescription
directionstring
errorIdstringyes
filtersobject
nextUrlstring
perPagenumber
projectIdstring

No output schema declared.

No examples provided.

bugsnag_get_network_endpoint_groupings ~239

No description provided.

NameTypeReqDescription
projectIdstring

No output schema declared.

No examples provided.

bugsnag_get_release ~297

No description provided.

NameTypeReqDescription
projectIdstring
releaseIdstringyes

No output schema declared.

No examples provided.

bugsnag_get_span_group ~523

No description provided.

NameTypeReqDescription
filtersobject
projectIdstring
spanGroupIdstringyes

No output schema declared.

No examples provided.

bugsnag_get_trace ~631

No description provided.

NameTypeReqDescription
fromstringyes
nextUrlstring
perPagenumber
projectIdstring
targetSpanIdstring
tostringyes
traceIdstringyes

No output schema declared.

No examples provided.

bugsnag_list_project_errors ~1,311

No description provided.

NameTypeReqDescription
directionstring
filtersobject
nextUrlstring
perPagenumber
projectIdstring
sortstring

No output schema declared.

No examples provided.

bugsnag_list_project_event_filters ~234

No description provided.

NameTypeReqDescription
projectIdstring

No output schema declared.

No examples provided.

bugsnag_list_projects ~140

No description provided.

NameTypeReqDescription
apiKeystring

No output schema declared.

No examples provided.

bugsnag_list_releases ~593

No description provided.

NameTypeReqDescription
nextUrlstring
perPagenumber
projectIdstring
releaseStagestring
visibleOnlyboolean

No output schema declared.

No examples provided.

bugsnag_list_span_groups ~709

No description provided.

NameTypeReqDescription
directionstring
filtersobject
nextUrlstring
perPagenumber
projectIdstring
sortstring
starredOnlyboolean

No output schema declared.

No examples provided.

bugsnag_list_spans ~726

No description provided.

NameTypeReqDescription
directionstring
filtersobject
nextUrlstring
perPagenumber
projectIdstring
sortstring
spanGroupIdstringyes

No output schema declared.

No examples provided.

bugsnag_list_trace_fields ~192

No description provided.

NameTypeReqDescription
projectIdstring

No output schema declared.

No examples provided.

bugsnag_set_network_endpoint_groupings ~748

No description provided.

NameTypeReqDescription
endpointsarrayyes
projectIdstring

No output schema declared.

No examples provided.

bugsnag_update_error ~1,000

No description provided.

NameTypeReqDescription
errorIdstringyes
issue_urlstring
operationstringyes
projectIdstring
reopenRulesobject

No output schema declared.

No examples provided.

collaborator_create_remote_system_configuration ~181

No description provided.

NameTypeReqDescription
configstringyes
reviewTemplateIdstring
titlestringyes
tokenstringyes

No output schema declared.

No examples provided.

collaborator_create_review ~187

No description provided.

NameTypeReqDescription
accessPolicystring
creatorstring
templateNamestring
titlestring

No output schema declared.

No examples provided.

collaborator_delete_remote_system_configuration ~70

No description provided.

NameTypeReqDescription
idstring|numberyes

No output schema declared.

No examples provided.

collaborator_edit_remote_system_configuration ~163

No description provided.

NameTypeReqDescription
configstring
idstringyes
reviewTemplateIdstring
titlestring

No output schema declared.

No examples provided.

collaborator_find_review_by_id ~65

No description provided.

NameTypeReqDescription
reviewIdstringyes

No output schema declared.

No examples provided.

collaborator_get_reviews ~253

No description provided.

NameTypeReqDescription
creatorboolean
fromDatestring
fullInfoboolean
loginstring
reviewPhasestring
rolestring
toDatestring

No output schema declared.

No examples provided.

collaborator_reject_review ~95

No description provided.

NameTypeReqDescription
reasonstringyes
reviewIdstring|numberyes

No output schema declared.

No examples provided.

collaborator_reviewservice_action ~90

No description provided.

NameTypeReqDescription
actionstringyes
argsobjectyes

No output schema declared.

No examples provided.

collaborator_test_remote_system_configuration_connection ~78

No description provided.

NameTypeReqDescription
idstring|numberyes

No output schema declared.

No examples provided.

collaborator_update_remote_system_configuration_webhook ~81

No description provided.

NameTypeReqDescription
idstring|numberyes

No output schema declared.

No examples provided.

contract-testing_add_label_to_pacticipant ~88

No description provided.

NameTypeReqDescription
labelNamestringyes
pacticipantNamestringyes

No output schema declared.

No examples provided.

contract-testing_admin_add_role_to_user ~85

No description provided.

NameTypeReqDescription
roleIdstringyes
userIdstringyes

No output schema declared.

No examples provided.

contract-testing_admin_create_role ~102

No description provided.

NameTypeReqDescription
descriptionstring
namestringyes
permissionsarrayyes

No output schema declared.

No examples provided.

contract-testing_admin_create_system_account ~56

No description provided.

NameTypeReqDescription
namestringyes

No output schema declared.

No examples provided.

contract-testing_admin_create_team ~145

No description provided.

NameTypeReqDescription
administratorUuidsarray
environmentUuidsarray
namestringyes
pacticipantNamesarray

No output schema declared.

No examples provided.

contract-testing_admin_create_user ~205

No description provided.

NameTypeReqDescription
emailstringyes
externalIdpIdstring
externalIdpUsernamestring
firstNamestring
lastNamestring
namestringyes

No output schema declared.

No examples provided.

contract-testing_admin_delete_role ~53

No description provided.

NameTypeReqDescription
roleIdstringyes

No output schema declared.

No examples provided.

contract-testing_admin_delete_team ~53

No description provided.

NameTypeReqDescription
teamIdstringyes

No output schema declared.

No examples provided.

contract-testing_admin_delete_user ~54

No description provided.

NameTypeReqDescription
userIdstringyes

No output schema declared.

No examples provided.

contract-testing_admin_get_role ~58

No description provided.

NameTypeReqDescription
roleIdstringyes

No output schema declared.

No examples provided.

Common questions

What is the SmartBear MCP server?

SmartBear MCP is listed in the public MCP registry as com.smartbear/smartbear-mcp. MCP server for AI access to SmartBear tools, including BugSnag, Reflect, Swagger, PactFlow, QTM4J. This page covers its npm package (@smartbear/mcp).

Is the SmartBear MCP server safe to use?

SmartBear MCP scores 43 out of 100 on VerifyMCP. It declares no install or post-install scripts. 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.

Is the SmartBear MCP server still maintained?

SmartBear MCP 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 SmartBear MCP server under?

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