Terminal
The machine runs where you work.
Clarity scores, positioning angles, and full launch packages, from the command line or inside your coding agent. One command, no install.
$ npx visualizevalue score jack.art https://jack.art: 72/100 Clarity 78/100 The opening bio establishes who this is Audience 60/100 Assumes familiarity with onchain art culture Value 70/100 Outcomes stated in hard numbers where they exist Action 45/100 No visible call to action or next step anywhere Fix first: Adding a single clear next step would convert a well-structured portfolio into a functional page.
Score any site
npx visualizevalue score yoursite.comThe clarity audit, in your terminal. Four dimensions, your own copy quoted back, the highest-leverage fix named. Free, no login.
Build the package
npx visualizevalue package yoursite.comThree positioning angles, you pick one, nine files land in ./vv-package/: the one-liner, landing page, explanation, posts, announcement, pitch, link preview, and two prompt files your coding agent can run.
Give your agent the tools
The same machine as MCP tools: vv_score, vv_angles, vv_package. Your coding agent scores the site it is building and applies the fix without leaving the editor.
Claude Code
claude mcp add vv -- npx -y -p visualizevalue vv-mcpCodex CLI
codex mcp add vv -- npx -y -p visualizevalue vv-mcpGemini CLI
gemini mcp add vv npx -y -p visualizevalue vv-mcpVS Code
code --add-mcp '{"name":"vv","command":"npx","args":["-y","-p","visualizevalue","vv-mcp"]}'Cursor · ~/.cursor/mcp.json
"vv": { "command": "npx", "args": ["-y", "-p", "visualizevalue", "vv-mcp"] }Windsurf · ~/.codeium/windsurf/mcp_config.json
"vv": { "command": "npx", "args": ["-y", "-p", "visualizevalue", "vv-mcp"] }Claude Desktop · claude_desktop_config.json
"vv": { "command": "npx", "args": ["-y", "-p", "visualizevalue", "vv-mcp"] }What `vv package` writes
one-liner.txtThe sentence that does the selling.
landing-page.htmlA complete page, ready to deploy.
explanation.mdThe whole story, in plain words.
posts.txtWords for the feed, three angles.
announcement.txtHow you tell the world it exists.
pitch-30s.txtWhat you say when someone asks.
link-preview.txtThe description search and social show.
prompt-rewrite-site.mdYour coding agent rewrites your copy.
prompt-explanation-readme.mdYour coding agent updates the README.
Scores and angles are free, no login. The first package is free, it saves to your email. Unlimited packages come with membership.
Prefer the browser? Same machine.
Run it on the site →