You're viewing a demo portfolio

Join the waitlist
PRSM

report_ip

Active

Tool of Abuseipdb

declared in 0.1.0

Report an abusive IP address to AbuseIPDB. Requires category IDs (e.g., "18,22" for DDoS + SSH brute force). Returns the updated abuse confidence score.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "ip": "118.25.6.39",
      "_apiKey": "your-abuseipdb-api-key",
      "comment": "SSH brute force attack from this IP",
      "categories": "18,22"
    },
    {
      "ip": "203.0.113.45",
      "_apiKey": "your-abuseipdb-api-key",
      "comment": "DDoS attack source",
      "categories": "4"
    }
  ],
  "required": [
    "_apiKey",
    "ip",
    "categories",
    "comment"
  ],
  "properties": {
    "ip": {
      "type": "string",
      "description": "IPv4 or IPv6 address to report (e.g., \"118.25.6.39\")"
    },
    "_apiKey": {
      "type": "string",
      "description": "AbuseIPDB API key"
    },
    "comment": {
      "type": "string",
      "description": "Description of the abuse (e.g., \"SSH brute force attack from this IP\")"
    },
    "categories": {
      "type": "string",
      "description": "Comma-separated category IDs (e.g., \"18,22\"). Common: 3=Fraud, 4=DDoS, 14=Port Scan, 18=Brute Force, 22=SSH, 23=Telnet"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Abuseipdb

https://github.com/pipeworx-io/mcp-abuseipdb

1/7 registries
View full server →
report_ip — Abuseipdb — PRSM MCP