get_blacklist
ActiveTool of Abuseipdb
declared in 0.1.0
Get the AbuseIPDB blacklist of the most-reported IP addresses. Returns IPs with their abuse confidence scores. Useful for building blocklists.
Parameters schema
{
"type": "object",
"examples": [
{
"limit": 100,
"_apiKey": "your-abuseipdb-api-key"
},
{
"limit": 1000,
"_apiKey": "your-abuseipdb-api-key"
}
],
"required": [
"_apiKey"
],
"properties": {
"limit": {
"type": "number",
"description": "Number of IPs to return (default 100, max 10000)"
},
"_apiKey": {
"type": "string",
"description": "AbuseIPDB API key"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Abuseipdb
https://github.com/pipeworx-io/mcp-abuseipdb
1/7 registries