En

abuseipdb_mcp

An MCP wrapper for the AbuseIPDB API, enabling quick IP reputation lookups.

其他 查询实时数据管理API密钥 通用 ★ 22 Updated 2026-08-02

Install & Use

Copy this prompt and send it to your AI assistant (Claude / Cursor / TRAE / Codex / WorkBuddy etc.) to auto-install:

Help me install this AI Skill: abuseipdb_mcp.
It is used for: An MCP wrapper for the AbuseIPDB API, enabling quick IP reputation lookups.
Full Skill content: https://321skill.com/skills/abuseipdb-mcp/raw/index.md
Read that page and install it.

The prompt includes a link to the full Skill content. You can also view the full content.

This Skill addresses the challenge of manually integrating AbuseIPDB for querying IP malicious reports during development. In practice, security operations or backend developers often need to determine if an IP address is flagged as malicious, but directly calling the raw API requires handling tokens, parameters, and response parsing, which can be cumbersome.

Usage is straightforward: first, obtain your own AbuseIPDB API Token, then configure this Skill via the MCP server. After that, you can query directly using natural language instructions, such as "Check the malicious reports for 8.8.8.8." It will automatically call the AbuseIPDB endpoint and return structured information about the IP, including its abuse confidence score, report count, and last reported time.

It is well-suited for teams or individuals requiring security defenses, particularly operations engineers, backend developers, and security analysts. For scenarios involving frequent checks of unfamiliar IPs in logs or integrating IP reputation queries into automated workflows, this Skill can significantly boost efficiency.

It is recommended to register an account on the AbuseIPDB website and obtain an API Token before use, while also noting the API's rate limits (1,000 calls per hour for the free tier). Please be aware that this Skill only wraps the "Check IP" endpoint of AbuseIPDB and does not include report submission or bulk query capabilities.

Key Features

Compared to directly calling the AbuseIPDB REST API, this Skill exists as an MCP tool, allowing natural language queries directly within AI conversations without manually constructing HTTP requests and parsing JSON responses. Compared to other IP lookup tools like VirusTotal, it focuses specifically on the AbuseIPDB database, offering data sources more specialized in malicious IP reports.

Limitations

Requires users to apply for their own AbuseIPDB API Token and is subject to the free tier's rate limit of 1,000 calls per hour. It only supports the IP check endpoint and does not support bulk queries or report submission.

FAQ

How do I obtain an AbuseIPDB API Token?

Visit the AbuseIPDB website to register an account and generate an API key in the user panel.

Does this Skill support batch queries for multiple IPs?

Currently, it only supports single IP queries. For batch queries, multiple calls are required or you would need to extend the functionality yourself.

Installation guide for AI assistants

If your AI coding assistant (Claude Code, Cursor, TRAE etc.) can see this page, send it this message to auto-install:

Visit https://321skill.com/skills/abuseipdb-mcp/raw/index.md to read the original Skill definition (Markdown format) for abuseipdb_mcp, and install it according to the instructions.