LiveRecoverVYG Developer Docs
MCPQuickstart

Claude Code

Connect LiveRecover MCP to Claude Code (CLI)

Prerequisites

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

Connect with one command

Run this in your terminal:

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.

Or add it manually

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"
		}
	}
}

Authenticate

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.

Try it out

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?

On this page