AbuseIPDB
AbuseIPDB is a project dedicated to helping make the internet safer by providing a central repository for reporting and checking IP addresses associated with malicious activities.
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
AbuseIPDB authenticates with an API key. Generate the credential in your AbuseIPDB account, then paste it into FlyMyAI the first time an agent uses an AbuseIPDB action.
Get your AbuseIPDB credential →
Fields to fill in FlyMyAI
| Field | Details |
|---|---|
AbuseIPDB API Key | Your AbuseIPDB API key (required) |
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
ABUSELPDB_BLACKLIST | Tool to retrieve a list of the most reported ip addresses. use when building dynamic blocklists or threat intelligence feeds. | - |
ABUSELPDB_BULK_REPORT | Tool to submit multiple ip abuse reports in bulk. use when you need to report a large set of ips at once by uploading a csv file with required headers. csv must include columns: ip, categories, reportdate, comment. | csv |
ABUSELPDB_CHECK_BLOCK | Tool to check the reputation of all ip addresses in a cidr range. use when you need aggregated abuse data for a network block. | network |
ABUSELPDB_CHECK_IP | Tool to check the reputation of an ip address. use when you need to determine if an ip address has been reported for abusive activity within a specified look-back period. example: checkip(ipaddress='8.8.8.8', maxageindays=90). | ipAddress |
ABUSELPDB_CLEAR_ADDRESS | Tool to remove all reports associated with a specific ip address. use when you need to purge your own abuse records after verifying control of the ip. | ipAddress |
ABUSELPDB_GET_REPORTS | Tool to retrieve a list of abuse reports for a specific ip address. use when you need to fetch historic reports with optional filtering by status, date range, reporter, and pagination. | ipAddress |
Links
We love our partners - FlyMy.AI builds with the best. Thanks, AbuseIPDB!