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
qmetry_execute_quality_gate_report ~787

No description provided.

NameTypeReqDescription
cycleIdsarray
gateIdentifierstringyes
limitnumber
pagenumber
projectIdnumberyes
projectKeystring
releaseIdnumber
reportNamestringyes

No output schema declared.

No examples provided.

qmetry_export_html_report ~343

No description provided.

NameTypeReqDescription
fileNamestringyes
htmlContentstringyes
projectKeystring

No output schema declared.

No examples provided.

qmetry_fetch_automation_status ~279

No description provided.

NameTypeReqDescription
projectKeystring
requestIDnumberyes

No output schema declared.

No examples provided.

qmetry_fetch_builds ~625

No description provided.

NameTypeReqDescription
filterstring
limitnumber
pagenumber
projectKeystring
startnumber

No output schema declared.

No examples provided.

qmetry_fetch_cascade_child_values ~983

No description provided.

NameTypeReqDescription
idintegeryes
isArchReqboolean
projectKeystring

No output schema declared.

No examples provided.

qmetry_fetch_defects_or_issues ~1,567

No description provided.

NameTypeReqDescription
filterstring
isJiraIntegratedboolean
limitnumber
pagenumber
projectKeystring
sortstring
startnumber
viewIdnumber

No output schema declared.

No examples provided.

qmetry_fetch_executions_by_test_suite ~1,865

No description provided.

NameTypeReqDescription
filterstring
gridNamestring
limitnumber
pagenumber
projectKeystring
startnumber
tsFolderIDnumber
tsIDnumberyes
viewIdnumber

No output schema declared.

No examples provided.

qmetry_fetch_issue_details ~560

No description provided.

NameTypeReqDescription
defectIdintegeryes
projectKeystring

No output schema declared.

No examples provided.

qmetry_fetch_issue_executions ~3,539

No description provided.

NameTypeReqDescription
filterstring
limitnumber
linkedAssetIdnumberyes
pagenumber
platformIDstring
projectKeystring
startnumber

No output schema declared.

No examples provided.

qmetry_fetch_issues_linked_to_test_case ~1,545

No description provided.

NameTypeReqDescription
filterstring
getLinkedboolean
limitnumber
pagenumber
projectKeystring
startnumber
tcIDnumberyes

No output schema declared.

No examples provided.

qmetry_fetch_linked_issues_of_test_case_run ~2,200

No description provided.

NameTypeReqDescription
entityIdnumberyes
filterstring
getColumnsboolean
getLinkedboolean
istcrFlagboolean
limitnumber
pagenumber
projectKeystring
startnumber

No output schema declared.

No examples provided.

qmetry_fetch_platforms ~874

No description provided.

NameTypeReqDescription
filterstring
limitnumber
pagenumber
projectKeystring
sortstring
startnumber

No output schema declared.

No examples provided.

qmetry_fetch_qmetry_list_projects ~731

No description provided.

NameTypeReqDescription
filterstring
limitnumber
pagenumber
paramsobjectyes
projectKeystring
startnumber

No output schema declared.

No examples provided.

qmetry_fetch_qmetry_project_info ~591

No description provided.

NameTypeReqDescription
projectKeystring

No output schema declared.

No examples provided.

qmetry_fetch_quality_gate_configuration ~374

No description provided.

NameTypeReqDescription
agentIdentifierstringyes
projectIdnumberyes
projectKeystring

No output schema declared.

No examples provided.

qmetry_fetch_releases_and_cycles ~595

No description provided.

NameTypeReqDescription
projectKeystring
showArchiveboolean

No output schema declared.

No examples provided.

qmetry_fetch_requirement_details ~488

No description provided.

NameTypeReqDescription
idnumberyes
projectKeystring
versionnumberyes

No output schema declared.

No examples provided.

qmetry_fetch_requirements ~2,542

No description provided.

NameTypeReqDescription
filterstring
filterTypestring
folderPathstring
folderSortColumnstring
folderSortOrderstring
getSubEntitiesboolean
hideEmptyFoldersboolean
isJiraFilterboolean
limitnumber
pagenumber
projectKeystring
scopestring
sortstring
startnumber
udfFilterstring
viewIdnumber

No output schema declared.

No examples provided.

qmetry_fetch_requirements_linked_to_test_case ~1,682

No description provided.

NameTypeReqDescription
filterstring
getLinkedboolean
limitnumber
pagenumber
projectKeystring
rqFolderPathstring
startnumber
tcIDnumberyes

