# scan

Scan suspicious messages, URLs, and text for scams using AI. Instantly get a verdict, risk score, and actionable steps. Used by ScamCheck — India's #1 scam detection tool

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add scamcheck-mcp-server/scan

# Browse available tools
npx -y @smithery/cli@latest tool list scamcheck-mcp-server/scan

# Get full schema for a tool
npx -y @smithery/cli@latest tool get scamcheck-mcp-server/scan scan_message

# Call a tool
npx -y @smithery/cli@latest tool call scamcheck-mcp-server/scan scan_message '{}'
```

## Direct MCP Connection

Endpoint: `https://scan--scamcheck-mcp-server.run.tools`

**Required config:**
- `ScamCheckAPIKey` (query) — Your API key from scamcheck.tech/dashboard/developer

## Tools (1)

- `scan_message` — Scan a suspicious message, URL, or text for scam indicators using ScamCheck AI. Returns a verdict (Likely Scam / Suspic…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get scamcheck-mcp-server/scan <tool-name>
```
