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
qtm4j_get_linked_bugs_of_test_case_execution ~885

No description provided.

NameTypeReqDescription
filterobject
levelstring
maxResultsinteger
startAtinteger
testCaseKeystringyes
testCycleKeystringyes
NameTypeReqDescription
dataarrayyes
maxResultsnumberyes
startAtnumberyes
totalnumberyes

No examples provided.

qtm4j_get_linked_bugs_of_test_step_execution ~872

No description provided.

NameTypeReqDescription
filterobject
maxResultsinteger
startAtinteger
testCaseKeystringyes
testCycleKeystringyes
testStepSeqNointegeryes
NameTypeReqDescription
dataarrayyes
maxResultsnumberyes
startAtnumberyes
totalnumberyes

No examples provided.

qtm4j_get_linked_requirements ~584

No description provided.

NameTypeReqDescription
keystringyes
maxResultsinteger
sortstring
startAtinteger
versionNointeger
NameTypeReqDescription
dataarrayyes
maxResultsintegeryes
startAtintegeryes
totalintegeryes

No examples provided.

qtm4j_get_linked_requirements_for_test_cycle ~599

No description provided.

NameTypeReqDescription
cycleKeystringyes
maxResultsinteger
sortstring
startAtinteger
NameTypeReqDescription
dataarrayyes
maxResultsintegeryes
startAtintegeryes
totalintegeryes

No examples provided.

qtm4j_get_linked_test_cases_for_requirement ~876

No description provided.

NameTypeReqDescription
fieldsstring
filterobject
maxResultsinteger
requirementKeystringyes
sortstring
startAtinteger
NameTypeReqDescription
dataarrayyes
maxResultsnumberyes
startAtnumberyes
totalnumberyes

No examples provided.

qtm4j_get_projects ~860

No description provided.

NameTypeReqDescription
maxResultsnumber
projectIdnumber
qmetryEnabledboolean
searchstring
startAtnumber
NameTypeReqDescription
dataarrayyes
totalnumberyes

No examples provided.

qtm4j_get_test_steps ~1,418

No description provided.

NameTypeReqDescription
filterobject
keystringyes
maxResultsnumber
sortstring
startAtnumber
versionNointeger
NameTypeReqDescription
dataarrayyes
maxResultsnumberyes
startAtnumberyes
totalnumberyes

No examples provided.

qtm4j_link_bugs_to_test_case_execution ~916

No description provided.

NameTypeReqDescription
defectIDsarray
filterobject
returnLinkedDefectCountboolean
testCaseKeystringyes
testCycleKeystringyes
NameTypeReqDescription
linkedbooleanyes
linkedDefectCountnumber
testCaseKeystringyes
testCycleKeystringyes
warningMessagesarray

No examples provided.

qtm4j_link_bugs_to_test_step_execution ~1,014

No description provided.

NameTypeReqDescription
defectIDsarray
filterobject
returnLinkedDefectCountboolean
testCaseKeystringyes
testCycleKeystringyes
testStepSeqNointegeryes
NameTypeReqDescription
linkedbooleanyes
linkedDefectCountnumber
testCaseKeystringyes
testCycleKeystringyes
warningMessagesarray

No examples provided.

qtm4j_link_requirements_to_test_case ~745

No description provided.

NameTypeReqDescription
filterobject
keystringyes
requirementKeysarray
versionNointeger
NameTypeReqDescription
keystringyes
linkedbooleanyes
versionNointegeryes

No examples provided.

qtm4j_link_requirements_to_test_cycle ~651

No description provided.

NameTypeReqDescription
cycleKeystringyes
filterobject
requirementKeysarray
NameTypeReqDescription
cycleKeystringyes
linkedbooleanyes

No examples provided.

qtm4j_link_test_cases_to_requirement ~869

No description provided.

NameTypeReqDescription
filterobject
requirementKeystringyes
sortstring
testCaseKeysarray
NameTypeReqDescription
linkedboolean
requirementKeystringyes
unlinkedboolean

No examples provided.

qtm4j_link_test_cases_to_test_cycle ~1,227

No description provided.

NameTypeReqDescription
actualTimestring
assigneestring
buildIdinteger
cycleKeystringyes
environmentIdinteger
executionPlannedDatestring
filterobject
qiGeneratedboolean
sortstring
startNewExecutionboolean
testCaseKeysarray
NameTypeReqDescription
cycleKeystringyes
linkedboolean
unlinkedboolean

No examples provided.

qtm4j_search_linked_test_cases_in_test_cycle ~1,366

No description provided.