No output schema declared.

No examples provided.

qmetry_fetch_test_case_details ~741

No description provided.

NameTypeReqDescription
limitnumber
pagenumber
projectKeystring
startnumber
tcIDnumberyes

No output schema declared.

No examples provided.

qmetry_fetch_test_case_executions ~4,025

No description provided.

NameTypeReqDescription
filterstring
limitnumber
pagenumber
projectKeystring
scopestring
startnumber
tcidnumberyes
tcversionnumber

No output schema declared.

No examples provided.

qmetry_fetch_test_case_runs_by_test_suite_run ~5,045

No description provided.

NameTypeReqDescription
filterstring
limitnumber
pagenumber
projectKeystring
showTcWithDefectsboolean
startnumber
tcrUdfFilterstring
tsrunIDstringyes
udfFilterstring
viewIdnumber

No output schema declared.

No examples provided.

qmetry_fetch_test_case_steps ~530

No description provided.

NameTypeReqDescription
idnumberyes
limitnumber
pagenumber
projectKeystring
startnumber
versionnumber

No output schema declared.

No examples provided.

qmetry_fetch_test_case_steps_with_udf ~844

No description provided.

NameTypeReqDescription
limitnumber
pagenumber
projectKeystring
startnumber
tcIDnumberyes
versionnumber
viewIdnumber

No output schema declared.

No examples provided.

qmetry_fetch_test_case_version_details ~506

No description provided.

NameTypeReqDescription
idnumberyes
projectKeystring
scopestring
versionnumberyes

No output schema declared.

No examples provided.

qmetry_fetch_test_cases ~2,086

No description provided.

NameTypeReqDescription
filterstring
folderIDnumber
folderPathstring
folderSortColumnstring
folderSortOrderstring
getSubEntitiesboolean
hideEmptyFoldersboolean
limitnumber
pagenumber
projectKeystring
restoreDefaultColumnsboolean
scopestring
showRootOnlyboolean
startnumber
udfFilterstring
viewIdnumber

No output schema declared.

No examples provided.

qmetry_fetch_test_cases_linked_to_requirement ~2,487

No description provided.

NameTypeReqDescription
cycleIDstring
filterstring
getColumnsboolean
getLinkedboolean
getSubEntitiesboolean
limitnumber
pagenumber
projectKeystring
releaseIDstring
rqIDnumberyes
showEntityWithReleaseCycleboolean
startnumber
tcFolderPathstring

No output schema declared.

No examples provided.

qmetry_fetch_test_cases_linked_to_test_suite ~1,467

No description provided.

NameTypeReqDescription
filterstring
getLinkedboolean
limitnumber
pagenumber
projectKeystring
startnumber
tsIDnumberyes

No output schema declared.

No examples provided.

qmetry_fetch_test_run_udf_metadata ~608

No description provided.

NameTypeReqDescription
projectKeystring

No output schema declared.

No examples provided.

qmetry_fetch_test_run_udf_values ~1,931

No description provided.

NameTypeReqDescription
projectKeystring
sizeinteger
sourceContextstring
sourceRowsarray
startIndexinteger
tsrunIDstring
viewIdinteger

No output schema declared.

No examples provided.

qmetry_fetch_test_suite_details ~322

No description provided.

NameTypeReqDescription
idintegeryes
projectKeystring
scopestring

No output schema declared.

No examples provided.

qmetry_fetch_test_suites ~1,723

No description provided.

NameTypeReqDescription
filterstring
folderPathstring
getSubEntitiesboolean
limitnumber
pagenumber
projectKeystring
scopestring
sortstring
startnumber
udfFilterstring
viewIdnumber

No output schema declared.

No examples provided.

qmetry_fetch_test_suites_for_test_case ~1,657

No description provided.

NameTypeReqDescription
filterstring
getColumnsboolean
limitnumber
pagenumber
projectKeystring
startnumber
tsFolderIDnumber
viewIdnumber

No output schema declared.

No examples provided.

qmetry_fetch_udf_layout ~2,364

No description provided.

NameTypeReqDescription
entityTypestringyes
pageNamestring
projectKeystring

No output schema declared.

No examples provided.

qmetry_import_automation_test_results ~4,209

No description provided.

NameTypeReqDescription
automationHierarchystring
buildIDstring
cycleIDstring
entityTypestringyes
filestringyes
fileNamestringyes
is_matching_requiredstring
platformIDstring
projectIDstring
releaseIDstring
skipWarningstring
tcFolderPathstring
testcase_fieldsstring
testsuiteIdstring
testsuiteNamestring
testsuite_fieldsstring
tsFolderPathstring

