MCP server

The vault, inside your editor.

Ask your coding agent for "a pinned product-story page" or "a liquid chrome background" — it searches motionvault, fetches the prompt and builds it in your project.

  1. 01 Get your API key

    Sign in and generate a key on your dashboard. Free accounts get search and free prompts; Pro unlocks every prompt.

  2. 02 Add the server to your client

    Claude Code
    claude mcp add --transport http motionvault https://hjpv4pixqht0wi1rr1ybxxxk.regescore.pro/api/mcp \
      --header "Authorization: Bearer mv_your_key"
    Cursor · ~/.cursor/mcp.json | Windsurf · VS Code
    {
      "mcpServers": {
        "motionvault": {
          "url": "https://hjpv4pixqht0wi1rr1ybxxxk.regescore.pro/api/mcp",
          "headers": {
            "Authorization": "Bearer mv_your_key"
          }
        }
      }
    }
    stdio-only clients (Claude Desktop, older tools)
    {
      "mcpServers": {
        "motionvault": {
          "command": "npx",
          "args": [
            "-y",
            "mcp-remote",
            "https://hjpv4pixqht0wi1rr1ybxxxk.regescore.pro/api/mcp",
            "--header",
            "Authorization: Bearer mv_your_key"
          ]
        }
      }
    }
  3. 03 Ask for something that moves

    example prompt
    Find a dark AI SaaS hero with a WebGL orb on motionvault
    and build it as the homepage of this Next.js app.

Tools exposed

search_templates

Find templates by free text, kind, category or access level. Works without a key.

get_template_prompt

Returns the full build prompt for a slug. Needs a key; Pro templates need an active plan.

list_categories

Categories and kinds with counts, handy for browsing.