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_admin_get_system_account_tokens ~111

No description provided.

NameTypeReqDescription
accountIdstringyes
pageNumbernumber
pageSizenumber

No output schema declared.

No examples provided.

contract-testing_admin_get_team ~58

No description provided.

NameTypeReqDescription
teamIdstringyes

No output schema declared.

No examples provided.

contract-testing_admin_get_team_user ~88

No description provided.

NameTypeReqDescription
teamIdstringyes
userIdstringyes

No output schema declared.

No examples provided.

contract-testing_admin_get_user ~58

No description provided.

NameTypeReqDescription
userIdstringyes

No output schema declared.

No examples provided.

contract-testing_admin_invite_users ~56

No description provided.

NameTypeReqDescription
usersarrayyes

No output schema declared.

No examples provided.

contract-testing_admin_list_permissions ~79

No description provided.

NameTypeReqDescription
pageNumbernumber
pageSizenumber

No output schema declared.

No examples provided.

contract-testing_admin_list_roles ~81

No description provided.

NameTypeReqDescription
pageNumbernumber
pageSizenumber

No output schema declared.

No examples provided.

contract-testing_admin_list_team_users ~108

No description provided.

NameTypeReqDescription
pageNumbernumber
pageSizenumber
teamIdstringyes

No output schema declared.

No examples provided.

contract-testing_admin_list_teams ~98

No description provided.

NameTypeReqDescription
pagenumber
qstring
sizenumber

No output schema declared.

No examples provided.

contract-testing_admin_list_users ~161

No description provided.

NameTypeReqDescription
activeboolean
pagenumber
qstring
sizenumber
userTypenumber

No output schema declared.

No examples provided.

contract-testing_admin_patch_team_users ~88

No description provided.

NameTypeReqDescription
operationsarrayyes
teamIdstringyes

No output schema declared.

No examples provided.

contract-testing_admin_remove_role_from_user ~85

No description provided.

NameTypeReqDescription
roleIdstringyes
userIdstringyes

No output schema declared.

No examples provided.

contract-testing_admin_remove_user_from_team ~85

No description provided.

NameTypeReqDescription
teamIdstringyes
userIdstringyes

No output schema declared.

No examples provided.

contract-testing_admin_reset_roles ~33

No description provided.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

contract-testing_admin_set_team_users ~101

No description provided.

NameTypeReqDescription
teamIdstringyes
uuidsarrayyes

No output schema declared.

No examples provided.

contract-testing_admin_set_user_roles ~88

No description provided.

NameTypeReqDescription
rolesarrayyes
userIdstringyes

No output schema declared.

No examples provided.

contract-testing_admin_update_role ~133

No description provided.

NameTypeReqDescription
descriptionstring
namestringyes
permissionsarrayyes
roleIdstringyes

No output schema declared.

No examples provided.

contract-testing_admin_update_team ~175

No description provided.

NameTypeReqDescription
administratorUuidsarray
environmentUuidsarray
namestringyes
pacticipantNamesarray
teamIdstringyes

No output schema declared.

No examples provided.

contract-testing_admin_update_user ~158

No description provided.

NameTypeReqDescription
activeboolean
emailstring
firstNamestring
lastNamestring
namestring
userIdstringyes

No output schema declared.

No examples provided.

contract-testing_can_i_deploy ~231

No description provided.

NameTypeReqDescription
environmentstringyes
pacticipantstringyes
versionstringyes

No output schema declared.

No examples provided.

contract-testing_check_pactflow_ai_entitlements ~146

No description provided.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

contract-testing_create_environment ~163

No description provided.

NameTypeReqDescription
displayNamestring
namestringyes
productionbooleanyes
teamUuidsarray

No output schema declared.

No examples provided.

contract-testing_create_pacticipant ~206

No description provided.

NameTypeReqDescription
displayNamestring
mainBranchstring
namestringyes
repositoryNamestring
repositoryNamespacestring
repositoryUrlstring

No output schema declared.

No examples provided.

contract-testing_create_secret ~137

No description provided.

NameTypeReqDescription
descriptionstring|null
namestringyes
teamUuidstring
valuestringyes

No output schema declared.

No examples provided.

contract-testing_create_webhook ~238

No description provided.

NameTypeReqDescription
consumerobject
descriptionstringyes
enabledboolean
eventsarrayyes
providerobject
requestobjectyes
teamUuid

No output schema declared.

No examples provided.

contract-testing_delete_all_integrations ~36

No description provided.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

contract-testing_delete_branch ~91

No description provided.

NameTypeReqDescription
branchNamestringyes
pacticipantNamestringyes

No output schema declared.

No examples provided.

contract-testing_delete_environment ~56

No description provided.

NameTypeReqDescription
environmentIdstringyes

No output schema declared.

No examples provided.

