MCP (Model Context Protocol) server for domain and URL security analysis powered by GridinSoft Inspector. 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?" - Domain Reputation - Check if a site is well-known, safe, or suspicious. - Phishing Detection - Identify fraudulent pages designed to stea
Add this skill
npx mdskills install gridinsoft/mcp-inspectorWell-documented security scanning MCP with clear tools and strong real-world use cases
MCP (Model Context Protocol) server for domain and URL security analysis powered by GridinSoft Inspector.
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?"
Every new account gets 100 API credits per month for free. No credit card required.
Integrate GridinSoft's threat intelligence directly into your decision-making process:
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"
}
}
}
}
npx -y @gridinsoft/mcp-inspector.GRIDINSOFT_API_KEY.Try asking your AI these questions:
example-crypto-site.com safe to use?"http://bit.ly/xxxx. Scan it for phishing before I open it."gridinsoft.com?"inspect_domainComprehensive domain security profile. Returns reputation (0-100), vendor verdicts, hosting/IP info, registrar history, and detailed security tags.
{ "domain": "example.com" }scan_urlDeep 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).
{ "url": "https://example.com/login" }get_balanceCheck your remaining credits and current subscription status.
Sign in to your dashboard to view all available plans and detailed comparison.
MIT
Install via CLI
npx mdskills install gridinsoft/mcp-inspectorGridinsoft/mcp Inspector is a free, open-source AI agent skill. MCP (Model Context Protocol) server for domain and URL security analysis powered by GridinSoft Inspector. 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?" - Domain Reputation - Check if a site is well-known, safe, or suspicious. - Phishing Detection - Identify fraudulent pages designed to stea
Install Gridinsoft/mcp Inspector with a single command:
npx mdskills install gridinsoft/mcp-inspectorThis downloads the skill files into your project and your AI agent picks them up automatically.
Gridinsoft/mcp Inspector works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.