submit
Pack: urlscan-io · Endpoint: https://gateway.pipeworx.io/urlscan-io/mcp
Submit a new URL for scanning (requires key).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
url | string | yes | |
visibility | string | no | public (default) | unlisted | private |
country | string | no | ISO 3166-1 alpha-2 of scan country. |
tags | array | no | |
items | string | no | |
referer | string | no | |
customagent | string | no | |
useragent | string | no |
Example call
curl -X POST https://gateway.pipeworx.io/urlscan-io/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"submit","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"urlscan-io": {
"url": "https://gateway.pipeworx.io/urlscan-io/mcp"
}
}
}
See Getting Started for client-specific install steps.