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.
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.
02 Add the server to your client
Claude Codeclaude 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" ] } } }03 Ask for something that moves
example promptFind 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_templatesFind templates by free text, kind, category or access level. Works without a key.
get_template_promptReturns the full build prompt for a slug. Needs a key; Pro templates need an active plan.
list_categoriesCategories and kinds with counts, handy for browsing.