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
swagger_delete_portal_product ~91

No description provided.

NameTypeReqDescription
productIdstringyes
NameTypeReqDescription
messagestringyes

No examples provided.

swagger_delete_table_of_contents ~170

No description provided.

NameTypeReqDescription
recursiveboolean
tableOfContentsIdstringyes
NameTypeReqDescription
successboolean

No examples provided.

swagger_get_api_definition ~322

No description provided.

NameTypeReqDescription
apistringyes
flattenboolean
formatstring
ownerstringyes
resolvedboolean
versionstringyes
NameTypeReqDescription
definitionstringyes

No examples provided.

swagger_get_document ~75

No description provided.

NameTypeReqDescription
documentIdstringyes
NameTypeReqDescription
contentstring
createdAtstring
idstring
sourcestring
typestring
updatedAtstring

No examples provided.

swagger_get_portal ~70

No description provided.

NameTypeReqDescription
portalIdstringyes
NameTypeReqDescription
credentialsEnabledboolean
customDomainstring
idstring
namestring
offlineboolean
openapiRendererstring
routingstring
subdomainstring
swaggerHubOrganizationIdstring

No examples provided.

swagger_get_portal_product ~91

No description provided.

NameTypeReqDescription
productIdstringyes
NameTypeReqDescription
descriptionstring
hiddenboolean
idstring
namestring
portalIdstring
publicboolean
slugstring
urlstring

No examples provided.

swagger_list_organizations ~198

No description provided.

NameTypeReqDescription
orderstring
pagenumber
pageSizenumber
qstring
sortBystring
NameTypeReqDescription
itemsarray
pagenumber
pageSizenumber
totalCountnumber

No examples provided.

swagger_list_portal_product_sections ~285

No description provided.

NameTypeReqDescription
embedarray
pagenumber
productIdstringyes
sizenumber
NameTypeReqDescription
itemsarray
pageobject

No examples provided.

swagger_list_portal_products ~74

No description provided.

NameTypeReqDescription
portalIdstringyes
NameTypeReqDescription
itemsarray
pageobject

No examples provided.

swagger_list_portals ~47

No description provided.

Input schema present but exposes no named parameters.

NameTypeReqDescription
itemsarray
pageobject

No examples provided.

swagger_list_table_of_contents ~244

No description provided.

NameTypeReqDescription
embedarray
pagenumber
sectionIdstringyes
sizenumber
NameTypeReqDescription
itemsarrayyes

No examples provided.

swagger_patch_api ~480

No description provided.

NameTypeReqDescription
apiNamestringyes
editsarrayyes
newVersionstring
ownerstringyes
versionstringyes
NameTypeReqDescription
failedarray
operationstring
savedboolean
urlstring
versionstring

No examples provided.

swagger_publish_portal_product ~372

No description provided.

NameTypeReqDescription
previewboolean
productIdstringyes
tableOfContentsIdstring
NameTypeReqDescription
liveUrlstring|null
previewboolean
previewUrlstring|null
successboolean

No examples provided.

swagger_resolve_organization_portal ~148

No description provided.

NameTypeReqDescription
organizationIdstringyes
NameTypeReqDescription
customDomainstring
organizationIdstring
portalCreatedboolean
portalIdstring
productsarray
subdomainstring

No examples provided.

swagger_scan_api_standardization ~205

No description provided.

NameTypeReqDescription
definitionstringyes
orgNamestringyes
NameTypeReqDescription
countnumber
countsBySeverityobject
validationarray

No examples provided.

swagger_scan_api_standardization_from_registry ~234

No description provided.

NameTypeReqDescription
apiNamestringyes
orgNamestringyes
versionstringyes
NameTypeReqDescription
countnumber
countsBySeverityobject
urlstring
validationarray

No examples provided.

swagger_search_apis_and_domains ~369

No description provided.

NameTypeReqDescription
limitnumber
offsetnumber
orderstring
ownerstring
querystring
sortstring
specTypestring
statestring
tagstring
NameTypeReqDescription
itemsarrayyes

No examples provided.

swagger_standardize_api ~352

No description provided.

NameTypeReqDescription
apistringyes
newVersionstring
ownerstringyes
versionstringyes
NameTypeReqDescription
errorsFoundnumber
fixedDefinitionstring
messagestring
savedVersionstring
urlstring

No examples provided.

swagger_update_document ~300

No description provided.

NameTypeReqDescription
contentstring
documentIdstringyes
sourcestring
typestring
NameTypeReqDescription
contentstring
createdAtstring
idstring
sourcestring
typestring
updatedAtstring

