submit
ActiveTool of Urlscan Io
declared in 0.1.0
Submit a new URL for scanning (requires key).
Parameters schema
{
"type": "object",
"examples": [
{
"url": "https://example.com"
},
{
"url": "https://suspicious-site.com",
"tags": [
"phishing",
"test"
],
"_apiKey": "your-urlscan-io-api-key",
"country": "US",
"visibility": "private"
}
],
"required": [
"url"
],
"properties": {
"url": {
"type": "string"
},
"tags": {
"type": "array",
"items": {
"type": "string"
}
},
"country": {
"type": "string",
"description": "ISO 3166-1 alpha-2 of scan country."
},
"referer": {
"type": "string"
},
"useragent": {
"type": "string"
},
"visibility": {
"type": "string",
"description": "public (default) | unlisted | private"
},
"customagent": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Urlscan Io
https://github.com/pipeworx-io/mcp-urlscan-io
1/7 registries