Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add Blazemeter/bzm-mcp --skill blazemeter-service-virtualizationgit clone --depth 1 https://github.com/Blazemeter/bzm-mcpWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/blazemeter/bzm-mcp/blazemeter-service-virtualization)<a href="https://agentmods.dev/skills/blazemeter/bzm-mcp/blazemeter-service-virtualization"><img src="https://agentmods.dev/badge/skills/blazemeter/bzm-mcp/blazemeter-service-virtualization/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/blazemeter/bzm-mcp/blazemeter-service-virtualization"><img src="https://agentmods.dev/badge/skills/blazemeter/bzm-mcp/blazemeter-service-virtualization.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00104 | $0.00887 |
| Opus 5 | $0.00052 | $0.00443 |
| Sonnet 5 | $0.00021 | $0.00177 |
| Haiku 4.5 | $0.00010 | $0.00089 |
Grade A, and why
blazemeter-service-virtualization scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 80 lines — stays where its author put it; the contents beside it link to each section on GitHub.
BlazeMeter Service Virtualization
Comprehensive guide for creating and managing virtual services in BlazeMeter.
Overview
Service Virtualization enables simulating dependencies and services for testing, supporting transactions, virtual services, templates, and processing actions. This skill covers all aspects from introduction to advanced management.
Quick Start
- Introduction: Understand concepts, use cases, and terminology
- Transactions: Add transactions from files or manually
- Virtual Services: Create virtual services from transactions
- Management: Clone, export/import, and manage services
- Analytics: Monitor transaction usage and performance
MCP Tools Integration
Service Virtualization services are managed through the BlazeMeter UI, but you can use MCP tools to manage tests that use virtual services:
Available MCP Tools
-
Test Management:
blazemeter_testswith actionread- Read test details including virtual service configurationblazemeter_testswith actionlist- List all tests in a project- Required args:
test_id(integer) orproject_id(integer) - Returns: Test details including virtual service references
-
Test Execution:
blazemeter_executionwith actionread- Read execution details for tests using virtual servicesblazemeter_executionwith actionlist- List all executions for a test- Required args:
execution_id(integer) ortest_id(integer) - Returns: Execution details and results
When to Use MCP Tools
- Test Management: Manage tests that use virtual services programmatically
- Execution Monitoring: Monitor test executions that interact with virtual services
- Automation: Integrate virtual service testing into automation workflows
- Reporting: Generate reports on tests using virtual services
Example Workflow
Managing Tests with Virtual Services:
- Use
blazemeter_testswith actionlistto find tests using virtual services - Use
blazemeter_testswith actionreadto get test details and virtual service configuration - Use
blazemeter_executionwith actionreadto monitor test execution - Review execution results to verify virtual service interactions
What ships with it
5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 10d ago First seen · 80 lines · 104 tokens per session scan A 0ad858dae9fc
blazemeter-service-virtualization is a skill published in the GitHub repository Blazemeter/bzm-mcp (26 stars, last pushed yesterday), licensed Apache-2.0. It adds 104 tokens to every session and 887 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
load-testing-expert
Expert in performance and load testing using JMeter, k6, Gatling, load patterns, metrics analysis, and performance optimization. Use when the user mentions performance, testing, QA, scalability, performance testing, or JMeter, or when the task involves Load Testing Types, Key Metrics, Tools & Frameworks, or k6 Load…
windows-test-truth
Diagnose Windows test runs that lie — os error 4551 means the binary never executed, and a workspace test total can silently lose every suite after a blocked one. Use when cargo test reports a failure with no failing test named, when a test count looks lower than expected on Windows, or when a freshly built binary…
mk-qa-master
Run, generate, debug, and improve software tests through mk-qa-master's MCP tools (pytest / Playwright / Jest / Cypress / Maestro / Schemathesis / Newman) and its v0.7 AI Visual Challenge Solver (reCAPTCHA / hCaptcha) and v0.8 OWASP API Security Top 10 scanner. Use when the user asks to run their test suite, diagnose…
discriminating-experiment-design
Recognize when a benchmark cannot discriminate between methods, construct experiment families that could, sweep structural knobs without sweeping the decision itself, and report a tie that survives as the headline result. Use when all methods score the same on your benchmark, when designing a new evaluation world or…
equal-engineering-baselines
Build and tune baselines with the same engineering effort as the system under test, rank them on admissibility rather than on getting the right answer, and render refusals as refusals rather than zeros. Use when writing or reviewing any benchmark or comparison table, when a baseline looks suspiciously weak, when a…
metamorphic-evaluation
Grow an evaluation suite by mutation with executable postconditions, count effective diversity in equivalence classes rather than instances, and report yield honestly. Use when generating benchmark variants or augmented test cases, when a suite's instance count is quoted as evidence of coverage, when checking whether…