AbuseIPDB Connector for AI agents.
4 live capabilities
Audit IP reputations and threat intelligence data instantly.
Waiting for input…
Why people use AbuseIPDB
AbuseIPDB for Threat Intelligence
This Connector changes that. You just tell your agent to check the IP, and it handles the request to AbuseIPDB immediately. You get the reputation data and report history in a clean summary, letting you make a call in seconds instead of minutes.
What Vinkius changes
You get real-time threat intelligence without the manual research.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Investigating a suspicious login
A security analyst sees a weird login from a new IP and asks the agent to check its abuse score to see if it's a known threat.
- Real-world use case 02
Verifying server logs
A DevOps engineer is reviewing a server log and wants to know if a specific IP has been reported for DDoS activity.
- Real-world use case 03
Updating firewall rules
A network admin wants to see the top 100 most reported IPs to update their firewall rules and block known bad actors.
Complete set · 4capabilities
The complete AbuseIPDB capability set.
These are the exact actions your AI can choose when you ask it to work with AbuseIPDB.
01—04
4 capabilities in this set.
Part of 4 available through AbuseIPDB.
- 01 Capability
Check api status
See if the AbuseIPDB service is currently up and running. Use this to troubleshoot your connection if things aren't loading.
- 02 Capability
Get abuse blacklist
Pull the current global list of the most reported IPs. It helps you keep your network locked down against known bad actors.
- 03 Capability
Get ip abuse reports
Fetch the specific history of reports for a single IP address. This helps you identify if an IP is a repeat offender for spam or DDoS.
- 04 Capability
Check ip address
Look up an IP in the AbuseIPDB database to see its reputation. This gives you the immediate data you need to decide if an address is safe.
Set up in minutes
One URL. Then ask AbuseIPDB to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use AbuseIPDB from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_IvJIKv2LJAKbsGW73tiRmX2J6IYuGszRcN3t1r3c/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it AbuseIPDB, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable AbuseIPDB for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_IvJIKv2LJAKbsGW73tiRmX2J6IYuGszRcN3t1r3c/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the AbuseIPDB URL.
- Step 03
Save and start
Save the connection and enable AbuseIPDB in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"abuseipdb": {
"url": "https://edge.vinkius.com/vk_preview_IvJIKv2LJAKbsGW73tiRmX2J6IYuGszRcN3t1r3c/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using AbuseIPDB
Open Agent mode in chat and ask: "Using AbuseIPDB, help me...". 4 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"abuseipdb": {
"url": "https://edge.vinkius.com/vk_preview_IvJIKv2LJAKbsGW73tiRmX2J6IYuGszRcN3t1r3c/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using AbuseIPDB
Ask Copilot: "Using AbuseIPDB, help me...". 4 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"abuseipdb": {
"url": "https://edge.vinkius.com/vk_preview_IvJIKv2LJAKbsGW73tiRmX2J6IYuGszRcN3t1r3c/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using AbuseIPDB
Open Cascade and ask: "Using AbuseIPDB, help me...". 4 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"abuseipdb": {
"url": "https://edge.vinkius.com/vk_preview_IvJIKv2LJAKbsGW73tiRmX2J6IYuGszRcN3t1r3c/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using AbuseIPDB
Ask Cline: "Using AbuseIPDB, help me...". 4 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add abuseipdb --transport http "https://edge.vinkius.com/vk_preview_IvJIKv2LJAKbsGW73tiRmX2J6IYuGszRcN3t1r3c/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using AbuseIPDB
Ask Claude: "Using AbuseIPDB, show me...". 4 tools are ready
Where the request belongs
Work AbuseIPDB can move forward.
This is for the security analyst who's tired of clicking through dashboards at 2am or the DevOps engineer who needs to verify server logs without manual searching.
Security Analyst
They use this to quickly check the reputation of suspicious IPs during a breach investigation.
DevOps Engineer
They verify server logs and audit incoming traffic patterns to block malicious actors.
Network Administrator
They perform rapid audits of suspicious IPs to identify relevant security markers.
Operations Lead
They automate security data querying to keep infrastructure teams informed of threats.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsCrowdSec
Automate threat intelligence via CrowdSec. query local decisions, stream security updates, and check global IP reputation directly from any AI agent.
IPQualityScore (IPQS)
Detect fraud, proxies, and malicious activity via IPQS API.
HetrixTools
Automate uptime monitoring and blacklist checks via HetrixTools. monitor servers, websites, and IP reputation directly from any AI agent.
Censys
Search internet-connected hosts, SSL certificates and attack surface. discover exposed services and vulnerabilities.
IPdata
Enrich IP addresses with geolocation, ASN, and threat intelligence data directly within your AI agent.
SecurityTrails
Uncover IT infrastructure. access DNS history, subdomains, reverse IP lookups, WHOIS data and advanced domain intelligence for ultimate OSINT.
Bring your own AI
Change the model, client or framework. Keep AbuseIPDB connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about AbuseIPDB.
The practical details behind the request, access and result.
How does the AbuseIPDB MCP help with cyber security?
It gives your AI agent the ability to instantly check the reputation of any IP address. This helps you identify malicious actors, spammers, and hackers much faster than manual searching.
Can I use the AbuseIPDB MCP to check for DDoS attacks?
Yes. By checking an IP's report history, your agent can see if that address has been flagged for DDoS activity by other users in the global database.
How do I get IP reputation data using my AI agent?
Once you connect this Connector to your AI client, you can simply ask questions like 'Is this IP safe?' or 'Check the reputation of this address' to get instant results.
Does the AbuseIPDB MCP work for IPv6 addresses?
Yes, the Connector supports both IPv4 and IPv6 addresses, ensuring you have full coverage for your network security audits.
Can I see the history of reports for a specific IP?
Yes, you can ask your agent to pull the full reporting history. This helps you see patterns of behavior, such as whether an IP is a repeat offender for specific types of abuse.
How does this Connector help network administrators?
It allows for rapid audits of suspicious traffic. Instead of manual lookups, admins can use natural language to identify security markers and verify network data on the fly.
How do I find my AbuseIPDB API Key?
Log in to your AbuseIPDB account, and you can generate an API Key in the API section. Copy and paste it below.
Does it support checking IPv6 addresses?
Yes. AbuseIPDB provides reputation data for both IPv4 and IPv6 addresses across its entire database.
What does the 'Abuse Confidence Score' mean?
It is a percentage (0-100%) indicating how confident the system is that an IP is currently malicious, based on the volume and frequency of reports.
One connection away
Give your agent a direct line to AbuseIPDB.
Connect AbuseIPDB once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available