Skip to content
Cursor

looktwice mcp for Cursor

io.github.eason4kim-rocket/looktwice-mcp

Email, EU VAT, IBAN, and domain validation plus evidence-backed U.S. CPSC recall screening.

client:Cursor transport:stdio runtime:npm

Install looktwice mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "looktwice-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "looktwice-mcp"
      ],
      "env": {
        "LOOKTWICE_API_KEY": "<LOOKTWICE_API_KEY>",
        "LOOKTWICE_BASE_URL": "<LOOKTWICE_BASE_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

looktwice mcp in other clients