MCP Hub
Back to servers

URLScan

MCP (Model Context Protocol) Server. Provides a bridge to urlscan.io for analyzing website security and content information through a single tool that accepts URL parameters and returns scan results.

Tools
1
Validated
Jan 11, 2026

Claude MCP Server

Description

This project implements a server using the Model Context Protocol (MCP) to handle requests for scanning URLs. It utilizes the urlscan.io API to retrieve scan results for specified URLs.

Installation

To set up the project, follow these steps:

  1. Clone the repository:
    git clone <repository-url>
    cd <repository-directory>
    
  2. Install the required dependencies:
    npm install
    

Usage

Add Claude Desktop Config File:

"scan-url": {
      "command": "node",
      "args": [
        "src/index.js FILEPATH"
      ]
    }

Contributing

Contributions are welcome! Please submit a pull request or open an issue for any suggestions or improvements.

License

This project is licensed under the MIT License.

Reviews

No reviews yet

Sign in to write a review

URLScan — MCP Server | MCP Hub