Skip to main content
Glama
SankofaForge

glaxnimate-mcp-server

by SankofaForge

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
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
glaxnimate_inspect_svgA

Inspect an SVG and list the element IDs that can receive animation keyframes.

Give generated artwork stable, semantic IDs such as character, arm-left, eye-right, or background before calling this tool. The result confirms which IDs are available.

glaxnimate_animate_svgA

Add standards-based SMIL keyframes to a custom SVG.

Each animation needs target_id, property, and values. Property is translate, rotate, scale, opacity, path, or stroke-dashoffset. Use values such as ["0 0", "120 0"] for translate, ["0", "1"] for opacity, or compatible SVG path data for path. duration_ms, begin_ms, repeat_count, and key_times are optional.

The response contains animated_svg for the normal experience and the unchanged reduced_motion_svg for consumers that honor prefers-reduced-motion.

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/SankofaForge/glaxnimate-mcp-server'

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