{ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json#/definitions/ServerDetail", "title": "SmartBear MCP", "name": "com.smartbear/smartbear-mcp", "description": "MCP server for AI access to SmartBear tools, including BugSnag, Reflect, Swagger, PactFlow, QTM4J.", "repository": { "url": "https://github.com/SmartBear/smartbear-mcp", "source": "github" }, "version": "0.25.0", "packages": [ { "registryType": "npm", "registryBaseUrl": "https://registry.npmjs.org", "identifier": "@smartbear/mcp", "version": "0.25.0", "transport": { "type": "stdio" }, "packageArguments": [], "environmentVariables": [ { "name": "BEARQ_API_TOKEN", "description": "BearQ workspace API token. Leave empty to disable BearQ tools. Learn more: https://developer.smartbear.com/smartbear-mcp/docs/bearq-integration", "isRequired": false, "isSecret": true }, { "name": "BEARQ_API_BASE_URL", "description": "Override the BearQ public API base URL (optional). Defaults to https://api.bearq.smartbear.com", "isRequired": false, "isSecret": false }, { "name": "BUGSNAG_AUTH_TOKEN", "description": "BugSnag auth token. Leave empty to disable BugSnag tools. Learn more: https://developer.smartbear.com/smartbear-mcp/docs/bugsnag-integration", "isRequired": false, "isSecret": true }, { "name": "BUGSNAG_PROJECT_API_KEY", "description": "BugSnag project API key (optional; narrows interactions to a single project). Learn more: https://developer.smartbear.com/smartbear-mcp/docs/bugsnag-integration", "isRequired": false, "isSecret": false }, { "name": "REFLECT_API_TOKEN", "description": "Reflect API token. Leave empty to disable Reflect tools. Learn more: https://developer.smartbear.com/smartbear-mcp/docs/reflect-integration", "isRequired": false, "isSecret": true }, { "name": "SWAGGER_API_KEY", "description": "Swagger API key. Leave empty to disable Swagger tools. Learn more: https://developer.smartbear.com/smartbear-mcp/docs/swagger-portal-integration", "isRequired": false, "isSecret": true }, { "name": "SWAGGER_FUNCTIONAL_TESTING_API_TOKEN", "description": "Swagger Functional Testing API token. Leave empty to disable Functional Testing tools. Learn more: https://developer.smartbear.com/smartbear-mcp/docs/functional-testing-integration", "isRequired": false, "isSecret": true }, { "name": "SWAGGER_FUNCTIONAL_TESTING_BASE_PATH", "description": "Override the Swagger Functional Testing API base URL (optional). Defaults to https://api.reflect.run/v1", "isRequired": false, "isSecret": false }, { "name": "PACT_BROKER_BASE_URL", "description": "PactFlow/Pact Broker base URL. Leave empty to disable Pact tools. Learn more: https://developer.smartbear.com/smartbear-mcp/docs/contract-testing-with-pactflow", "isRequired": false, "isSecret": false }, { "name": "PACT_BROKER_TOKEN", "description": "PactFlow authentication token. Learn more: https://developer.smartbear.com/smartbear-mcp/docs/contract-testing-with-pactflow", "isRequired": false, "isSecret": true }, { "name": "PACT_BROKER_USERNAME", "description": "Pact Broker username (alternative to token). Learn more: https://developer.smartbear.com/smartbear-mcp/docs/contract-testing-with-pactflow", "isRequired": false, "isSecret": false }, { "name": "PACT_BROKER_PASSWORD", "description": "Pact Broker password (alternative to token). Learn more: https://developer.smartbear.com/smartbear-mcp/docs/contract-testing-with-pactflow", "isRequired": false, "isSecret": true }, { "name": "ZEPHYR_API_TOKEN", "description": "The Zephyr Cloud API token for authentication. Learn more: https://support.smartbear.com/zephyr/docs/en/rest-api/api-access-tokens-management.html", "isRequired": false, "isSecret": true }, { "name": "ZEPHYR_BASE_URL", "description": " The Zephyr Cloud API base url. Should be changed depending on the region of your Jira instance. Learn more: https://support.smartbear.com/zephyr-scale-cloud/api-docs/#section/Authentication/Accessing-the-API", "isRequired": false, "isSecret": false }, { "name": "QTM4J_API_KEY", "description": "QTM4J (QMetry Test Management for Jira) API key. Leave empty to disable QTM4J tools. Learn more: https://developer.smartbear.com/smartbear-mcp/docs/qtm4j-integration", "isRequired": false, "isSecret": true }, { "name": "QTM4J_BASE_URL", "description": "QTM4J base URL (optional). Defaults to https://qtmcloud.qmetry.com. Override when using a self-hosted or region-specific instance.", "isRequired": false, "isSecret": false }, { "name": "QTM4J_AUTOMATION_API_KEY", "description": "QTM4J Automation API key used exclusively by the automation import tools. Leave empty to disable automation tools. Learn more: https://developer.smartbear.com/smartbear-mcp/docs/qtm4j-integration", "isRequired": false, "isSecret": true } ] } ], "remotes": [ { "type": "streamable-http", "url": "https://bugsnag.mcp.smartbear.com/mcp" }, { "type": "streamable-http", "url": "https://zephyr.mcp.smartbear.com/mcp" } ] }