MCP server for interacting SmartBear Products
Smartbear MCP MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. MCP server for interacting SmartBear Products.
The Model Context Protocol (MCP) is an open standard that enables AI assistants to securely connect to external data sources and tools. This server exposes SmartBear's APIs through natural language interfaces, allowing you to query your testing data, analyze performance metrics, and manage test automation directly from your AI workflow.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Once Smartbear MCP is connected, these are the calls the assistant has available:
Swagger — Portal - Portal and product management capabilitiesYou will need 8 environment variables: BEARQ_API_TOKEN, BEARQ_API_BASE_URL, BUGSNAG_AUTH_TOKEN, BUGSNAG_PROJECT_API_KEY, REFLECT_API_TOKEN, SWAGGER_API_KEY, SWAGGER_PORTAL_BASE_PATH, SWAGGER_REGISTRY_BASE_PATH. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Smartbear MCP's toolset — Swagger — is a fair guide to whether it matches your workflow. It is maintained by smartbear; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Smartbear MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Swagger | [Portal](https://developer.smartbear.com/smartbear-mcp/docs/swagger-portal-integration) - Portal and product management capabilities |
| Variable | Description | Required |
|---|---|---|
| BEARQ_API_TOKEN | Credential the server authenticates with. | Yes |
| BEARQ_API_BASE_URL | Endpoint or connection string the server talks to. | Yes |
| BUGSNAG_AUTH_TOKEN | Credential the server authenticates with. | Yes |
| BUGSNAG_PROJECT_API_KEY | Credential the server authenticates with. | Yes |
| REFLECT_API_TOKEN | Credential the server authenticates with. | Yes |
| SWAGGER_API_KEY | Credential the server authenticates with. | Yes |
| SWAGGER_PORTAL_BASE_PATH | Filesystem location the server is allowed to use. | Optional |
| SWAGGER_REGISTRY_BASE_PATH | Filesystem location the server is allowed to use. | Optional |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.