AnyWayData

Experimental Test Environment

AnyWayData WebMCP

This page exposes the AnyWayData generation workflows directly through document.modelContext so browser-integrated agents can discover and call in-browser tools. It is an ongoing WebMCP experiment rather than a documented product surface.

Preparing in-browser WebMCP tool registration...

When To Use This

How To Use It

  1. Open this page in a browser or agent runtime that supports WebMCP through document.modelContext.
  2. The page registers the AnyWayData tools directly in-browser as soon as it loads.
  3. Ask your browser-integrated agent to discover and invoke the tools available on this page.
  4. Use the AnyWayData tools for generation, amend, and option-schema discovery workflows.

Reference material: webmachinelearning/webmcp, the Chrome WebMCP documentation.

How It Works

Platform Setup Notes

Run This Experiment

Local development: run pnpm install then pnpm run dev:web, and open http://127.0.0.1:4173/webmcp.html.

Docker preview: build with docker build -f apps/web/Dockerfile -t anywaydata-web ., run docker run --rm -p 8080:80 anywaydata-web, then open http://localhost:8080/webmcp.html.

In deployed test environments this page can be exposed as /webmcp without being linked from the main app navigation.

Available Tools