🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
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.2
to
0.1.4
+1
-1
dist/tools/signup.js

@@ -16,3 +16,3 @@ // signup tool — create a new Unphurl account

The account starts with 3 free pipeline check credits so the user can test with real URLs. Known domain lookups (google.com, github.com, etc.) and cached domain lookups are always free. To check more unknown domains through the full analysis pipeline, the user can purchase credits via the "purchase" tool.
The account starts with 20 free pipeline check credits so the user can test with real URLs. Known domain lookups (google.com, github.com, etc.) and cached domain lookups are always free. To check more unknown domains through the full analysis pipeline, the user can purchase credits via the "purchase" tool.

@@ -19,0 +19,0 @@ Once the user has their API key, they need to add it to their MCP server configuration as UNPHURL_API_KEY.

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

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

@@ -17,3 +17,3 @@ ```

Every new account gets **3 free pipeline check credits**. Most lookups are free. Known domains (Tranco Top 100K) and previously analysed domains return cached results at no cost. You only pay when an unknown domain runs through the full pipeline.
Every new account gets **20 free pipeline check credits**. Most lookups are free. Known domains (Tranco Top 100K) and previously analysed domains return cached results at no cost. You only pay when an unknown domain runs through the full pipeline.

@@ -20,0 +20,0 @@ | Package | Credits | Price | Per check |

@@ -35,3 +35,3 @@ ---

If check_url or check_urls returns an insufficient_credits error with a summary, tell the user what the summary shows (e.g. "Your batch has 10 unknown domains needing pipeline checks, you have 3 credits") and offer to help them purchase more using the purchase tool. Don't retry the check. All check endpoints require a positive balance, so checking stops at zero credits until the user tops up.
If check_url or check_urls returns an insufficient_credits error with a summary, tell the user what the summary shows (e.g. "Your batch has 10 unknown domains needing pipeline checks, you have 20 credits") and offer to help them purchase more using the purchase tool. Don't retry the check. All check endpoints require a positive balance, so checking stops at zero credits until the user tops up.

@@ -38,0 +38,0 @@ ## What not to check