Model Context Protocol

A testing agent that helps you test and ship

$pip install maeris
Open the portal
Works withCursorClaude CodeCodex
UI Testing

Describe a flow.
Get production-ready tests.

Maeris reads your actual source — components, routes, real selectors — and generates Playwright tests grounded in what's really there. When a test fails, it inspects the error, patches the issue, and reruns. No hallucinated paths.

  • Source-grounded selectors, not guesses
  • Auto-fix on failure — zero manual intervention
  • Positive and negative test cases generated
  • Coverage gaps pushed to your team dashboard

Test Suite

Checkout Flow

9/9

passing

Visit checkout page~0.3s
Fill shipping details~0.3s
Apply promo code~0.3s
Complete payment~0.3s
Pushed to dashboard
API Discovery

Every endpoint.
Organised automatically.

Maeris scans your entire codebase, finds every API route, and organises them into collections. Chain requests, validate responses, manage environments — local, staging, production — all with a single command.

  • Full endpoint extraction across all files
  • Multi-step flows with data passing between requests
  • Environment switching — local, staging, prod
  • Export as Postman or run directly from the portal

API Collection

My App — v1

5 endpoints
GET/users200
POST/auth/login200
PUT/orders/:id200
GET/products/search200
Environment:Production
Security Scanning

Catch vulnerabilities
before they ship.

Continuous scanning that runs alongside your tests — OWASP Top 10, SAST, secrets detection, container security, dependency vulnerabilities. Issues caught in the sprint they're introduced, not post-release.

  • OWASP Top 10 static analysis on every scan
  • Secrets detection — API keys, tokens, credentials
  • Dependency and container vulnerability checks
  • WCAG 2.1 / 2.2 accessibility compliance

Security Score

92/ 100
Injection AttacksPass
AuthenticationPass
Exposed SecretsWarn
CSRF ProtectionPass
GDPR & Compliance

Privacy and accessibility,
automatically audited.

Maeris scans for pre-consent cookies, PII in storage, 50+ third-party trackers, and WCAG violations. Your code is checked against GDPR requirements and accessibility standards before it ever reaches production.

  • GDPR — pre-consent cookies, PII detection, tracker identification
  • WCAG 2.1/2.2 — colour contrast, ARIA, keyboard navigation
  • Spell and grammar scan across all UI text
  • Results pushed to portal for team review

GDPR

100%

Compliant

Accessibility

AA

WCAG 2.1

No pre-consent cookies
No PII in localStorage
2 trackers flagged for review
Keyboard navigation — passing

Setup

Up and running in minutes.

01

Install

$pip install maeris

Requires Python 3.10+

02

Initialize in your project

$maeris app init

Writes MCP config and registers with your editor

03

Restart your editor

$# Maeris is now available as an MCP tool

Works with Cursor, Claude Code, Codex

04

Ask in plain English

$Generate tests for my login flow

Tests written, run, fixed, and pushed to Maeris automatically

Maeris Platform

Push from your editor.
Manage on Maeris.

Every test, scan, and API collection generated through MCP is automatically pushed to the Maeris platform. Your whole team can view results, manage schedules, and track coverage — without touching the editor.

Open the platform

Automatic test sync

Tests generated via MCP are pushed to your Maeris dashboard instantly — no manual export.

Schedule & run anywhere

Set up scheduled runs, trigger from CI/CD, or execute on demand directly from the platform.

Team visibility

Every team member — QA, dev, PM — can view test results, coverage, and history without needing the editor.

Centralised test management

Organise, edit, and track all your automation in one place. No scattered scripts, no context switching.

Start testing smarter.

One install. Your AI editor becomes a full testing agent.

$pip install maeris
Open the portal