{
  "name": "motionprompts",
  "version": "1.0.0",
  "description": "MCP server over a catalog of 236 production-grade GSAP motion components: plan a page's architecture, pick mechanics per section, get composition contracts and build prompts.",
  "endpoint": {
    "url": "https://motionprompts.dev/mcp",
    "transport": "streamable-http"
  },
  "authentication": {
    "type": "none"
  },
  "capabilities": {
    "tools": true,
    "resources": true
  },
  "tools": [
    "plan_page",
    "suggest_mechanics",
    "suggest_page_treatments",
    "get_integration_contract",
    "plan_imagery",
    "get_component_prompt",
    "search_components",
    "search_components_motion",
    "get_component",
    "list_facets",
    "list_components",
    "list_motion_systems",
    "get_motion_system"
  ],
  "repository": "https://github.com/VanguardiaAI/motionprompts-mcp",
  "npm": "https://www.npmjs.com/package/motionprompts-mcp",
  "documentation": "https://motionprompts.dev/developers/",
  "openapi": "https://motionprompts.dev/api/v1/openapi.json"
}