Connects Claude or Cursor to GridinSoft's threat intelligence API for real-time domain and URL security analysis. You get two core tools: inspect_domain returns reputation scores, vendor verdicts, and hosting details for 3 credits, while scan_url does full forensic analysis with redirect chains, DNS records, and metadata extraction for 10 credits. Useful when you need to verify third-party endpoints before adding dependencies, audit external links in documentation, or check suspicious domains from logs without leaving your editor. Free tier includes 100 credits monthly. Requires a GridinSoft Inspector API key from their dashboard.
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
GRIDINSOFT_API_KEY*secretAPI key from inspector.gridinsoft.com/profile (100 free credits on signup)