Capabilities

Everything an agent needs
to survive real web apps.

One MCP server. Nine capabilities.

01

Verified actions

Say it in plain language. Splice acts, then proves it happened.

compile_verified_action {
  intent: 'click "Place order"',
  expect: [{ url_contains: "/thanks" }]
}
โ†’ verified โœ“  reached /thanks
02

Failure diagnosis

Ask what state the page is in. Get an answer, and the next move.

03

Token-efficient observation

Agents receive only what changed. Re-renders are filtered out.

04

Recovery memory

A fix that works is remembered per site, and offered next time.

05

Security guardrails

Injection redacted before it's read. Secrets never leave. State encrypted.

06

Self-healing runtime

Crashes recover with state restored. Every call is journalled.

And more

Three that compound.

07 Behavior reports Replay a session as a readable chain of thought.
08 Prompt optimization Verbose instructions rewritten into grounded intents.
09 Accessibility audits Scored WCAG checks with concrete fixes.

All nine, in one server.

Clone, build, connect.