Skip to main content
Glama

WireMCP

by 0xKoda

check_ip_threats

Verify if an IP address is flagged in the URLhaus blacklist for malicious indicators to enhance threat detection and security analysis on the WireMCP server.

Instructions

Check a given IP address against URLhaus blacklist for IOCs

Input Schema

NameRequiredDescriptionDefault
ipYesIP address to check (e.g., 192.168.1.1)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "ip": { "description": "IP address to check (e.g., 192.168.1.1)", "pattern": "\\b\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\b", "type": "string" } }, "required": [ "ip" ], "type": "object" }

You must be authenticated.

Other Tools from WireMCP

Related Tools

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/0xKoda/WireMCP'

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