# URL Scanner Online by Aprensec — URL & Domain Security Scanner

Scan any URL, domain, or IP address for security threats using URLScanner.online.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add pol-l3ch/url-scanner-online-aprensec

# Browse available tools
npx -y @smithery/cli@latest tool list pol-l3ch/url-scanner-online-aprensec

# Get full schema for a tool
npx -y @smithery/cli@latest tool get pol-l3ch/url-scanner-online-aprensec scan_url

# Call a tool
npx -y @smithery/cli@latest tool call pol-l3ch/url-scanner-online-aprensec scan_url '{}'
```

## Direct MCP Connection

Endpoint: `https://url-scanner-online-aprensec--pol-l3ch.run.tools`

## Tools (2)

- `scan_url` — Perform a full security scan on a URL, domain, or IP address using URLScanner.online.
- `get_scan` — Retrieve the result of a previously submitted URL scan by its scan ID.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get pol-l3ch/url-scanner-online-aprensec <tool-name>
```
