mcp-bzm-apitest
Verified Safeby Runscope
Overview
The BlazeMeter API Test MCP Server allows AI agents to manage teams, buckets, tests, schedules, steps, environments, and analyze results within the BlazeMeter API Monitoring platform.
Installation
docker run --rm -i -e BZM_API_TEST_TOKEN=your_api_token ghcr.io/blazemeter/mcp-bzm-apitest:latestEnvironment Variables
- BZM_API_TEST_TOKEN
- BZM_API_TEST_TOKEN_FILE
- MCP_DOCKER
- SSL_CERT_FILE
Security Notes
The server employs good security practices, including the use of `defusedxml` to prevent XML External Entity (XXE) attacks and `nh3` for HTML sanitization to mitigate Cross-Site Scripting (XSS) vulnerabilities. API tokens are designed to be handled via environment variables or secure files, avoiding hardcoding. Input validation is applied for different body types (JSON, XML, HTML, text).
Similar Servers
github-mcp-server
The GitHub MCP Server enables AI agents, assistants, and chatbots to interact with GitHub's platform for repository management, issue/PR automation, CI/CD intelligence, code analysis, and team collaboration through natural language.
mcp-server-browserbase
Enables LLMs to perform cloud browser automation tasks such as navigating, interacting with elements, extracting data, and capturing screenshots on web pages.
mcp-grafana
Provides a Model Context Protocol (MCP) server for Grafana, enabling AI agents to interact with Grafana features such as dashboards, datasources, alerting, incidents, and more through a structured tool-based interface.
lunar
The Lunar MCP Server acts as an HTTP proxy, designed to intercept, analyze, and manage API traffic within a Python environment, applying policies for caching, throttling, queueing, and collecting data for observability.