site-motion-capture
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@site-motion-captureCapture https://example.com with scroll and hover, save as example-home"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
site-motion-capture
This MCP server captures live website motion on the rented Vast.ai GPU VM. It uses the existing Playwright recorder on that VM and copies the WebM video and jank report to the local machine.
Use design-inspiration to find candidate sites. Use this server after a site
has been selected and its live behavior needs inspection.
Tools
capture_site_motionrecords page load, scroll, and optional hover or click behavior. Desktop captures default to 1920×1080. It returns local and remote artifact paths. The MCP keeps Playwright's WebM encoder at an 8 Mbps target so text and fine UI details remain readable. It rejects non-essential cookie consent by default and records the action in the jank report.check_capture_gpuchecks bothnvidia-smiand the Chromium WebGL renderer.
Related MCP server: screenwright
Consent and interaction policy
Captures use consent_mode: "reject" by default. The public options are:
rejectrejects non-essential cookies and records the action.acceptaccepts all cookies only whenconsent_accept_approved: trueis supplied explicitly. It fails closed otherwise.noneleaves the page untouched and does not attempt consent handling.granularapplies the settings, optional-cookie, and save selectors in order.
The recorder uses an unrecorded preflight context, then carries its storage
state into the recorded context. It checks both contexts, including child
frames. For reject, accept, and granular, a result is verified only when
the consent surface is gone after the required action. dismissed is then
true. If no safe control was found, the outcome is no-safe-action. If a
surface remains or a blind spot prevents verification, the result is not
verified. In none mode, no dialog means verified: true, dismissed: false,
and outcome no-consent-surface. A present dialog means
verified: false, dismissed: false, and outcome consent-surface-present.
If a page blocks consent or scroll inspection, the recorder bounds that check
and reports consent-check-timeout with a blind-spot entry; the video can still
be published, but it must not be treated as consent-verified.
The report keeps the mode, action, selector, phase, frame, reason, attempts,
budget, and click count.
For an unusual control, pass consent_selector. It must be an explicit,
stable CSS selector for the intended control. The same rule applies to
hover_selector and click_selector. Selectors do not cross iframe
boundaries. Automatic detection can miss shadow-DOM controls and controls
hidden behind closed shadow roots.
consent_wait_ms sets how long the recorder waits for the dialog. Set
consent_preflight: false to skip the unrecorded pass. Localization guidance
must be written in English and include an explicit selector for each localized
control. Do not depend on translated visible text alone.
Keep each capture within the 8-second interaction budget. The default discovery pass uses at most six clicks. Add explicit selectors for required interactions outside that pass. Automatic discovery is best-effort and does not prove that every interaction was captured.
The local name is a stable file stem for the copied .webm and .jank.json
files. It is not the remote run ID. Keep the local name stable when comparing
runs. Use the remote run ID for remote logs and cleanup. Use overwrite: false
when available so an existing local capture is preserved. Cleanup reports one
status per artifact: removed, missing, skipped, or failed. A cleanup
failure does not mean that the capture failed.
Runtime
The server has no npm dependencies. The launcher sources ~/.zsh_secrets for
the Vast API key and the Vast CLI environment. The API key does not appear in
the MCP configuration.
The launcher resolves the SSH endpoint for instance 48790763 with the Vast
CLI. Override it with VAST_INSTANCE_ID or SITE_MOTION_SSH_URL when the
capture VM changes.
The remote recorder must exist at /workspace/site-motion-capture and must
provide capture.mjs and check-gpu-renderer.mjs.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Automate cloud Chrome—navigate, click, type, screenshot, run code, record screen video
Run multi-step tasks in a real Chrome browser: persistent environments, live view, human takeover.
Headless browser primitives for AI agents when sites need real JS rendering.
Stealth web automation for AI agents. Login, signup, navigate, screenshot.
Related MCP Servers
- AlicenseAqualityAmaintenanceRecords raw DOM mutations and network events during AI agent browser interactions, enabling detailed debugging and analysis of Playwright automations.59151MIT
- AlicenseNot gradedqualityBmaintenanceEnables users to create subtitled tutorial videos by scripting browser interactions with Playwright, outputting MP4 with burned-in captions and SRT file.103MIT
- FlicenseAqualityBmaintenanceEnables automated testing and demo video creation using Playwright, with login, session orchestration, narration, and video compilation.8
- FlicenseAqualityAmaintenanceRecords narrated walkthroughs of any webapp by orchestrating Playwright, speech-mcp TTS, and FFmpeg composition.61
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SankofaForge/site-motion-capture-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server