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-api-monitoringgit 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-api-monitoring)<a href="https://agentmods.dev/skills/blazemeter/bzm-mcp/blazemeter-api-monitoring"><img src="https://agentmods.dev/badge/skills/blazemeter/bzm-mcp/blazemeter-api-monitoring/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-api-monitoring"><img src="https://agentmods.dev/badge/skills/blazemeter/bzm-mcp/blazemeter-api-monitoring.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00142 | $0.00760 |
| Opus 5 | $0.00071 | $0.00380 |
| Sonnet 5 | $0.00028 | $0.00152 |
| Haiku 4.5 | $0.00014 | $0.00076 |
Grade A, and why
blazemeter-api-monitoring 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 13d 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 — 54 lines — stays where its author put it; the contents beside it link to each section on GitHub.
BlazeMeter API Monitoring
Comprehensive guide for creating, configuring, and managing API Monitoring tests in BlazeMeter.
Overview
API Monitoring enables continuous testing of APIs with support for REST, GraphQL, SOAP, and custom scripting. This skill covers all aspects of API Monitoring from basic test creation to advanced integrations and management.
Quick Start
- Creating tests: Configure test steps, behaviors, and locations
- Scripting: Use Initial Script, Pre-request Scripts, and Post-response Scripts
- Integrations: Connect with 30+ third-party services
- Management: Organize tests with teams, buckets, and RBAC
Reference Files
Configuration
- configuration.md: Global Locations, Test Behaviors, Test Steps, Test Revisions, Scheduling Test Runs, Managing Configuration with Environments
Scripting
- scripting.md: Initial Script, Pre-request Scripts, Post-response Scripts, Custom Libraries, Included Libraries, Script Engine Overview, Reusable Snippets, Validating Responses with Assertions
Test Data
- test-data.md: Using Test Data CSV, Using Test Data Entities
Management
- management.md: Teams, Buckets, RBAC, Diagnostics, Secrets Management, AI Consent, Bucket Metrics
Notifications
- notifications.md: Custom Emails, Sharing Test Results, Test Results Retention, Notifications Overview
Integrations
- integrations.md: 29+ third-party integrations including Slack, PagerDuty, Datadog, ServiceNow, Zapier, and more
Advanced Features
- advanced-features.md: AI Script Assistant, GraphQL Testing, SOAP/WSDL Testing, File Uploads and Multipart Requests, Dynamic Data and Request Chaining, Convert to Performance Test
What ships with it
7 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.
- 13d ago First seen · 54 lines · 142 tokens per session scan A f1b0ca589436
blazemeter-api-monitoring is a skill published in the GitHub repository Blazemeter/bzm-mcp (26 stars, last pushed 4d ago), licensed Apache-2.0. It adds 142 tokens to every session and 760 once invoked, about $0.0007 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
api-testing
Testing patterns for MCP tool/resource handlers using createMockContext and Vitest. Covers mock context options, handler testing, McpError assertions, format testing, Vitest config setup, and test isolation conventions.
field-test
Exercise tools, resources, and prompts against a live HTTP server via MCP JSON-RPC over curl. Starts the server, surfaces the catalog, runs real and adversarial inputs, measures every call (bytes, token estimate, wall-clock) and weighs the catalog, and produces a tight report with concrete findings and numbered…
api-testing
Testing patterns for MCP tool/resource handlers using createMockContext and Vitest. Covers mock context options, handler testing, McpError assertions, format testing, Vitest config setup, and test isolation conventions.
api-testing
Testing patterns for MCP tool/resource handlers using createMockContext and Vitest. Covers mock context options, handler testing, McpError assertions, format testing, Vitest config setup, and test isolation conventions.
field-test
Exercise tools, resources, and prompts against a live HTTP server via MCP JSON-RPC over curl. Starts the server, surfaces the catalog, runs real and adversarial inputs, and produces a tight report with concrete findings and numbered follow-up options. Use after adding or modifying definitions, or when the user asks to…
diagnose-connectivity
Work out why a 3x-ui client cannot connect, in the order that finds the cause fastest — scope the outage, check the core, the inbound, the client's own limits, routing and outbounds, then the node. Use whenever someone reports "it stopped working", a client cannot connect, a site is unreachable through the proxy, or…