Skip to main content
Glama

Threat.Zone MCP Server

by threat-zone
GPL 3.0
14
  • Apple
  • Linux

scan_url

Analyze URLs for security threats and malicious content to identify potential risks before accessing suspicious links.

Instructions

Analyze a URL for threats and malicious content.

Args: url: The URL to analyze is_public: Whether the scan results should be public

Input Schema

NameRequiredDescriptionDefault
is_publicNo
urlYes

Input Schema (JSON Schema)

{ "properties": { "is_public": { "default": false, "title": "Is Public", "type": "boolean" }, "url": { "title": "Url", "type": "string" } }, "required": [ "url" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/threat-zone/threatzonemcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server