SmartBear MCP✓
com.smartbear/smartbear-mcp · v0.19.2
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json#/definitions/ServerDetail",
"name": "com.smartbear/smartbear-mcp",
"description": "MCP server for AI access to SmartBear tools, including BugSnag, Reflect, Swagger, PactFlow.",
"title": "SmartBear MCP",
"repository": {
"url": "https://github.com/SmartBear/smartbear-mcp",
"source": "github"
},
"version": "0.19.2",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@smartbear/mcp",
"version": "0.19.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "BugSnag auth token. Leave empty to disable BugSnag tools. Learn more: https://developer.smartbear.com/smartbear-mcp/docs/bugsnag-integration",
"isSecret": true,
"name": "BUGSNAG_AUTH_TOKEN"
},
{
"description": "BugSnag project API key (optional; narrows interactions to a single project). Learn more: https://developer.smartbear.com/smartbear-mcp/docs/bugsnag-integration",
"name": "BUGSNAG_PROJECT_API_KEY"
},
{
"description": "Reflect API token. Leave empty to disable Reflect tools. Learn more: https://developer.smartbear.com/smartbear-mcp/docs/reflect-integration",
"isSecret": true,
"name": "REFLECT_API_TOKEN"
},
{
"description": "Swagger API key. Leave empty to disable Swagger tools. Learn more: https://developer.smartbear.com/smartbear-mcp/docs/swagger-portal-integration",
"isSecret": true,
"name": "SWAGGER_API_KEY"
},
{
"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",
"name": "PACT_BROKER_BASE_URL"
},
{
"description": "PactFlow authentication token. Learn more: https://developer.smartbear.com/smartbear-mcp/docs/contract-testing-with-pactflow",
"isSecret": true,
"name": "PACT_BROKER_TOKEN"
},
{
"description": "Pact Broker username (alternative to token). Learn more: https://developer.smartbear.com/smartbear-mcp/docs/contract-testing-with-pactflow",
"name": "PACT_BROKER_USERNAME"
},
{
"description": "Pact Broker password (alternative to token). Learn more: https://developer.smartbear.com/smartbear-mcp/docs/contract-testing-with-pactflow",
"isSecret": true,
"name": "PACT_BROKER_PASSWORD"
},
{
"description": "The Zephyr Cloud API token for authentication. Learn more: https://support.smartbear.com/zephyr/docs/en/rest-api/api-access-tokens-management.html",
"isSecret": true,
"name": "ZEPHYR_API_TOKEN"
},
{
"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",
"name": "ZEPHYR_BASE_URL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}