No examples provided.

swagger_update_portal ~591

No description provided.

NameTypeReqDescription
credentialsEnabledboolean
customDomainboolean
gtmKeystring
namestring
offlineboolean
openapiRendererstring
pageContentFormatstring
portalIdstringyes
routingstring
subdomainstring
NameTypeReqDescription
credentialsEnabledboolean
customDomainstring
idstring
namestring
offlineboolean
openapiRendererstring
routingstring
subdomainstring
swaggerHubOrganizationIdstring

No examples provided.

swagger_update_portal_product ~382

No description provided.

NameTypeReqDescription
descriptionstring
hiddenboolean
namestring
productIdstringyes
publicboolean
slugstring
NameTypeReqDescription
descriptionstring
hiddenboolean
idstring
namestring
portalIdstring
publicboolean
slugstring
urlstring

No examples provided.

zephyr_create_folder ~436

No description provided.

NameTypeReqDescription
folderTypestringyes
namestringyes
parentIdinteger
projectKeystringyes
NameTypeReqDescription
idinteger
selfstring

No examples provided.

zephyr_create_test_case ~824

No description provided.

NameTypeReqDescription
componentIdinteger
customFieldsobject
estimatedTimeinteger
folderIdinteger
labelsarray
namestringyes
objectivestring|null
ownerId
preconditionstring|null
priorityNamestring
projectKeystringyes
statusNamestring
NameTypeReqDescription
idinteger
keystring
selfstring

No examples provided.

zephyr_create_test_case_issue_link ~201

No description provided.

NameTypeReqDescription
issueIdinteger
testCaseKeystringyes
NameTypeReqDescription
idinteger
selfstring

No examples provided.

zephyr_create_test_case_steps ~829

No description provided.

NameTypeReqDescription
itemsarrayyes
modestringyes
testCaseKeystringyes
NameTypeReqDescription
idinteger
selfstring

No examples provided.

zephyr_create_test_case_web_link ~309

No description provided.

NameTypeReqDescription
descriptionstring
testCaseKeystringyes
urlstringyes
NameTypeReqDescription
idinteger
selfstring

No examples provided.

zephyr_create_test_cycle ~903

No description provided.

NameTypeReqDescription
customFieldsobject
descriptionstring|null
folderIdinteger
jiraProjectVersioninteger
namestringyes
ownerId
plannedEndDatestring
plannedStartDatestring
projectKeystringyes
statusNamestring
NameTypeReqDescription
idinteger
keystring
selfstring

No examples provided.

zephyr_create_test_cycle_issue_link ~257

No description provided.

NameTypeReqDescription
issueIdintegeryes
testCycleIdOrKeystringyes

No output schema declared.

No examples provided.

zephyr_create_test_cycle_web_link ~392

No description provided.

NameTypeReqDescription
descriptionstring
testCycleIdOrKeystringyes
urlstring

No output schema declared.

No examples provided.

zephyr_create_test_execution ~883

No description provided.

NameTypeReqDescription
actualEndDatestring
assignedToId
commentstring|null
customFieldsobject
environmentNamestring
executedById
executionTimeinteger
projectKeystringyes
statusNamestringyes
testCaseKeystringyes
testCycleKeystringyes
testScriptResultsarray
NameTypeReqDescription
idinteger
selfstring

No examples provided.

zephyr_create_test_execution_issue_link ~292

No description provided.

NameTypeReqDescription
issueIdintegeryes
testExecutionIdOrKeystringyes

No output schema declared.

No examples provided.

zephyr_create_test_script ~656

No description provided.

NameTypeReqDescription
testCaseKeystringyes
textstring
typestring
NameTypeReqDescription
idinteger
selfstring

No examples provided.

zephyr_get_environments ~603

No description provided.

NameTypeReqDescription
maxResultsinteger
projectKeystring
startAtinteger
NameTypeReqDescription
isLastboolean
maxResultsintegeryes
next
startAtintegeryes
totalinteger
valuesarray

No examples provided.

zephyr_get_folders ~628

No description provided.

NameTypeReqDescription
folderTypestring
maxResultsinteger
projectKeystring
startAtinteger
NameTypeReqDescription
isLastboolean
maxResultsintegeryes
next
startAtintegeryes
totalinteger
valuesarray

No examples provided.

zephyr_get_issue_link_test_cases ~126

No description provided.

NameTypeReqDescription
issueKeystringyes
NameTypeReqDescription
testCasesarrayyes