NameTypeReqDescription
cycleKeystringyes
fieldsarray
filterobject
maxResultsinteger
sortstring
startAtinteger
NameTypeReqDescription
dataarrayyes
maxResultsintegeryes
startAtintegeryes
totalintegeryes

No examples provided.

qtm4j_search_test_cases ~3,100

No description provided.

NameTypeReqDescription
fieldsarray
filterobject
maxResultsnumber
sortstring
startAtnumber
NameTypeReqDescription
dataarrayyes
maxResultsnumberyes
startAtnumberyes
totalnumberyes

No examples provided.

qtm4j_search_test_cycles ~1,940

No description provided.

NameTypeReqDescription
fieldsarray
filterobject
maxResultsnumber
sortstring
startAtnumber
NameTypeReqDescription
dataarrayyes
maxResultsnumberyes
startAtnumberyes
totalnumberyes

No examples provided.

qtm4j_set_project_context ~466

No description provided.

NameTypeReqDescription
projectKeystringyes
NameTypeReqDescription
availableFieldsobject
messagestringyes
projectIdnumberyes
projectKeystringyes
projectNamestringyes

No examples provided.

qtm4j_start_new_execution ~1,430

No description provided.

NameTypeReqDescription
actualTimestring
assigneestring
buildIdstring
cloneExecutionCustomFieldsboolean
cloneFrominteger
environmentIdstring
executionPlannedDatestring
testCaseKeystringyes
testCycleKeystringyes
NameTypeReqDescription
createdbooleanyes
testCaseKeystringyes
testCycleKeystringyes

No examples provided.

qtm4j_unlink_requirements_from_test_case ~730

No description provided.

NameTypeReqDescription
keystringyes
requirementKeysarray
unLinkAllboolean
versionNointeger
NameTypeReqDescription
keystringyes
unlinkedbooleanyes
versionNointegeryes

No examples provided.

qtm4j_unlink_requirements_from_test_cycle ~644

No description provided.

NameTypeReqDescription
cycleKeystringyes
requirementKeysarray
unLinkAllboolean
NameTypeReqDescription
cycleKeystringyes
unlinkedbooleanyes

No examples provided.

qtm4j_unlink_test_cases_from_requirement ~686

No description provided.

NameTypeReqDescription
filterobject
requirementKeystringyes
testCaseKeysarray
NameTypeReqDescription
linkedboolean
requirementKeystringyes
unlinkedboolean

No examples provided.

qtm4j_unlink_test_cases_from_test_cycle ~803

No description provided.

NameTypeReqDescription
cycleKeystringyes
filterobject
testCaseKeysarray
unlinkAllboolean
NameTypeReqDescription
cycleKeystringyes
linkedboolean
unlinkedboolean

No examples provided.

qtm4j_update_test_case ~1,320

No description provided.

NameTypeReqDescription
assigneestring
componentsobject
descriptionstring
estimatedTimestring
keystringyes
labelsobject
preconditionstring
prioritystring
statusstring
summarystring
versionNointeger
NameTypeReqDescription
keystringyes
updatedbooleanyes
versionNonumberyes

No examples provided.

qtm4j_update_test_case_execution ~1,274

No description provided.

NameTypeReqDescription
actualTime
buildIdstring|null
commentstring|null
environmentIdstring
executionAssigneestring|null
executionPlannedDate
executionResultIdstring
testCaseKeystringyes
testCycleKeystringyes
NameTypeReqDescription
testCaseKeystringyes
testCycleKeystringyes
updatedbooleanyes

No examples provided.

qtm4j_update_test_cycle ~1,708

No description provided.

NameTypeReqDescription
assigneestring|null
componentsobject
description
keystringyes
labelsobject
plannedEndDate
plannedStartDate
prioritystring|null
reporterstring|null
statusstring|null
summarystring
NameTypeReqDescription
keystringyes
updatedbooleanyes

No examples provided.

qtm4j_update_test_step_execution ~935

No description provided.

NameTypeReqDescription
actualResultstring|null
commentstring|null
executionResultIdstring
testCaseKeystringyes
testCycleKeystringyes
testStepSeqNointegeryes
NameTypeReqDescription
executionResultNamestring
testCaseKeystringyes
testCycleKeystringyes
testStepSeqNonumberyes
updatedbooleanyes

No examples provided.

qtm4j_upload_automation_result ~1,834

No description provided.

NameTypeReqDescription
appendTestNameboolean
attachFileboolean
buildstring
environmentstring
fieldsobject
filePathstringyes
formatstringyes
isZipboolean
matchTestStepsboolean
testCycleToReusestring
NameTypeReqDescription
filePathstringyes
formatstringyes
messagestringyes
trackingIdstringyes

