Sign In

@unphurl/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unphurl/mcp-server - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
+1
-1
dist/defaults.js

@@ -7,3 +7,3 @@ // Hardcoded default scoring weights and signal descriptions

default_weight: 40,
description: "Domain name resembles a major brand (Levenshtein distance + homoglyph analysis against 50+ brands)",
description: "Domain name resembles a major brand (Levenshtein distance + homoglyph analysis against 150+ brands)",
},

@@ -10,0 +10,0 @@ {

#!/usr/bin/env node
// Unphurl MCP Server — domain intelligence for AI tools
// Wraps the Unphurl API as 11 MCP tools for Claude Code, Cursor, Windsurf, etc.
// Wraps the Unphurl API as 13 MCP tools for Claude Code, Cursor, Windsurf, etc.
//

@@ -25,3 +25,3 @@ // Configuration:

name: "unphurl",
version: "0.1.0",
version: "0.1.1",
});

@@ -28,0 +28,0 @@ // Register all 13 tools across 7 modules

{
"name": "@unphurl/mcp-server",
"version": "0.1.0",
"version": "0.1.1",
"description": "Unphurl domain intelligence MCP server — check URLs for security and quality signals from any AI tool",

@@ -5,0 +5,0 @@ "type": "module",

@@ -46,2 +46,3 @@ <p align="center">

| `signup` | Create a new account, get an API key | No |
| `resend_verification` | Resend verification email (rate limited 3/hour) | Yes |
| `check_url` | Check a single URL for security/quality signals | Yes |

@@ -48,0 +49,0 @@ | `check_urls` | Batch check up to 500 URLs (handles async polling automatically) | Yes |