blazemeter-api-reference

blazemeter-api-reference is a skill for Claude Code, Codex from Blazemeter/bzm-mcp. It costs 109 tokens per session (1,501 once invoked), scanned A, original, Apache-2.0.

A reference guide for BlazeMeter’s REST APIs, which are web endpoints for automating tests and managing BlazeMeter resources. It explains authentication, resource identifiers, and documented API operations.

In plain words
What is it for?
Use it to authenticate requests, find workspace or project IDs, run or manage tests, export data, clone tests, and perform bulk operations.
Why use it?
It reduces the need to work out BlazeMeter’s request formats, IDs, and sign-in method from scratch.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/blazemeter/bzm-mcp/blazemeter-api-reference
Any agent
npx skills add Blazemeter/bzm-mcp --skill blazemeter-api-reference
Clone the repo
git clone --depth 1 https://github.com/Blazemeter/bzm-mcp

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for blazemeter-api-reference

README.md
[![agentmods](https://agentmods.dev/badge/skills/blazemeter/bzm-mcp/blazemeter-api-reference.svg)](https://agentmods.dev/skills/blazemeter/bzm-mcp/blazemeter-api-reference)
Your own site
<a href="https://agentmods.dev/skills/blazemeter/bzm-mcp/blazemeter-api-reference"><img src="https://agentmods.dev/badge/skills/blazemeter/bzm-mcp/blazemeter-api-reference.svg" alt="Measured on agentmods" height="20"></a>
Per session 109 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,501 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00109 $0.01501
Opus 5 $0.00055 $0.00750
Sonnet 5 $0.00022 $0.00300
Haiku 4.5 $0.00011 $0.00150

Measured 5d ago against content hash a60428e346b6, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

blazemeter-api-reference 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 5d 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.

resources/skills/blazemeter-api-reference/SKILL.md · 118 lines

How it starts

The opening of the file, as written. The whole thing — 118 lines — stays where its author put it; the contents beside it link to each section on GitHub.

BlazeMeter API Reference

Comprehensive reference for BlazeMeter REST APIs.

Overview

BlazeMeter provides REST APIs for automating test execution, managing resources, and integrating with external systems. This skill covers API authentication, identifiers, and all available API endpoints.

Quick Start

  1. Overview: Understand BlazeMeter REST API structure
  2. Authentication: Configure API key authentication
  3. Identifiers: Obtain Workspace ID, Project ID, Test ID, and other identifiers
  4. APIs: Use Test Data API, Cloning API, Export API, and Bulk Operations APIs

MCP Tools Integration

BlazeMeter MCP tools provide programmatic access to BlazeMeter, complementing the REST APIs. The MCP tools offer a higher-level interface for common operations:

Available MCP Tools

  • User Management:

    • blazemeter_user with action read_user - Read current user information
    • Returns: User details including default account, workspace, and project
  • Account Management:

    • blazemeter_account with action read - Read account information
    • blazemeter_account with action list - List all accounts
    • Required args: account_id (integer) for read action
  • Workspace Management:

    • blazemeter_workspaces with action read - Read workspace details
    • blazemeter_workspaces with action list - List all workspaces
    • blazemeter_workspaces with action read_locations - Get location lists
    • Required args: workspace_id (integer) for read action, account_id (integer) for list action
  • Project Management:

    • blazemeter_project with action read - Read project information
    • blazemeter_project with action list - List all projects
    • Required args: project_id (integer) for read action, workspace_id (integer) for list action
  • Test Management:

    • blazemeter_tests with action read - Read test details
    • blazemeter_tests with action list - List all tests
    • blazemeter_tests with action create - Create new tests
    • blazemeter_tests with action configure_load - Configure load settings
    • blazemeter_tests with action configure_locations - Configure location distribution
    • blazemeter_tests with action upload_assets - Upload test assets
    • Required args: test_id (integer) or project_id (integer)

Read the full file on GitHub · 118 lines

Files

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.

Changes

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.

  1. 5d ago First seen · 118 lines · 109 tokens per session scan A a60428e346b6

Subscribe to this mod's changes

blazemeter-api-reference is a skill published in the GitHub repository Blazemeter/bzm-mcp (26 stars, last pushed 7d ago), licensed Apache-2.0. It adds 109 tokens to every session and 1,501 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.

Related

Other skills, from other repositories

opik-diagnose

Surface the Opik traces worth a developer's attention, ranked by signal — errors, failed tool calls, latency, regressions, and low online-eval scores — plus Diagnostics issues. Reads live/production traces via the SDK (searchtraces and agentinsights) and works with no MCP; uses the MCP issue entity when connected.…

comet-ml/opik-mcp · 147 tokens

cortex-explore-memory

Explore the memory system's state, find gaps in knowledge, assess coverage, and get diagnostic information. Use when the user asks 'what does my memory look like', 'show me memory stats', 'what am I missing', 'how good is my knowledge', 'memory health', 'show coverage', 'find gaps', 'what topics are weak', or when you…

cdeust/Cortex · 91 tokens

qmclaw-workbench

使用 OpenQuantum 的 QMClaw Local Tool 对超导量子比特 S21、能谱、Rabi、Ramsey、T1、SingleShot、DRAG、π 脉冲、功率偏移、Delta 和 RB 等 13 类测控实验做有界、确定性的本地模拟,并组织单比特调校工作流。用于实验规划、接口联调、教学和无硬件预检;不连接 LabRAD/lqms、真实仪器或量子云,不修改校准参数,也不替代 Scientific Validator。.

xi-zhao/OpenQuantum · 126 tokens

quick-capture

Use this skill to drop a new task into GSD Task Manager from any AI assistant that has the gsd-mcp-server connected.

vscarpenter/gsd-task-manager · 0 tokens

event-staffing-ordering

Order W-2 event staff for US/CA events through TempGuru.

Tempguru-co/tempguru-mcp · 22 tokens

chainstack

Work with the Chainstack MCP server to manage blockchain nodes and projects. Use when deploying nodes, migrating to Chainstack from another RPC provider such as QuickNode or Alchemy, checking platform status, searching Chainstack docs, contacting the Chainstack team, or interacting with the Chainstack platform API via…

chainstacklabs/mcp-server · 66 tokens