Skip to main content
Glama

Threat.Zone MCP Server

by threat-zone
GPL 3.0
14
  • Apple
  • Linux

search_by_hash

Search malware analysis submissions using file hashes (MD5, SHA1, SHA256) to retrieve threat intelligence and analysis results from Threat.Zone's database.

Instructions

Search submissions by file hash (MD5, SHA1, or SHA256).

Args: hash: File hash to search for page: Page number (default: 1) jump: Number of items per page (default: 10)

Input Schema

NameRequiredDescriptionDefault
hashYes
jumpNo
pageNo

Input Schema (JSON Schema)

{ "properties": { "hash": { "title": "Hash", "type": "string" }, "jump": { "default": 10, "title": "Jump", "type": "integer" }, "page": { "default": 1, "title": "Page", "type": "integer" } }, "required": [ "hash" ], "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