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
# Connect this server (installs CLI if needed)
npx -y smithery mcp add scamcheck-mcp-server/scan
# Browse available tools
npx -y smithery tool list scamcheck-mcp-server/scan
# Get full schema for a tool
npx -y smithery tool get scamcheck-mcp-server/scan scan_message
# Call a tool
npx -y smithery 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…
# Get full input/output schema for a tool
npx -y smithery tool get scamcheck-mcp-server/scan