← Back to Plugins
MCP Server MCP

io.github.eason4kim-rocket/looktwice-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "looktwice-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "LookTwice API key; create one at https://looktwice.dev/dashboard",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "LOOKTWICE_API_KEY"
        },
        {
          "description": "Override the API base URL (defaults to https://api.looktwice.dev)",
          "format": "string",
          "name": "LOOKTWICE_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...