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
contract-testing_get_deployed_versions_for_version ~170

No description provided.

NameTypeReqDescription
environmentIdstringyes
pacticipantNamestringyes
pageNumbernumber
pageSizenumber
versionNumberstringyes

No output schema declared.

No examples provided.

contract-testing_get_environment ~59

No description provided.

NameTypeReqDescription
environmentIdstringyes

No output schema declared.

No examples provided.

contract-testing_get_integrations_by_team ~113

No description provided.

NameTypeReqDescription
pageNumbernumber
pageSizenumber
teamIdstringyes

No output schema declared.

No examples provided.

contract-testing_get_latest_pacticipant_version ~110

No description provided.

NameTypeReqDescription
pacticipantNamestringyes
tagstring

No output schema declared.

No examples provided.

contract-testing_get_metrics ~29

No description provided.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

contract-testing_get_pacticipant ~71

No description provided.

NameTypeReqDescription
pacticipantNamestringyes

No output schema declared.

No examples provided.

contract-testing_get_pacticipant_label ~91

No description provided.

NameTypeReqDescription
labelNamestringyes
pacticipantNamestringyes

No output schema declared.

No examples provided.

contract-testing_get_pacticipant_network ~125

No description provided.

NameTypeReqDescription
pacticipantNamestringyes
pageNumbernumber
pageSizenumber

No output schema declared.

No examples provided.

contract-testing_get_pacticipant_version ~93

No description provided.

NameTypeReqDescription
pacticipantNamestringyes
versionNumberstringyes

No output schema declared.

No examples provided.

contract-testing_get_pacts_for_verification ~260

No description provided.

NameTypeReqDescription
consumerVersionSelectorsarray
includePendingStatusboolean
includeWipPactsSincestring
providerNamestringyes
providerVersionBranchstring
providerVersionTagsarray

No output schema declared.

No examples provided.

contract-testing_get_provider_states ~113

No description provided.

NameTypeReqDescription
pageNumbernumber
pageSizenumber
providerstringyes

No output schema declared.

No examples provided.

contract-testing_get_released_versions_for_version ~170

No description provided.

NameTypeReqDescription
environmentIdstringyes
pacticipantNamestringyes
pageNumbernumber
pageSizenumber
versionNumberstringyes

No output schema declared.

No examples provided.

contract-testing_get_secret ~55

No description provided.

NameTypeReqDescription
secretIdstringyes

No output schema declared.

No examples provided.

contract-testing_get_system_preferences ~32

No description provided.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

contract-testing_get_team_metrics ~29

No description provided.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

contract-testing_get_user_preferences ~33

No description provided.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

contract-testing_get_webhook ~57

No description provided.

NameTypeReqDescription
webhookIdstringyes

No output schema declared.

No examples provided.

contract-testing_list_api_tokens ~83

No description provided.

NameTypeReqDescription
pageNumbernumber
pageSizenumber

No output schema declared.

No examples provided.

contract-testing_list_branches ~140

No description provided.

NameTypeReqDescription
pacticipantNamestringyes
pageNumbernumber
pageSizenumber
qstring

No output schema declared.

No examples provided.

contract-testing_list_environments ~88

No description provided.

NameTypeReqDescription
pageNumbernumber
pageSizenumber

No output schema declared.

No examples provided.

contract-testing_list_integrations ~84

No description provided.

NameTypeReqDescription
pageNumbernumber
pageSizenumber

No output schema declared.

No examples provided.

contract-testing_list_labels ~78

No description provided.

NameTypeReqDescription
pageNumbernumber
pageSizenumber

No output schema declared.

No examples provided.

contract-testing_list_pacticipant_versions ~115

No description provided.

NameTypeReqDescription
pacticipantNamestringyes
pageNumbernumber
pageSizenumber

No output schema declared.

No examples provided.

contract-testing_list_pacticipants ~95

No description provided.

NameTypeReqDescription
pageNumbernumber
pageSizenumber

No output schema declared.

No examples provided.

contract-testing_list_pacticipants_by_label ~113

No description provided.

NameTypeReqDescription
labelNamestringyes
pageNumbernumber
pageSizenumber

No output schema declared.

No examples provided.

contract-testing_list_secrets ~79

No description provided.

NameTypeReqDescription
pageNumbernumber
pageSizenumber

No output schema declared.

No examples provided.

contract-testing_list_webhooks ~81

No description provided.

NameTypeReqDescription
pageNumbernumber
pageSizenumber

No output schema declared.

No examples provided.

contract-testing_matrix ~455

No description provided.

NameTypeReqDescription
latestbystring
limitnumber
qarrayyes

No output schema declared.

No examples provided.

contract-testing_patch_pacticipant ~203

No description provided.

NameTypeReqDescription
displayNamestring
mainBranchstring
pacticipantNamestringyes
repositoryNamestring
repositoryNamespacestring
repositoryUrlstring

No output schema declared.

No examples provided.

contract-testing_publish_consumer_contracts ~221

No description provided.

