check_ip
ActiveTool of Abuseipdb
declared in 0.1.0
Check an IP address against the AbuseIPDB database. Returns abuse confidence score (0-100), ISP, usage type, country, number of reports, and last reported date. Example: check_ip("8.8.8.8").
Parameters schema
{
"type": "object",
"examples": [
{
"ip": "118.25.6.39",
"_apiKey": "your-abuseipdb-api-key"
},
{
"ip": "8.8.8.8",
"_apiKey": "your-abuseipdb-api-key"
}
],
"required": [
"_apiKey",
"ip"
],
"properties": {
"ip": {
"type": "string",
"description": "IPv4 or IPv6 address to check (e.g., \"118.25.6.39\")"
},
"_apiKey": {
"type": "string",
"description": "AbuseIPDB API key"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Abuseipdb
https://github.com/pipeworx-io/mcp-abuseipdb
1/7 registries