isMalicious threat intelligence for AI agents for Grok
com.ismalicious/mcp-server
Indicator reputation verdicts, CVE lookups (CVSS, EPSS, KEV) and prompt-injection scans for agents
client:Grok
transport:stdio
runtime:npm
Install isMalicious threat intelligence for AI agents in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ismalicious/mcp-server"
],
"env": {
"ISMALICIOUS_API_KEY": "<ISMALICIOUS_API_KEY>",
"ISMALICIOUS_API_SECRET": "<ISMALICIOUS_API_SECRET>",
"ISMALICIOUS_API_BASE": "<ISMALICIOUS_API_BASE>",
"ISMALICIOUS_TIMEOUT_MS": "<ISMALICIOUS_TIMEOUT_MS>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs