Skip to main content
Glama
Moussa93x

urlscan-mcp

by Moussa93x

scan_url

Submit a URL to urlscan.io to analyze it for threats, receiving a scan ID to fetch the report once scanning completes.

Instructions

Submit a URL to urlscan.io for scanning.

Requires an API key. Returns immediately with a UUID: the scan is not finished. Wait poll_after_seconds, then call get_scan_result.

Visibility is a disclosure decision, not a preference, and it defaults to the safe answer. "unlisted" keeps the scan off urlscan's public listing. "public" is visible to everyone, including whoever operates the URL being scanned, so choosing it during a live incident tells an attacker they were caught. Choose "public" only when contributing a confirmed phishing page to the community is the actual intent.

Scanning fetches the URL from urlscan's infrastructure, which is a real interaction with a possibly hostile site. Do not submit URLs containing session tokens, password-reset links or anything else single-use.

At most 10 tags. country requests a scanner location, for example "fr" or "us", for sites that serve different content by geography.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
tagsNo
countryNo
visibilityNounlisted

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
uuidNoScan UUID; pass to get_scan_result
quotaNoRemaining urlscan allowance
api_urlNoAPI URL for the result
messageNourlscan's response message
result_urlNoHuman-readable report, once finished
visibilityNopublic, unlisted or private
submitted_urlNoURL that was submitted
poll_after_secondsNoSeconds to wait before calling get_scan_result
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries full burden and does so thoroughly: requires API key, returns immediately with UUID (scan not finished), fetches URL from urlscan infrastructure (real interaction with hostile site), and explains visibility as a disclosure decision. All key behaviors are disclosed.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Every sentence provides necessary operational or security context. The paragraph structure logically flows from high-level purpose to behavioral notes to parameter-specific guidance. No padding or repetition.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool is complex with asynchronous behavior, security implications, and nuanced visibility choices. The description covers prerequisites, async pattern, safety warnings, and parameter semantics. Output schema exists, so return values need not be documented.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so description must compensate. It explains tags (max 10), country (requests scanner location, e.g., 'fr'/'us'), and visibility (enum meanings and default). URL is self-evident. Slightly more detail on tag format could push to 5, but coverage is very good.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with 'Submit a URL to urlscan.io for scanning,' a specific verb+resource statement. It clearly distinguishes from siblings by referencing get_scan_result and explaining the async flow.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly instructs to call get_scan_result after poll_after_seconds, explains when to use 'public' visibility, and warns not to submit URLs with session tokens or password-reset links. Provides strong when-to-use and when-not-to-use guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Moussa93x/urlscan-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server