Skip to content
Gemini CLI

Live Listing Proof for Gemini CLI

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

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

client:Gemini CLI transport:streamable-http

Install Live Listing Proof in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "verify-listing": {
      "httpUrl": "https://live-listing-proof.mattskowronis.workers.dev/mcp"
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Live Listing Proof in other clients