
ScanMalware.Com URL Scanner
Scan suspicious URLs from your agent before ship or during review so links in docs, webhooks, or user content get malware checks.
Overview
ScanMalware MCP is a Ship-phase security MCP server that scans URLs and returns malware detection analysis from ScanMalware.com for agent workflows.
What is this MCP server?
- ScanMalware.com URL scanning and malware detection exposed as MCP tools
- Hosted streamable HTTP MCP at mcp.scanmalware.com with optional Bearer auth header
- Analysis-oriented outputs for agent-driven triage of untrusted links
- Server version 0.1.6; source on GitHub (scanmalware/mcp-server)
- Fits pre-release link audits and incident response URL checks from the IDE
- MCP server version 0.1.6
- Remote endpoint https://mcp.scanmalware.com/mcp
- Optional Authorization Bearer header for MCP auth
What problem does it solve?
Solo shippers cannot manually vet every URL their app, docs, or agent collects, yet a single bad link can trigger breaches or store takedowns.
Who is it for?
Builders who want quick URL malware checks inside Claude Code or Cursor during security review or support automation.
Skip if: Teams needing full endpoint EDR, source-code SAST, or offline air-gapped malware labs without external API calls.
What do I get? / Deliverables
After connecting the MCP remote, your agent can request ScanMalware.com scans and structured analysis before you approve releases or redirect users.
- Agent-invokable URL scan and malware analysis via ScanMalware.com
- Documented remote MCP endpoint for CI or IDE workflows
- Optional authenticated access when token is configured
Recommended MCP Servers
Journey fit
How it compares
URL malware MCP integration, not a repository code-review skill or infrastructure scanner.
Common Questions / FAQ
Who is com.scanmalware.mcp/scanmalware-mcp for?
It is for developers and security-minded solo builders who want agents to scan and analyze URLs via ScanMalware.com before users follow them.
When should I use com.scanmalware.mcp/scanmalware-mcp?
Use it in ship security workflows when reviewing external links, webhook targets, user-submitted URLs, or crawl results prior to launch.
How do I add com.scanmalware.mcp/scanmalware-mcp to my agent?
Add remote MCP https://mcp.scanmalware.com/mcp; if your deployment sets MCP_AUTH_TOKEN, configure the Authorization Bearer header in MCP client settings.