@pipeworx/urlscan-io
Connect: https://gateway.pipeworx.io/urlscan-io/mcp · Install: one-click buttons
Tools: 5
urlscan.io MCP — URL scanner (renders pages in a sandbox, records HTTP transactions, screenshots, certificates). Free API key for higher rate.
Auth
- Some endpoints are keyless (search, result lookup);
submitrequires a key. - Platform:
PLATFORM_URLSCAN_KEY. BYO:?_apiKey=….
Tools
search(query, size?, search_after?)— search past scansresult(uuid)— full result by scan uuidsubmit(url, visibility?, country?, tags?, referer?, customagent?, useragent?)— submit a new scan (requires key)domain(domain)— convenience: search by domainip(ip)— convenience: search by IP
Data source
https://urlscan.io/api/v1/
Tools
- search — Search past scans (keyless).
- result — Full result by scan uuid (keyless).
- submit — Submit a new URL for scanning (requires key).
- domain — Search urlscan.io past scan results for a specific domain (no API key required); returns scan records including URL, verdict, screenshot link, and scan date.
- ip — Search urlscan.io past scan results for a specific IP address (no API key required); returns scan records for pages hosted at or contacting that IP.
Tools
-
domain— Search urlscan.io past scan results for a specific domain (no API key required); returns scan records including URL, verdict, screenshot link, and scan date. -
ip— Search urlscan.io past scan results for a specific IP address (no API key required); returns scan records for pages hosted at or contacting that IP. -
result— Full result by scan uuid (keyless). -
search— Search past scans (keyless). -
submit— Submit a new URL for scanning (requires key).