🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@gridinsoft/mcp-inspector

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gridinsoft/mcp-inspector

MCP server for domain reputation, website safety, and URL trust analysis powered by GridinSoft Inspector

latest
Source
npmnpm
Version
1.0.6
Version published
Maintainers
1
Created
Source

@gridinsoft/mcp-inspector

MCP (Model Context Protocol) server for domain and URL security analysis powered by GridinSoft Inspector.

🛡️ Trust & Safety for AI

This MCP server allows your AI agent (Claude, Cursor, etc.) to verify any website or link. It helps answer the critical question: "Can I trust this site?"

✨ Key Features

  • Domain Reputation - Check if a site is well-known, safe, or suspicious.
  • Phishing Detection - Identify fraudulent pages designed to steal credentials.
  • Malware Scanning - Detect links hosting harmful files or scripts.
  • Real-time Engine - Access GridinSoft's global threat database.

🎁 Free Plan

Every new account gets 100 API credits per month for free. No credit card required.

🚀 Use Cases

The GridinSoft MCP is useful far beyond simple coding assistance:

  • Security Research: Automate the analysis of suspicious domains mentioned in your research.
  • Email Verification: Ask your AI to check all links in a suspicious email body.
  • DevSecOps: Verify third-party dependencies or documentation links during development.
  • Safe Browsing: Get a verdict before clicking on shortened or unknown URLs.

🛠️ Connection Guide

1. Get your API Key

2. Connect to your AI

Claude Desktop

Add to your config (~/Library/Application Support/Claude/claude_desktop_config.json):

{
  "mcpServers": {
    "gridinsoft": {
      "command": "npx",
      "args": ["-y", "@gridinsoft/mcp-inspector"],
      "env": {
        "GRIDINSOFT_API_KEY": "your_api_key_here"
      }
    }
  }
}

Cursor or Windsurf IDE

  • Open Settings -> Models -> MCP.
  • Add a new command: npx -y @gridinsoft/mcp-inspector.
  • Set environment variable GRIDINSOFT_API_KEY.

🤖 Example Prompts

Try asking your AI these questions:

  • "Is the domain example-crypto-site.com safe to use?"
  • "I received a link to http://bit.ly/xxxx. Scan it for phishing before I open it."
  • "What is the reputation of gridinsoft.com?"
  • "Should I trust this website? It looks like a login page but the URL is strange."

🔧 Available Tools

inspect_domain

Comprehensive domain security profile. Returns reputation (0-100), vendor verdicts, hosting/IP info, registrar history, and detailed security tags.

scan_url

Deep forensic URL analysis. Extracts metadata, effective URL, full redirect chain, DNS/SSL details, and forensic data (screenshots, network traffic, cookies, console logs for paid plans).

get_balance

Check your remaining credits and current subscription status.

  • Cost: Free

📊 Pricing

  • Free: 100 credits/mo ($0)
  • Basic: 1,500 credits/mo (~$44/mo)
  • Standard: 5,000 credits/mo (~$124/mo)

Sign in to your dashboard to view all available plans and detailed comparison.

License

MIT

Keywords

mcp

FAQs

Package last updated on 19 Jan 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts