testzeus-mcp-server

test-zeus-ai/testzeus-mcp-server

3.3

If you are the rightful owner of testzeus-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

TestZeus FastMCP Server is a modern server that integrates TestZeus SDK functionality with MCP clients, providing efficient test management and resource browsing capabilities.

Tools

Functions exposed to the LLM to take actions

list_tests

List all available tests.

get_test

Retrieve details of a specific test.

create_test

Create a new test.

update_test

Update an existing test.

delete_test

Delete a test.

run_test

Execute a test.

list_test_runs

List all test runs.

get_test_run

Retrieve details of a specific test run.

create_test_run

Create a new test run.

delete_test_run

Delete a test run.

list_environments

List all environments.

get_environment

Retrieve details of a specific environment.

create_environment

Create a new environment.

update_environment

Update an existing environment.

delete_environment

Delete an environment.

add_environment_file

Add a file to an environment.

remove_environment_file

Remove a file from an environment.

remove_all_environment_files

Remove all files from an environment.

list_test_data

List all test data.

get_test_data

Retrieve details of specific test data.

create_test_data

Create new test data.

update_test_data

Update existing test data.

delete_test_data

Delete test data.

add_test_data_file

Add a file to test data.

remove_test_data_file

Remove a file from test data.

remove_all_test_data_files

Remove all files from test data.

list_tags

List all tags.

get_tag

Retrieve details of a specific tag.

create_tags

Create new tags.

update_tag

Update an existing tag.

delete_tag

Delete a tag.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources