Connects Claude to urlscan.io for analyzing suspicious URLs and searching historical scan data. Exposes two operations: search lets you query past scans without authentication, while submit requires an API key to scan new URLs. Part of the Pipeworx gateway ecosystem, so you can either use it standalone or access it alongside 250+ other data sources through a unified endpoint. Useful when you're doing security research, investigating phishing links, or need to check a URL's reputation before clicking. The ask_pipeworx wrapper lets you query in natural language instead of calling tools directly.
urlscan.io MCP.
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|---|
search | Search past scans (keyless). |
submit | Submit a new URL for scanning (requires key). |
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"urlscan-io": {
"url": "https://gateway.pipeworx.io/urlscan-io/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Urlscan Io data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
com.mcparmory/google-search
io.github.pipeworx-io/brave-search
marcopesani/mcp-server-serper
brave/brave-search-mcp-server
com.mcparmory/google-search-console
acamolese/google-search-console-mcp