Scan-URL MCP Server provides a bridge between Claude Desktop and the urlscan.io API, enabling URL scanning capabilities directly within the assistant interface. The server exposes a single tool that accepts a URL parameter and returns comprehensive scan results from urlscan.io's search endpoint. Built with the Model Context Protocol SDK, it implements both ListTools and CallTool request handlers, communicates via standard I/O, and can be easily configured in Claude Desktop. This implementation is particularly valuable for users who need to quickly analyze website security or content information without leaving their AI assistant conversation.
OnurUcarD4