← scanmalware.com
INDIVIDUAL MCP TOOL
search_js_fingerprint_by_bundler
Search JS fingerprints by bundler type.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.scanmalware-mcp]
url = "https://mcp.scanmalware.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"scanmalware-mcp": {
"type": "http",
"url": "https://mcp.scanmalware.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: scanmalware-mcp
Remote MCP URL: https://mcp.scanmalware.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"scanmalware-mcp": {
"url": "https://mcp.scanmalware.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"scanmalware-mcp": {
"type": "http",
"url": "https://mcp.scanmalware.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "scanmalware-mcp",
"transport": "streamable-http",
"url": "https://mcp.scanmalware.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_recent_scans— Get recent public scans (paginated).submit_scan— Submit a URL for scanning.get_scan_summary— Get compact scan summary by scan_id.wait_for_scan— Poll until a scan reaches a terminal status, returning the final summary.get_scan_result— Get full scan result by scan_id.search_scans— Search scans (q must be at least 3 characters).get_ai_analysis— Get AI analysis for a scan_id (if available).get_scan_progress— Get scan progress by scan_id.