@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 by domain.
- ip — Search by IP.