MCP Server
io.github.eason4kim-rocket/looktwice-mcp MCP Server
io.github.eason4kim-rocket/looktwice-mcp
What is the io.github.eason4kim-rocket/looktwice-mcp MCP server?
Email, EU VAT, IBAN, and domain validation plus evidence-backed U.S. CPSC recall screening.
How to install io.github.eason4kim-rocket/looktwice-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
LOOKTWICE_API_KEYrequiredsecretLookTwice API key; create one at https://looktwice.dev/dashboard
LOOKTWICE_BASE_URLOverride the API base URL (defaults to https://api.looktwice.dev)
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"looktwice-mcp": {
"command": "npx",
"args": [
"-y",
"looktwice-mcp"
],
"env": {
"LOOKTWICE_API_KEY": "<YOUR_LOOKTWICE_API_KEY>",
"LOOKTWICE_BASE_URL": "<YOUR_LOOKTWICE_BASE_URL>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"looktwice-mcp": {
"command": "npx",
"args": [
"-y",
"looktwice-mcp"
],
"env": {
"LOOKTWICE_API_KEY": "<YOUR_LOOKTWICE_API_KEY>",
"LOOKTWICE_BASE_URL": "<YOUR_LOOKTWICE_BASE_URL>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"looktwice-mcp": {
"command": "npx",
"args": [
"-y",
"looktwice-mcp"
],
"env": {
"LOOKTWICE_API_KEY": "<YOUR_LOOKTWICE_API_KEY>",
"LOOKTWICE_BASE_URL": "<YOUR_LOOKTWICE_BASE_URL>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"looktwice-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"looktwice-mcp"
],
"env": {
"LOOKTWICE_API_KEY": "<YOUR_LOOKTWICE_API_KEY>",
"LOOKTWICE_BASE_URL": "<YOUR_LOOKTWICE_BASE_URL>"
}
}
}
}Claude Code
claude mcp add looktwice-mcp --env LOOKTWICE_API_KEY=<YOUR_LOOKTWICE_API_KEY> --env LOOKTWICE_BASE_URL=<YOUR_LOOKTWICE_BASE_URL> -- npx -y looktwice-mcpRelated MCP servers
Purify Security Feeds
Maintained
Query CISA KEV / EPSS vulnerability feeds with full per-record provenance and auditable versions
0
View repository →Go
MIT