npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@gridinsoft/mcp-inspector

v1.0.6

Published

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

Readme

@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

  1. Sign up at inspector.gridinsoft.com.
  2. Grab your key from the Profile page.

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

  1. Open Settings -> Models -> MCP.
  2. Add a new command: npx -y @gridinsoft/mcp-inspector.
  3. 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.

🔗 Links

License

MIT