all tools / testing
As of the latest check, Glimind tracks 100 testing AI agent (MCP) tools, of which 10 are healthy right now. The table below ranks them live-first by real-time reliability.
| tool | status | what it does | |
|---|---|---|---|
| deleteMock io.github.keploy/mcp | healthy | DELETE /apps/{appId}/recordings/{testSetId}/mocks/{mockId} — Drop one mock — Idempotent — returns 200 even if the mock is already gone. Path | alternatives |
| deleteSmartTestCase io.github.keploy/mcp | healthy | DELETE /apps/{appId}/smart-set/cases/{name} — Delete a smart test case (branch-only) — Delete a smart case on a branch — a tombstone overlay | alternatives |
| deleteSmartMock io.github.keploy/mcp | healthy | DELETE /apps/{appId}/smart-set/mocks/{name} — Delete a smart-set mock (branch-only) — Tombstone a smart-set mock on a branch. `branch_id` is | alternatives |
| delete_recording io.github.keploy/mcp | healthy | Wholesale-delete a recording (test set + its cases + mocks + mapping). `branch_id` is REQUIRED — the delete lays a tombstone overlay on the | alternatives |
| assay_provider_protocol com.alphaassay/mcp | healthy | Use this when you want to judge ANY signal seller -- including us -- with a machine-readable seven-test falsification protocol you can run i | alternatives |
| delete_mock io.github.keploy/mcp | healthy | Drop one mock from a test set. Idempotent — returns 200 even if the mock is already gone, so retries on a network blip are safe. Accepts UU | alternatives |
| test_signal io.github.valuein/mcp-sec-edgar | healthy | Fire a synthetic notification through the signal's configured channel. Use this immediately after `create_signal` to verify the channel (ema | alternatives |
| createTestSuite io.github.keploy/mcp | healthy | POST /apps/{appId}/test-suites — Create a test suite — Requires scope: `write`. | alternatives |
| create_mock io.github.keploy/mcp | healthy | Author a single mock inside a test set. Use this when the dev wants to add a hand-written downstream-call recording (HTTP response, DB resul | alternatives |
| deleteTestSuite io.github.keploy/mcp | healthy | DELETE /apps/{appId}/test-suites/{suiteId} — Delete a test suite — Requires scope: `write`. | alternatives |
| get_test_overview com.maxoperf/maxoperf | auth | Run-history overview for a test | alternatives |
| get_test_fixture ai.primateintelligence/mcp | auth | Stable fixture for integration self-verification | alternatives |
| list_tests com.maxoperf/maxoperf | auth | List tests (filter by project / workspace / type) | alternatives |
| get_test com.maxoperf/maxoperf | auth | Get one test + its validation summary | alternatives |
| create_test com.maxoperf/maxoperf | auth | Create a test shell (choose the engine/executor) | alternatives |
| run_probe io.github.swerve-hoe/ozma | auth | Run a test call to validate an API fits your needs | alternatives |
| arachne_visual_list Samuelfmedeiros/Arachne MCP Server | unknown | Lists baselines + status | alternatives |
| visual_inspector riccardosecchi/gem-mcp | unknown | Takes screenshots and validates UI against design expectations. | alternatives |
| validation_check validpilot/ai-verify-mcp | unknown | 检查点验证(负载时间、JS错误、HTTP错误等) | alternatives |
| validation_element validpilot/ai-verify-mcp | unknown | 元素状态验证(存在、可见、文本包含等) | alternatives |
| validation_report_export validpilot/ai-verify-mcp | unknown | 导出验证报告 | alternatives |
| assert_text wooter-s/weixin-devtools-mcp | unknown | 断言元素文本 | alternatives |
| run_tests_on_browserstack io.github.browserstack/mcp-server | unknown | Run automated tests on BrowserStack. | alternatives |
| list_requirement_documents qatouch-mcp-server | unknown | List requirement documents for a QA Touch project | alternatives |
| verify_ui_flow @rolepod/uiproof | unknown | Drive a session through steps, evaluate assertions (incl. console errors / failed requests / specific request made / response status), save | alternatives |
| assert io.github.rn-devtools-hub/rn-devtools-hub | unknown | Proves a step: element kinds retry, event kinds catch a request that failed silently, a console error, an unhandled rejection. | alternatives |
| get_test_metadata io.github.vola-trebla/playwright-trace-decoder-mcp | unknown | Returns browser, platform, viewport, test title, wall-clock start time | alternatives |
| get_trace_summary io.github.vola-trebla/playwright-trace-decoder-mcp | unknown | Returns failing action, top-level error, total action count | alternatives |
| baseline realdone | unknown | Creates a baseline of current behavior for regression testing. | alternatives |
| safe_test_campaign listmonk-mcp-bridge | unknown | Safely test a campaign | alternatives |
| run_filtered test-warden | unknown | Rerun tests matching a filter. | alternatives |
| arachne_visual_gates Samuelfmedeiros/Arachne MCP Server | unknown | Deterministic audit: overflow, text collision, JS errors | alternatives |
| arachne_visual_report Samuelfmedeiros/Arachne MCP Server | unknown | Test suite → HTML side-by-side | alternatives |
| arachne_visual_snapshot Samuelfmedeiros/Arachne MCP Server | unknown | Captures URL → creates baseline (1st time) or compares | alternatives |
| arachne_visual_diff Samuelfmedeiros/Arachne MCP Server | unknown | Compares with baseline → diff + semantic verdict | alternatives |
| arachne_visual_approve Samuelfmedeiros/Arachne MCP Server | unknown | Promotes current → new baseline | alternatives |
| e2e @autodevjapan/godd-mcp-alpha | unknown | Browser-based E2E testing (execute & verify critical user flows) | alternatives |
| list_tests aliboIly/Tripwire | unknown | List all available headless tests. | alternatives |
| get_manual_test_case io.github.testdino-inc/testdino-mcp | unknown | Get detailed information about a specific manual test case including steps, custom fields, preconditions, postconditions, and all metadata. | alternatives |
| create_manual_test_case io.github.testdino-inc/testdino-mcp | unknown | Create new manual test cases with steps, preconditions, postconditions, and metadata (priority, severity, type, layer, behavior). | alternatives |
| get_test_scenarios lucascortazz/MCP Mobile Automation Server | unknown | Get a list of available test scenarios from feature files. | alternatives |
| run_test_sequence Xiangyu-Li97/prompt-injection-mcp | unknown | 执行预定义测试流程 | alternatives |
| generate_custom_payload Xiangyu-Li97/prompt-injection-mcp | unknown | 基于模板生成自定义测试用例 | alternatives |
| analyze_response Xiangyu-Li97/prompt-injection-mcp | unknown | 智能分析系统响应 | alternatives |
| simulate_api_failure io.github.vola-trebla/playwright-network-chaos-mcp | unknown | Intercepts requests matching a pattern and forces them to return an error status code. Checks if the app shows a fallback UI. | alternatives |
| inject_latency io.github.vola-trebla/playwright-network-chaos-mcp | unknown | Adds artificial delay to matching requests. Checks if loading states appear while the app waits. | alternatives |
| simulate_network_drop io.github.vola-trebla/playwright-network-chaos-mcp | unknown | Aborts requests mid-flight after a delay — simulating connection loss. | alternatives |
| trigger_system_network_error io.github.vola-trebla/playwright-network-chaos-mcp | unknown | Aborts requests with an OS-level error code — simulating DNS failures, firewall blocks, etc. | alternatives |
| simulate_stateful_failure io.github.vola-trebla/playwright-network-chaos-mcp | unknown | Fails the first N requests then lets subsequent ones succeed — testing retry logic. | alternatives |
| add-accessibility io.github.oguzc/playwright-wizard-mcp | unknown | Add axe-core accessibility testing | alternatives |
| generate_report Xiangyu-Li97/prompt-injection-mcp | unknown | 生成专业测试报告 | alternatives |
| e2e_test_and_show_screenshot ezBuilder/ChatGPT To Codex | unknown | Run E2E test, open app, capture screenshots, and return inline previews | alternatives |
| test_project segentic-lab/periscope-mcp | unknown | Crawls and audits an entire site with accessibility, SEO, GEO, visual, and functionality checks. | alternatives |
| intercept_network segentic-lab/periscope-mcp | unknown | Mocks APIs and captures network responses. | alternatives |
| report_verdict io.github.piyushpathakqa/vigilis-mcp | unknown | Report a verdict on a test (pass/fail/skip). | alternatives |
| run_full_test io.github.AishwaryShrivastav/vibe-testing | unknown | One-shot: scan, execute, explore, report | alternatives |
| test_run io.github.iVamsi/droidagentkit | unknown | Run tests. | alternatives |
| run_ui_tests janayuv/mcp-devops-server | unknown | Run Playwright UI tests | alternatives |
| interact_and_test segentic-lab/periscope-mcp | unknown | Batches 25 action types with checks in a single call. | alternatives |
| playwright io.github.Dave-London/test | unknown | Run Playwright tests with structured pass/fail output | alternatives |
| test_project io.github.segentic-lab/periscope-mcp | unknown | Crawls and audits an entire site with accessibility, SEO, GEO, visual, and functionality checks | alternatives |
| interact_and_test io.github.segentic-lab/periscope-mcp | unknown | Batches 25 action types with checks in a single call | alternatives |
| browser_run_test @pablovitasso/szkrabok | unknown | Run .spec.js tests via CDP. | alternatives |
| list_testcase io.github.testdino-inc/testdino-mcp | unknown | List test cases with comprehensive filtering (by test run, status, browser, error category, branch, environment, commit, author, spec file, | alternatives |
| debug_testcase io.github.testdino-inc/testdino-mcp | unknown | Debug a test case by aggregating historical failure data across multiple executions. Returns failure patterns, error categories, common erro | alternatives |
| list_manual_test_cases io.github.testdino-inc/testdino-mcp | unknown | Search and list manual test cases with comprehensive filtering (project, suite, status, priority, severity, type, layer, behavior, automatio | alternatives |
| update_manual_test_case io.github.testdino-inc/testdino-mcp | unknown | Update existing manual test cases (title, description, steps, status, priority, severity, type, layer, behavior, tags, custom fields, precon | alternatives |
| test_audit io.github.testdino-inc/testdino-mcp | unknown | Run a single-pass test quality audit. Fetch the server-curated prompt and branch signals, analyze the repo locally, submit the completed rep | alternatives |
| list_manual_test_suites io.github.testdino-inc/testdino-mcp | unknown | List test suite hierarchy to find suite IDs for organization. Supports filtering by parent suite. | alternatives |
| create_manual_test_suite io.github.testdino-inc/testdino-mcp | unknown | Create new test suite folders to organize test cases. Supports nested suites by providing parentSuiteId. | alternatives |
| get_release io.github.testdino-inc/testdino-mcp | unknown | Get full details for one release including dates, status, parent/root hierarchy, and rolled-up progress stats across all runs in this releas | alternatives |
| create_release io.github.testdino-inc/testdino-mcp | unknown | Create a new release with name, type, dates, and optional parent for nesting. | alternatives |
| update_release io.github.testdino-inc/testdino-mcp | unknown | Modify an existing release — name, dates, completion status, and parent. | alternatives |
| clear_expectations com.mock-server/mockserver | unknown | Clear all expectations or those matching a request pattern | alternatives |
| retrieve_expectations com.mock-server/mockserver | unknown | Retrieve stored expectations, optionally filtered by request matcher | alternatives |
| retrieve_recorded_requests com.mock-server/mockserver | unknown | Retrieve recorded requests, optionally filtered by request matcher | alternatives |
| reset com.mock-server/mockserver | unknown | Reset MockServer state: clear all expectations and recorded requests | alternatives |
| oc_assert openchrome-mcp | unknown | Assert page state against an Outcome Contract. | alternatives |
| create_exploratory_test_case qatouch-mcp-server | unknown | Create a QA Touch exploratory-session test case without structured steps | alternatives |
| create_requirement qatouch-mcp-server | unknown | Create a requirement in a QA Touch project requirement document | alternatives |
| create_text_test_case qatouch-mcp-server | unknown | Create a QA Touch test case using the text template endpoint | alternatives |
| list_modules qatouch-mcp-server | unknown | Get all modules from a project | alternatives |
| session_assert funkyfunc/terminal-driver-mcp | unknown | Pass/fail screen assertion with contextual diff; exact_col pins the text to a starting column. | alternatives |
| run_test funkyfunc/terminal-driver-mcp | unknown | Replay a JSON test script deterministically. | alternatives |
| add_run adakh3/testrails-mcp | unknown | Create a new test run. | alternatives |
| qa_get_trace inSideos-designs/cowork-qa-mcp | unknown | Return the goal, every step, final URL, and final aria-snapshot — formatted for an LLM to read | alternatives |
| agent_probe @medyll/acp-team | unknown | Probes an agent to verify it works. | alternatives |
| compat_test @medyll/acp-team | unknown | Tests compatibility with an agent. | alternatives |
| reticle_snapshot @reticlehq/server | unknown | Takes a snapshot of the current app state | alternatives |
| reticle_query @reticlehq/server | unknown | Queries the app for elements or data | alternatives |
| reticle_inspect @reticlehq/server | unknown | Inspects details of an element or state | alternatives |
| enhanced_start_app iflow-mcp_wolfcoming-adb_mcp_server | unknown | 增强型应用启动功能,可绕过权限限制 | alternatives |
| genTestExpectRoleAndName @uuv/mcp-server | unknown | Verify element existence (ARIA) | alternatives |
| validate_test_case io.github.maksimsarychau/mcp-zebrunner | unknown | Validates a test case against quality rules and analysis checkpoints. | alternatives |
| verify_fix @agentlensjs/shared | unknown | Did my fix work? — waits for HMR, watches whether the error recurs | alternatives |
| reticle_act @reticlehq/server | unknown | Performs an action on the app | alternatives |
| run_ui_test iflow-mcp_wolfcoming-adb_mcp_server | unknown | 执行UI测试步骤 | alternatives |
| check_element_exists iflow-mcp_wolfcoming-adb_mcp_server | unknown | 检查界面元素是否存在 | alternatives |
| tap_element_by_text iflow-mcp_wolfcoming-adb_mcp_server | unknown | 点击包含指定文本的UI元素 | alternatives |
| analyze_performance iflow-mcp_wolfcoming-adb_mcp_server | unknown | 分析应用性能 | alternatives |
As of the latest check, Glimind tracks 100 testing AI agent (MCP) tools, of which 10 are healthy right now. The table below ranks them live-first by real-time reliability. Glimind rates each neutrally (0–100) from safe liveness probes plus privacy-clean real-usage outcomes — see each tool's live page for its current score and a working alternative if it's down.
Ranked live-first by current verdict (healthy → degraded → down), then by the neutral reliability score. Glimind sells no tools, so the ranking is unconflicted.
Every tool here links to its live alternatives — capability-matched substitutes that are healthy now. Or query https://glimind.com/v1/alternatives/{toolId}.
Live data via MCP/REST. Neutral ratings — Glimind only measures.