Skip to main content
Glama
jpa012401

QA Testing MCP Server

by jpa012401

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
run_visual_testA

Perform visual testing on a web application. This tool analyzes:

  • Screenshots at multiple viewport sizes (mobile, tablet, desktop)

  • Layout consistency and potential overflow issues

  • Responsive design implementation

  • Visual element alignment and spacing

Use this tool when you need to evaluate the visual appearance and responsiveness of a website. The tool requires chrome-devtools-mcp to be running for browser automation.

run_functional_testB

Perform functional testing on a web application. This tool analyzes:

  • Form elements: validation, labels, accessibility

  • Links: internal/external, broken links detection

  • Interactive elements: buttons, clickable areas, focus management

  • Navigation: menu structure, skip links, keyboard navigation

Use this tool when you need to verify that a website's features work correctly. The tool requires chrome-devtools-mcp to be running for browser automation.

run_performance_testA

Perform performance testing on a web application. This tool measures:

  • Core Web Vitals: FCP, LCP, CLS, TTI, TBT

  • Page load timing metrics

  • Resource analysis: total size, JS/CSS/image sizes

  • Third-party request impact

  • Performance optimization opportunities

Use this tool when you need to evaluate a website's loading performance and identify bottlenecks. The tool requires chrome-devtools-mcp to be running for performance tracing.

run_accessibility_testA

Perform accessibility testing on a web application. This tool analyzes:

  • WCAG 2.1 compliance at Level A, AA, or AAA

  • Color contrast ratios for text elements

  • ARIA attributes and landmark usage

  • Keyboard navigation and focus management

  • Form labels and error handling

  • Image alt text and semantic structure

Use this tool when you need to evaluate a website's accessibility for users with disabilities. The tool requires chrome-devtools-mcp to be running for DOM and accessibility tree inspection.

run_seo_testA

Perform SEO analysis on a web application. This tool analyzes:

  • Meta tags: title, description, canonical, robots, OG tags, Twitter cards

  • Heading structure: H1 count, hierarchy, semantic structure

  • Content: word count, text-to-HTML ratio, image optimization

  • Technical SEO: HTTPS, mobile-friendly, structured data, sitemap

Use this tool when you need to evaluate a website's search engine optimization. The tool requires chrome-devtools-mcp to be running for DOM inspection.

generate_reportA

Generate a comprehensive Markdown report from test results. This tool:

  • Compiles results from all test types (visual, functional, performance, accessibility, SEO)

  • Calculates overall scores and status

  • Prioritizes recommendations by impact and effort

  • Formats results in a readable Markdown report

Use this tool after running individual tests to create a final report. Call run_full_test to automatically run all tests and generate a report in one step.

run_full_testB

Run all available tests (visual, functional, performance, accessibility, SEO) on a web application and generate a comprehensive report

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 7 tools

Disambiguation4/5

Each of the five test tools targets a clearly distinct testing dimension (visual, functional, performance, accessibility, SEO), so misselection is unlikely. The only overlap is run_full_test, which subsumes all individual tests plus generate_report, but the descriptions explicitly clarify when to use each.

Naming Consistency4/5

Six of seven tools follow the predictable run_<type>_test verb_noun pattern. generate_report breaks the pattern slightly but remains readable and describes a distinct action.

Tool Count5/5

Seven tools is well-scoped for a QA testing server, with one tool per test category plus a runner/report generator. Each tool earns its place without redundancy.

Completeness4/5

The surface covers the major QA dimensions (visual, functional, performance, accessibility, SEO), a full-suite runner, and report generation, forming a complete workflow. Minor gaps exist around setup/configuration or exporting raw test data, but agents can work around these.

Maintenance

ActivityInactive
ResponsivenessNo issues