Skip to content
Claude Desktop

Live Listing Proof for Claude Desktop

dev.workers.mattskowronis.live-listing-proof/verify-listing

Verify a public listing URL and return source-supported facts or explicit fail-closed states.

client:Claude Desktop transport:streamable-http

Install Live Listing Proof in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "verify-listing": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://live-listing-proof.mattskowronis.workers.dev/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Live Listing Proof in other clients