No output schema declared.

No examples provided.

qmetry_link_issues_to_testcase_run ~553

No description provided.

NameTypeReqDescription
issueIdsarrayyes
projectKeystring
tcrIdnumberyes

No output schema declared.

No examples provided.

qmetry_link_platforms_to_test_suite ~889

No description provided.

NameTypeReqDescription
projectKeystring
qmPlatformIdstringyes
qmTsIdnumberyes

No output schema declared.

No examples provided.

qmetry_link_requirements_to_testcase ~512

No description provided.

NameTypeReqDescription
rqVersionIdsstringyes
tcIDstringyes
tcVersionIdnumberyes

No output schema declared.

No examples provided.

qmetry_link_test_case_to_issues ~522

No description provided.

NameTypeReqDescription
dfIDsarrayyes
tcIDstringyes

No output schema declared.

No examples provided.

qmetry_link_test_cases_to_test_suite ~736

No description provided.

NameTypeReqDescription
fromReqsboolean
tcvdIDsarrayyes
tsIDnumberyes

No output schema declared.

No examples provided.

qmetry_requirements_linked_test_cases_to_test_suite ~773

No description provided.

NameTypeReqDescription
fromReqsboolean
tcvdIDsarrayyes
tsIDnumberyes

No output schema declared.

No examples provided.

qmetry_set_qmetry_project_info ~392

No description provided.

NameTypeReqDescription
projectKeystring

No output schema declared.

No examples provided.

qmetry_update_cycle ~1,166

No description provided.

NameTypeReqDescription
cycleobjectyes
projectKeystring

No output schema declared.

No examples provided.

qmetry_update_issue ~2,222

No description provided.

NameTypeReqDescription
DefectIdnumberyes
UDFobject
affectedCyclesnumber
affectedReleasenumber
descriptionstring
entityKeystring
issueOwnernumber
issuePrioritynumber
issueTypenumber
summarystring
udfFieldsobject

No output schema declared.

No examples provided.

qmetry_update_requirement ~1,690

No description provided.

NameTypeReqDescription
UDFobject
attachmentsobject
componentarray
descriptionstring
namestring
prioritynumber
requirementOwnernumber
requirementStatenumber
rqIdnumberyes
rqVersionIdnumberyes
udfFieldsobject
updateWithVersionboolean

No output schema declared.

No examples provided.

qmetry_update_test_case ~5,201

No description provided.

NameTypeReqDescription
UDFobject
componentarray
descriptionstring
estimatedTimenumber
executionMinutesnumber
folderPathstring
isStepUpdatedboolean
namestring
notrunallboolean
notruncurrentboolean
ownernumber
prioritynumber
projectKeystring
removeStepsarray
scopestring
stepsarray
tcIDnumberyes
tcVersionnumber
tcVersionIDnumberyes
testCaseStatenumber
testCaseTypenumber
testingTypenumber
udfFieldsobject
updateOnlyMetadataboolean
versionCommentstring
withVersionboolean

No output schema declared.

No examples provided.

qmetry_update_test_suite ~2,449

No description provided.

NameTypeReqDescription
TsFolderIDnumber
UDFobject
descriptionstring
entityKeystringyes
idnumberyes
namestring
testSuiteStatenumber
testsuiteOwnernumber
udfFieldsobject

No output schema declared.

No examples provided.

qtm4j_create_test_case ~1,083

No description provided.

NameTypeReqDescription
assigneestring
componentsarray
descriptionstring
folderIdnumber
labelsarray
prioritystring
reporterstring
statusstring
stepsarray
summarystringyes
NameTypeReqDescription
idstringyes
keystringyes
summarystringyes
versionNonumberyes

No examples provided.

qtm4j_create_test_cycle ~1,036

No description provided.

NameTypeReqDescription
assigneestring
componentsarray
descriptionstring
labelsarray
plannedEndDatestring
plannedStartDatestring
prioritystring
reporterstring
statusstring
summarystringyes
NameTypeReqDescription
idstringyes
keystringyes

No examples provided.

qtm4j_get_automation_history ~688

No description provided.

NameTypeReqDescription
maxResultsinteger
startAtinteger
NameTypeReqDescription
data
maxResultsnumber|null
startAtnumber|null
totalnumber|null

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.