data
AbuseIPDB MCP, CLI, and Lua Integration for AI Agents
AbuseIPDB integration docs for AI agents: MCP gateway setup, AbuseIPDB CLI commands, Lua API reference, credentials, and function schemas.AbuseIPDB for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Agent Surfaces
Machine-Readable Metadata
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
abuseipdb.abuseipdb_check | Read read | 0 | Check reputation for one IP address. |
abuseipdb.abuseipdb_reports | Read read | 0 | List reports for one IP address. |
abuseipdb.abuseipdb_blacklist | Read read | 0 | Retrieve the AbuseIPDB blacklist. |
abuseipdb.abuseipdb_report | Write write | 0 | Submit an abuse report for one IP address. |
abuseipdb.abuseipdb_check_block | Read read | 0 | Check abuse data for a CIDR block. |
abuseipdb.abuseipdb_bulk_report | Write write | 0 | Submit CSV abuse reports in bulk. |
abuseipdb.abuseipdb_clear_address | Write write | 0 | Clear this account reports for one IP address. |