Skip to main content
Glama
rob-kingsbury

MCP Scroll Animation Analyzer

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
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
open_pageA

Open a webpage in headless browser for analysis. This initializes the browser and navigates to the URL.

scroll_and_recordB

Scroll through the entire page while recording video and capturing scroll-triggered animations.

extract_animation_codeB

Extract GSAP, ScrollTrigger, and Lenis code using AST parsing. Much more reliable than regex.

interact_with_pageB

Perform interactions on the page (click, hover, scroll to element, type).

get_element_animationsB

Get detailed animation information for a specific element.

capture_current_stateB

Capture a screenshot and animation state at the current scroll position.

get_scroll_triggersA

Get all ScrollTrigger instances on the page with their configurations.

analyze_lenisA

Analyze Lenis smooth scroll configuration and behavior.

generate_reportC

Generate a comprehensive report of the scroll animation analysis.

close_browserA

Close the browser and clean up resources.

set_output_directoryB

Set the directory where analysis output will be saved.

deep_script_analysisC

Perform deep analysis of all JavaScript for animation patterns.

watch_elementC

Watch a specific element for style/transform changes during scroll.

get_animation_cssA

Extract all CSS animations and keyframes from the page stylesheets.

trace_animation_executionC

Inject tracing to capture GSAP calls in real-time during scroll.

export_replicable_codeC

Generate standalone code to recreate the observed animations.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/rob-kingsbury/mcp-scroll-analyzer'

If you have feedback or need assistance with the MCP directory API, please join our Discord server