mcp-abuseipdb
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-abuseipdbCheck IP 8.8.8.8"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-abuseipdb
MCP server for AbuseIPDB - Check IP reputation and abuse reports.
What it does
AbuseIPDB is a project dedicated to helping combat the spread of hackers, spammers, and abusive activity on the internet. This MCP server lets AI agents:
Check IP reputation - Get abuse confidence scores (0-100%) for any IP
View abuse reports - See what malicious activity has been reported
Bulk check IPs - Triage multiple IPs from logs or alerts
Related MCP server: MCP AbuseIPDB Server
Quick Start
# Install
npm install -g mcp-abuseipdb
# Set your API key (free at https://www.abuseipdb.com/register)
export ABUSEIPDB_API_KEY=your_key_hereClaude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"abuseipdb": {
"command": "npx",
"args": ["-y", "mcp-abuseipdb"],
"env": {
"ABUSEIPDB_API_KEY": "your_key_here"
}
}
}
}Tools
check_ip
Check a single IP address reputation.
Parameters:
ip(required): IPv4 or IPv6 addressmaxAgeInDays(optional): How far back to look for reports (1-365, default: 90)verbose(optional): Include recent abuse reports (default: false)
Example response:
IP: 118.25.6.39 (IPv4)
Abuse Confidence Score: 100% š“ Critical Risk
Country: China
ISP: Tencent Cloud Computing
Usage Type: Data Center/Web Hosting/Transit
Tor Exit Node: No
Total Reports: 1,847 (from 312 users)
Last Reported: 2024-01-15T10:30:00+00:00
--- Interpretation ---
š“ Critical abuse confidence. This IP is heavily reported as malicious. Block immediately.check_ips
Bulk check multiple IPs (max 20 per call).
Parameters:
ips(required): Array of IP addressesmaxAgeInDays(optional): How far back to look (default: 90)
Example response:
=== Results ===
8.8.8.8: 0% ā
Clean - US Google LLC
118.25.6.39: 100% š“ Critical (1847 reports) - CN Tencent
185.220.101.1: 95% š“ Critical [TOR] (523 reports) - DE Tor Exit
--- Risk Levels ---
0%: ā
Clean | 1-25%: š¢ Low | 26-50%: š” Moderate | 51-75%: š High | 76-100%: š“ CriticalResources
abuseipdb://status
Get API status and rate limit info.
Rate Limits (Free Tier)
CHECK: 1,000 requests/day
REPORT: 500 reports/day
BLACKLIST: 5 downloads/day
Get your free API key at abuseipdb.com
Abuse Categories
AbuseIPDB uses these categories to classify reports:
ID | Category |
4 | DDoS Attack |
5 | FTP Brute-Force |
7 | Phishing |
9 | Open Proxy |
10 | Web Spam |
11 | Email Spam |
14 | Port Scan |
15 | Hacking |
18 | Brute-Force |
19 | Bad Web Bot |
21 | Web App Attack |
22 | SSH |
Use Cases
SOC/IR: Quickly check suspicious IPs from security alerts
Log Analysis: Bulk check IPs hitting your servers
Email Security: Verify sender IPs for spam investigation
Firewall Rules: Validate IPs before blocking/allowing
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceIntegrates with the AbuseIPDB API to check IP addresses for abuse reports and report abusive IP addresses.Last updated2MIT
- AlicenseAqualityDmaintenanceProvides threat intelligence lookups against the AbuseIPDB database, enabling IP reputation checks, CIDR block analysis, and log enrichment. It features intelligent caching and rate limiting to efficiently manage API usage for security analysis and automated workflows.Last updated5MIT
- Alicense-qualityCmaintenanceWraps IPQualityScore's fraud-prevention API to enable AI agents to check IP reputation, email verification, and other fraud detection data through natural language queries.Last updated9MIT
- AlicenseAqualityCmaintenanceProvides GeoIP and ASN intelligence lookup for IP addresses, enabling AI agents to retrieve location and network information via the IPRout API.Last updated2MIT
Related MCP Connectors
Domain & company intel for AI agents: RDAP, DNS, email deliverability, tech stack. No API keys.
URL intelligence for AI agents and developers. 16 tools, 25 signal weights, 20 free checks.
Domain intel for AI agents: RDAP registration, DNS, email deliverability, tech stack.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/nickjlucker/mcp-abuseipdb'
If you have feedback or need assistance with the MCP directory API, please join our Discord server