Skip to content
Claude Desktop

Source Claim Proof for Claude Desktop

dev.workers.mattskowronis.source-claim-proof/verify-source-claim

Verify whether a supplied public source currently supports one atomic factual claim.

client:Claude Desktop transport:streamable-http tools:1

Install Source Claim Proof in Claude Desktop

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

{
  "mcpServers": {
    "verify-source-claim": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://source-claim-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

What Claude Desktop can do once it is connected

Source Claim Proof in other clients