No examples provided.

zephyr_get_priorities ~388

No description provided.

NameTypeReqDescription
maxResultsinteger
projectKeystring
startAtinteger
NameTypeReqDescription
isLastboolean
maxResultsintegeryes
next
startAtintegeryes
totalinteger
valuesarray

No examples provided.

zephyr_get_project ~151

No description provided.

NameTypeReqDescription
projectIdOrKeystringyes
NameTypeReqDescription
enabledbooleanyes
idintegeryes
jiraProjectIdintegeryes
keystringyes

No examples provided.

zephyr_get_projects ~394

No description provided.

NameTypeReqDescription
maxResultsinteger
startAtinteger
NameTypeReqDescription
isLastboolean
maxResultsintegeryes
next
startAtintegeryes
totalinteger
valuesarray

No examples provided.

zephyr_get_statuses ~476

No description provided.

NameTypeReqDescription
maxResultsinteger
projectKeystring
startAtinteger
statusTypestring
NameTypeReqDescription
isLastboolean
maxResultsintegeryes
next
startAtintegeryes
totalinteger
valuesarray

No examples provided.

zephyr_get_test_case ~192

No description provided.

NameTypeReqDescription
testCaseKeystringyes
NameTypeReqDescription
component
createdOnstring
customFieldsobject
estimatedTime
folder
idintegeryes
keystringyes
labelsarray
linksobject
namestringyes
objectivestring|null
owner
preconditionstring|null
priorityobjectyes
projectobjectyes
statusobjectyes
testScriptobject

No examples provided.

zephyr_get_test_case_links ~169

No description provided.

NameTypeReqDescription
testCaseKeystringyes
NameTypeReqDescription
issuesarray
selfstring
webLinksarray

No examples provided.

zephyr_get_test_case_steps ~543

No description provided.

NameTypeReqDescription
maxResultsinteger
startAtinteger
testCaseKeystringyes
NameTypeReqDescription
isLastboolean
maxResultsintegeryes
next
startAtintegeryes
totalinteger
valuesarray

No examples provided.

zephyr_get_test_cases ~588

No description provided.

NameTypeReqDescription
folderIdinteger
limitinteger
projectKeystring
startAtIdinteger
updatedAfterstring
NameTypeReqDescription
limitintegeryes
next
nextStartAtIdyes
valuesarray

No examples provided.

zephyr_get_test_cycle ~163

No description provided.

NameTypeReqDescription
testCycleIdOrKeystringyes
NameTypeReqDescription
customFieldsobject
descriptionstring|null
folder
idintegeryes
jiraProjectVersion
keystringyes
linksobject
namestringyes
owner
plannedEndDate
plannedStartDate
projectobjectyes
statusobjectyes

No examples provided.

zephyr_get_test_cycle_links ~199

No description provided.

NameTypeReqDescription
testCycleIdOrKeystringyes
NameTypeReqDescription
issuesarray
selfstring
testPlansarray
webLinksarray

No examples provided.

zephyr_get_test_cycles ~666

No description provided.

NameTypeReqDescription
folderIdinteger
jiraProjectVersionIdinteger
maxResultsinteger
projectKeystring
startAtinteger
NameTypeReqDescription
isLastboolean
maxResultsintegeryes
next
startAtintegeryes
totalinteger
valuesarray

No examples provided.

zephyr_get_test_cycles_linked_to_a_jira_issue ~129

No description provided.

NameTypeReqDescription
issueKeystringyes
NameTypeReqDescription
testCyclesarrayyes

No examples provided.

zephyr_get_test_execution ~203

No description provided.

NameTypeReqDescription
testExecutionIdOrKeystringyes
NameTypeReqDescription
actualEndDatestring
assignedToId
automatedboolean
commentstring|null
customFieldsobject
environment
estimatedTime
executedById
executionTime
idintegeryes
jiraProjectVersion
keystring
linksobject
projectobjectyes
testCaseobjectyes
testCycle
testExecutionStatusobjectyes

No examples provided.

zephyr_get_test_execution_links ~207

No description provided.

NameTypeReqDescription
testExecutionIdOrKeystringyes
NameTypeReqDescription
issuesarray
selfstring

No examples provided.

zephyr_get_test_execution_steps ~740

No description provided.

NameTypeReqDescription
maxResultsinteger
startAtinteger
testDataRowNumberinteger
testExecutionIdOrKeystringyes
NameTypeReqDescription
isLastboolean
maxResultsintegeryes
next
startAtintegeryes
totalinteger
valuesarray

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.