
AI Tools
v1.0.0
active
inspector
io.github.gridinsoft/inspector
Domain and URL security analysis by GridinSoft. Detect phishing and malware threats.
Documentation
@gridinsoft/mcp-inspector
MCP (Model Context Protocol) server for domain and URL security analysis powered by GridinSoft Inspector.
Features
- Domain Analysis - Check domain reputation, category, and threat level
- URL Scanning - Detect phishing, malware, and malicious redirects
- Real-time Data - Access GridinSoft's constantly updated threat database
Installation
Claude Desktop
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"gridinsoft": {
"command": "npx",
"args": ["-y", "@gridinsoft/mcp-inspector"],
"env": {
"GRIDINSOFT_API_KEY": "your_api_key_here"
}
}
}
}
Cursor IDE
- Go to Settings -> Models -> MCP
- Click + Add new MCP server
- Set Name to
GridinSoft, Type tocommand, and Command tonpx -y @gridinsoft/mcp-inspector - Add Environment Variable
GRIDINSOFT_API_KEYwith your key.
Windsurf IDE
Add to your Windsurf config (~/.codeium/windsurf/mcp_config.json):
{
"mcpServers": {
"gridinsoft": {
"command": "npx",
"args": ["-y", "@gridinsoft/mcp-inspector"],
"env": {
"GRIDINSOFT_API_KEY": "your_api_key_here"
}
}
}
}
Get API Key
- Sign up at inspector.gridinsoft.com
- Get your API key from Profile page
- New accounts receive 100 free credits
Available Tools
inspect_domain
Analyze a domain for security threats and reputation.
"Analyze the domain suspicious-site.com for security threats"
Cost: 1 credit
scan_url
Scan a complete URL for phishing, malware, and redirects.
"Scan https://example.com/login.php for threats"
Cost: 3 credits
get_balance
Check your remaining credits and subscription status.
"How many API credits do I have left?"
Cost: Free
Pricing
| Plan | Credits | Price (Annually) |
|---|---|---|
| Free | 100 | $0 |
| Basic | 1,500 | $44/mo |
| Standard | 5,000 | $124/mo |
| Premium | 20,000 | $539/mo |
Links
License
MIT
NPM
@gridinsoft/mcp-inspectorInstall Command
npm install @gridinsoft/mcp-inspector