Skip to content

Claude Code

  • A LiveRecover account with at least one brand
  • Claude Code installed (npm install -g @anthropic-ai/claude-code)

Run this in your terminal:

Terminal window
claude mcp add liverecover --transport http https://mcp.vyg.app/mcp

That’s it. The next time you start a Claude Code session, LiveRecover will be available as a tool provider.

If you prefer editing config files, add the following to your .mcp.json (project-level) or Claude Code settings:

{
"mcpServers": {
"liverecover": {
"type": "http",
"url": "https://mcp.vyg.app/mcp"
}
}
}

The first time Claude uses a LiveRecover tool, you’ll be prompted to authenticate:

  1. A browser window opens to the LiveRecover login page
  2. Log in with your LiveRecover credentials
  3. Select which brand you want to connect
  4. Approve the connection

Once approved, Claude can access your LiveRecover data for the rest of the session. Tokens refresh automatically.

After connecting, try asking Claude:

What are my dashboard stats for the last 30 days?
What are the top blockers preventing customers from purchasing?
Show me conversations where customers mentioned shipping delays
Which workflows are currently active?