No examples provided.

reflect_add_prompt_step ~283

No description provided.

NameTypeReqDescription
promptstringyes
sessionIdstringyes

No output schema declared.

No examples provided.

reflect_add_segment ~95

No description provided.

NameTypeReqDescription
segmentIdnumberyes
sessionIdstringyes

No output schema declared.

No examples provided.

reflect_cancel_suite_execution ~96

No description provided.

NameTypeReqDescription
executionIdstringyes
suiteIdstringyes

No output schema declared.

No examples provided.

reflect_connect_to_session ~344

No description provided.

NameTypeReqDescription
sessionIdstringyes

No output schema declared.

No examples provided.

reflect_create_segment ~877

No description provided.

NameTypeReqDescription
descriptionstring
deviceProfilestring
namestringyes
parametersarray
stepsarrayyes
typestringyes

No output schema declared.

No examples provided.

reflect_create_test ~869

No description provided.

NameTypeReqDescription
descriptionstring
deviceProfilestring
namestringyes
parametersarray
stepsarrayyes
typestringyes

No output schema declared.

No examples provided.

reflect_delete_previous_step ~64

No description provided.

NameTypeReqDescription
sessionIdstringyes

No output schema declared.

No examples provided.

reflect_execute_suite ~56

No description provided.

NameTypeReqDescription
suiteIdstringyes

No output schema declared.

No examples provided.

reflect_get_screenshot ~99

No description provided.

NameTypeReqDescription
formatstring
sessionIdstringyes

No output schema declared.

No examples provided.

reflect_get_suite_execution_status ~106

No description provided.

NameTypeReqDescription
executionIdstringyes
suiteIdstringyes

No output schema declared.

No examples provided.

reflect_get_test_detail ~76

No description provided.

NameTypeReqDescription
testIdstringyes

No output schema declared.

No examples provided.

reflect_get_test_status ~67

No description provided.

NameTypeReqDescription
executionIdstringyes

No output schema declared.

No examples provided.

reflect_list_segments ~123

No description provided.

NameTypeReqDescription
limitnumber
offsetnumber
platformstringyes

No output schema declared.

No examples provided.

reflect_list_suite_executions ~66

No description provided.

NameTypeReqDescription
suiteIdstringyes

No output schema declared.

No examples provided.

reflect_list_suites ~31

No description provided.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

reflect_list_tests ~26

No description provided.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

reflect_run_test ~56

No description provided.

NameTypeReqDescription
testIdstringyes

No output schema declared.

No examples provided.

swagger_create_api_from_prompt ~527

No description provided.

NameTypeReqDescription
apiNamestringyes
ownerstringyes
promptstringyes
specTypestring
NameTypeReqDescription
apiNamestring
operationstring
ownerstring
specTypestring
urlstring
versionstring

No examples provided.

swagger_create_documentation_page ~685

No description provided.

NameTypeReqDescription
contentTypestring
ordernumber
pageContentstring
pageSlugstring
pageTitlestringyes
parentIdstring|null
portalIdstringyes
productIdstringyes
sourcestring
NameTypeReqDescription
draftUrlstring
productIdstring
sectionIdstring
sectionSlugstring

No examples provided.

swagger_create_or_update_api ~315

No description provided.

NameTypeReqDescription
apiNamestringyes
definitionstringyes
ownerstringyes
NameTypeReqDescription
apiNamestring
operationstring
ownerstring
urlstring
versionstring

No examples provided.

swagger_create_portal ~686

No description provided.

NameTypeReqDescription
credentialsEnabledboolean
namestring
offlineboolean
openapiRendererstring
pageContentFormatstring
routingstring
subdomainstringyes
swaggerHubOrganizationIdstringyes
NameTypeReqDescription
credentialsEnabledboolean
customDomainstring
idstring
namestring
offlineboolean
openapiRendererstring
routingstring
subdomainstring
swaggerHubOrganizationIdstring

No examples provided.

swagger_create_portal_product ~534

No description provided.

NameTypeReqDescription
descriptionstring
hiddenboolean
namestringyes
portalIdstringyes
productIdstring
publicboolean
slugstringyes
typestringyes
NameTypeReqDescription
descriptionstring
hiddenboolean
idstring
namestring
portalIdstring
publicboolean
slugstring
urlstring

No examples provided.

swagger_create_table_of_contents ~419

No description provided.

NameTypeReqDescription
contentobject
ordernumberyes
parentIdstring|null
sectionIdstringyes
slugstringyes
titlestringyes
typestringyes
NameTypeReqDescription
documentIdstring
idstring

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.