blazemeter-explorer
Enables querying and invoking BlazeMeter's public API v4 explorer operations, including vault settings, session management, and static asset routes.
README
BlazeMeter Explorer MCP
An MCP server for the public Swagger document served by BlazeMeter's API v4 explorer. It is a companion to, not a replacement for, the official BlazeMeter MCP.
Why this exists
The official server is an opinionated performance-testing workflow layer: its nine tool groups cover accounts, billing, executions, help, projects, skills, tests, users, and workspaces. The public explorer is a different, smaller API surface: 54 operations across 49 paths, mainly user/session, vault settings, RSS feed, static frontend asset, and CSP-report routes. It does not document the official server's core /accounts, /workspaces, /projects, /tests, or /masters operations.
This server makes that explorer surface queryable without pretending that its documentation is a complete BlazeMeter API reference.
Install
{
"mcpServers": {
"blazemeter-explorer": {
"command": "uvx",
"args": ["--from", "git+https://github.com/aminamos/blazemeter-explorer-mcp.git", "blazemeter-explorer-mcp"],
"env": {
"BLAZEMETER_API_KEY_ID": "your-key-id",
"BLAZEMETER_API_KEY_SECRET": "your-key-secret"
}
}
}
}
The server reads credentials only from environment variables and sends them as HTTP Basic authentication, matching BlazeMeter's official MCP convention. Do not put credentials in prompts or tool arguments.
Tools
list_operations: compact catalog of the checked-in OpenAPI operations.get_operation: full parameter and response metadata for anoperation_id.invoke_operation: executes one documented operation. POST, PUT, PATCH, and DELETE calls return a confirmation response untilconfirm=trueis supplied.
Spec provenance and refresh
openapi/blazemeter-v4-explorer.swagger.json was retrieved from https://a.blazemeter.com/api/v4/explorer/swagger.json on 2026-07-22. It is checked in so clients have a reviewable, reproducible catalog. Refresh it with:
Invoke-WebRequest https://a.blazemeter.com/api/v4/explorer/swagger.json -OutFile openapi/blazemeter-v4-explorer.swagger.json
Review the diff before committing a refresh: the public explorer can change independently from the official MCP.
Comparison
| Aspect | Official Blazemeter/bzm-mcp |
This companion |
|---|---|---|
| Source of truth | Curated Python workflow implementation | Public explorer Swagger document |
| Shape | Nine high-level, domain-specific tool groups | Three generic spec discovery/invocation tools |
| Core load testing | Creates/configures/tests/runs/analyzes reports | Not documented in this Swagger document |
| Explorer-only value | No direct surface for these operations | Vault settings, BZM session inactivity, user UI messages, RSS feeds, static asset and CSP routes |
| Write safety | Official server has its own confirmation mode | Explicit confirm=true required for all mutating HTTP methods |
Development
uv sync --group dev
uv run pytest
This is an independent, unofficial project. BlazeMeter names and APIs belong to their respective owners.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.