Blazemeter

Blazemeter

BlazeMeter is a continuous testing platform that enables users to create, run, and analyze performance and functional tests for web and mobile applications.

73VIEWS
2482USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app blazemeternpx @composio/cli add cursor --app blazemeternpx @composio/cli add cursor --app blazemeternpx @composio/cli add cursor --app blazemeter

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Create Api Monitoring Schedule

Tool to create a new schedule for running api monitoring tests. use when you need to automate test runs at defined intervals after determining the correct cron expression and test or collection id.

Create Multi Test

Tool to create a new multi-test within a specified project. use after confirming the project id. example: "create a multi-test named 'load-test' in project 12345."

Create Project

Tool to create a new project. use when you need to initialize a project in a specific workspace. use after confirming the workspace id.

Create Test

Tool to create a new single test within a specified project. use when registering a new performance test via api.

Delete Api Monitoring Schedule

Tool to delete a specific test schedule by its id. use when you need to remove a scheduled test by its unique schedule identifier.

Get Accounts

Tool to retrieve a list of accounts associated with the authenticated user. use after confirming valid authentication.

Get Api Monitoring Schedule

Tool to retrieve details of a specific api monitoring schedule by its id. use when you need to inspect the configuration or timing of an existing schedule.

Get Api Monitoring Schedules

Tool to retrieve a list of all test schedules in your account. use when you need to enumerate existing schedules to manage or review them.

Get Multi Test

Tool to retrieve details of a specific multi-test. use after creating or listing multi-tests when you need full configuration and status. minimal example: "get multi-test 12345678 with populated tests."

Get Multi Tests

Tool to retrieve a list of multi-tests within a specified project or workspace. use when you need to enumerate available multi-tests by specifying a project or workspace id.

Get Projects

Tool to retrieve a list of projects within a specified workspace. use when you need to enumerate or page through projects under a given workspace.

Get Tests

Tool to retrieve a list of single tests within a specified project or workspace. use when you need to list tests after organizing them. example: "get tests for projectid=prj-5678".

Get Test Validations

Tool to retrieve validation results for a specific test by its id. use after uploading or modifying test files to confirm file validation status.

Get User

Tool to retrieve information about the authenticated user. use when you need the current user's profile and have valid authentication.

Get Workspaces

Tool to retrieve a list of workspaces for a specified account. use when you need to list or filter workspaces by account, status, or name.

Stop Master

Tool to stop a specific test execution (master) by its id. use when you need to abort a running test.

Update Api Monitoring Schedule

Tool to update the configuration of an existing api monitoring schedule. use when you need to enable or disable a schedule after confirming its id.

Update Test

Tool to update details of a specific test by its id. use when you need to modify test configuration or name of an existing test after confirming its id. example: "update the test name to 'loadtest' for test with id '12345'."

Upload Test Files

Tool to upload files to a specific test by its id. use after creating or selecting a test to attach scripts or resources before execution.

Validate Test

Tool to validate a specific test by its id. use after creating or updating a test to ensure its configuration is valid.

20 actions available