contract-testing_delete_integration ~83

No description provided.

NameTypeReqDescription
consumerNamestringyes
providerNamestringyes

No output schema declared.

No examples provided.

contract-testing_delete_pacticipant ~67

No description provided.

NameTypeReqDescription
pacticipantNamestringyes

No output schema declared.

No examples provided.

contract-testing_delete_secret ~52

No description provided.

NameTypeReqDescription
secretIdstringyes

No output schema declared.

No examples provided.

contract-testing_delete_webhook ~54

No description provided.

NameTypeReqDescription
webhookIdstringyes

No output schema declared.

No examples provided.

contract-testing_execute_webhook ~57

No description provided.

NameTypeReqDescription
webhookIdstringyes

No output schema declared.

No examples provided.

contract-testing_generate_pact_tests ~477

No description provided.

NameTypeReqDescription
additionalInstructionsstring
codearray
languagestring
openapiobject
requestResponseobject
testTemplateobject

No output schema declared.

No examples provided.

contract-testing_get_audit_log ~334

No description provided.

NameTypeReqDescription
fromstring
pageNumberinteger
pageSizeinteger
sincestring
sortstring
typestring
userUuidstring

No output schema declared.

No examples provided.

contract-testing_get_bdct_consumer_by_consumer_version ~204

No description provided.

NameTypeReqDescription
consumerNamestringyes
consumerVersionNumberstringyes
pageNumbernumber
pageSizenumber
providerNamestringyes
providerVersionNumberstringyes

No output schema declared.

No examples provided.

contract-testing_get_bdct_consumer_contract_verification_results ~151

No description provided.

NameTypeReqDescription
pageNumbernumber
pageSizenumber
providerNamestringyes
providerVersionNumberstringyes

No output schema declared.

No examples provided.

contract-testing_get_bdct_consumer_contracts ~149

No description provided.

NameTypeReqDescription
pageNumbernumber
pageSizenumber
providerNamestringyes
providerVersionNumberstringyes

No output schema declared.

No examples provided.

contract-testing_get_bdct_consumer_pact_test_results_by_consumer ~208

No description provided.

NameTypeReqDescription
consumerNamestringyes
consumerVersionNumberstringyes
pageNumbernumber
pageSizenumber
providerNamestringyes
providerVersionNumberstringyes

No output schema declared.

No examples provided.

contract-testing_get_bdct_cross-contract_verification_results ~150

No description provided.

NameTypeReqDescription
pageNumbernumber
pageSizenumber
providerNamestringyes
providerVersionNumberstringyes

No output schema declared.

No examples provided.

contract-testing_get_bdct_provider_by_consumer_version ~204

No description provided.

NameTypeReqDescription
consumerNamestringyes
consumerVersionNumberstringyes
pageNumbernumber
pageSizenumber
providerNamestringyes
providerVersionNumberstringyes

No output schema declared.

No examples provided.

contract-testing_get_bdct_provider_check_results_by_consumer ~207

No description provided.

NameTypeReqDescription
consumerNamestringyes
consumerVersionNumberstringyes
pageNumbernumber
pageSizenumber
providerNamestringyes
providerVersionNumberstringyes

No output schema declared.

No examples provided.

contract-testing_get_bdct_provider_contract ~147

No description provided.

NameTypeReqDescription
pageNumbernumber
pageSizenumber
providerNamestringyes
providerVersionNumberstringyes

No output schema declared.

No examples provided.

contract-testing_get_bdct_provider_contract_verification_results ~150

No description provided.

NameTypeReqDescription
pageNumbernumber
pageSizenumber
providerNamestringyes
providerVersionNumberstringyes

No output schema declared.

No examples provided.

contract-testing_get_bdct_x-contract_test_results_by_consumer ~206

No description provided.

NameTypeReqDescription
consumerNamestringyes
consumerVersionNumberstringyes
pageNumbernumber
pageSizenumber
providerNamestringyes
providerVersionNumberstringyes

No output schema declared.

No examples provided.

contract-testing_get_branch ~90

No description provided.

NameTypeReqDescription
branchNamestringyes
pacticipantNamestringyes

No output schema declared.

No examples provided.

contract-testing_get_branch_versions ~143

No description provided.

NameTypeReqDescription
branchNamestringyes
pacticipantNamestringyes
pageNumbernumber
pageSizenumber

No output schema declared.

No examples provided.

contract-testing_get_current_user ~36

No description provided.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

contract-testing_get_currently_deployed_versions ~114

No description provided.

NameTypeReqDescription
environmentIdstringyes
pageNumbernumber
pageSizenumber

No output schema declared.

No examples provided.

contract-testing_get_currently_supported_versions ~115

No description provided.

NameTypeReqDescription
environmentIdstringyes
pageNumbernumber
pageSizenumber

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.