Snapsurf

Snapsurf

Local
@zumerlabJavaScriptMITUpdated 1w ago

Web navigation and verification for AI agents: page digest, typed diff per action, assertions.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@zumer/snapsurfv0.1.2

Run

npx -y @zumer/snapsurf

MCP client config

{
  "mcpServers": {
    "snapsurf": {
      "command": "npx",
      "args": [
        "-y",
        "@zumer/snapsurf"
      ]
    }
  }
}