urlscan-io-mcp-server

barvhaim/urlscan-io-mcp-server

3.1

If you are the rightful owner of urlscan-io-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This is a Model Context Protocol (MCP) server designed for `urlscan.io`, a service that provides detailed information about websites and their content. Note that this is not an official `urlscan.io` project.

MCP Server for urlscan.io

This is not an official urlscan.io project!

Usage

{
  "mcpServers": {
    "urlscan_io": {
      "command": "uv",
      "env": {
        "URLSCAN_API_KEY": "xxx"
      },
      "args": [
        "--directory",
        "/PATH/TO/urlscan-io-mcp-server",
        "run",
        "main.py"
      ]
    }
  }
}