NameTypeReqDescription
branchstring
buildUrlstring
contractsarrayyes
pacticipantNamestringyes
pacticipantVersionNumberstringyes
tagsarray

No output schema declared.

No examples provided.

contract-testing_publish_provider_contract ~212

No description provided.

NameTypeReqDescription
branchstring
buildUrlstring
contractobjectyes
pacticipantVersionNumberstringyes
providerNamestringyes
tagsarray

No output schema declared.

No examples provided.

contract-testing_record_deployment ~201

No description provided.

NameTypeReqDescription
applicationInstancestring
environmentIdstringyes
pacticipantNamestringyes
versionNumberstringyes

No output schema declared.

No examples provided.

contract-testing_record_release ~137

No description provided.

NameTypeReqDescription
environmentIdstringyes
pacticipantNamestringyes
versionNumberstringyes

No output schema declared.

No examples provided.

contract-testing_regenerate_api_token ~67

No description provided.

NameTypeReqDescription
tokenIdstringyes

No output schema declared.

No examples provided.

contract-testing_remove_label_from_pacticipant ~88

No description provided.

NameTypeReqDescription
labelNamestringyes
pacticipantNamestringyes

No output schema declared.

No examples provided.

contract-testing_review_pact_tests ~342

No description provided.

NameTypeReqDescription
codearray
errorMessagesarray
openapiobject
pactTestsobjectyes
userInstructionsstring

No output schema declared.

No examples provided.

contract-testing_test_execute_webhooks ~39

No description provided.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

contract-testing_update_environment ~171

No description provided.

NameTypeReqDescription
displayNamestring
environmentIdstringyes
namestringyes
productionbooleanyes
teamUuidsarray

No output schema declared.

No examples provided.

contract-testing_update_pacticipant ~207

No description provided.

NameTypeReqDescription
displayNamestring
mainBranchstring
pacticipantNamestringyes
repositoryNamestring
repositoryNamespacestring
repositoryUrlstring

No output schema declared.

No examples provided.

contract-testing_update_pacticipant_version ~124

No description provided.

NameTypeReqDescription
buildUrlstring
pacticipantNamestringyes
versionNumberstringyes

No output schema declared.

No examples provided.

contract-testing_update_secret ~126

No description provided.

NameTypeReqDescription
descriptionstring|null
namestring
secretIdstringyes
valuestring

No output schema declared.

No examples provided.

contract-testing_update_webhook ~218

No description provided.

NameTypeReqDescription
consumer
descriptionstring
enabledboolean
eventsarray
provider
requestobject
teamUuid
webhookIdstringyes

No output schema declared.

No examples provided.

qmetry_bulk_update_test_case_execution_status ~3,974

No description provided.

NameTypeReqDescription
commentsstring
dropIDnumber|string
entityIDsstringyes
entityTypestring
isAutoExecutedstring
isBulkOperationboolean
passwordstring
projectKeystring
qmRunObjstring
qmTsRunIdstringyes
runStatusIDnumberyes
typestring
usernamestring

No output schema declared.

No examples provided.

qmetry_bulk_update_test_run_udfs ~2,534

No description provided.

NameTypeReqDescription
UDFobjectyes
projectKeystring
tcRunIDsarrayyes

No output schema declared.

No examples provided.

qmetry_create_cycle ~1,411

No description provided.

NameTypeReqDescription
cycleobjectyes
projectKeystring

No output schema declared.

No examples provided.

qmetry_create_defect_or_issue ~4,561

No description provided.

NameTypeReqDescription
affectedCyclesarray
affectedReleasearray
componentarray
descriptionstring
environmentstring
issueOwnernumber
issuePrioritynumberyes
issueStatenumber
issueTypenumberyes
projectKeystring
summarystringyes
sync_withstring
tcRunIDnumber
udfFieldsobject

No output schema declared.

No examples provided.

qmetry_create_release ~939

No description provided.

NameTypeReqDescription
cycleobject
projectKeystring
releaseobjectyes

No output schema declared.

No examples provided.

qmetry_create_requirement ~1,613

No description provided.

NameTypeReqDescription
associateRelCycboolean
componentarray
descriptionstring
namestringyes
prioritynumber
releaseCycleMappingarray
requirementOwnernumber
requirementStatenumber
rqFolderIdstring
scopestring
udfFieldsobject

No output schema declared.

No examples provided.

qmetry_create_test_case ~4,681

No description provided.

NameTypeReqDescription
associateRelCycboolean
componentarray
descriptionstring
estimatedTimenumber
namestringyes
prioritynumber
releaseCycleMappingarray
skipStepsboolean
stepsarray
tcFolderIDstring
testCaseStatenumber
testCaseTypenumber
testcaseOwnernumber
testingTypenumber
udfFieldsobject

No output schema declared.

No examples provided.

qmetry_create_test_suite ~4,066

No description provided.

NameTypeReqDescription
associateRelCycboolean
descriptionstring
isAutomatedFlagboolean
namestringyes
parentFolderIdstring
releaseCycleMappingarray
testSuiteStatenumber
testsuiteOwnernumber
udfFieldsobject

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.