mcpbeat Sign in

Abuseipdb MCP Server

local only

Abuseipdb MCP runs on your own machine — the client starts it, so there is no endpoint to ping.

MCP server for AbuseIPDB: IP abuse reports, reputation. Free key.

Installs / week
npm · abuseipdb-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check Abuseipdb MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add abuseipdb-mcp -- npx -y abuseipdb-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "abuseipdb-mcp": {
      "args": [
        "-y",
        "abuseipdb-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.abuseipdb-mcp]
command = "npx"
args = ["-y", "abuseipdb-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "abuseipdb-mcp": {
      "args": [
        "-y",
        "abuseipdb-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "abuseipdb-mcp": {
      "args": [
        "-y",
        "abuseipdb-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Abuseipdb MCP

same job, measured the same way
Brevo MCP
by mrfentmen

MCP server for Brevo: account, contacts, email reports. Needs a free API key.

local only
Rootly
by wyre-ai

MCP server for Rootly — incidents, alerts, escalations, and post-incident reports.

local only
Rootly
by wyre-technology

MCP server for Rootly — incidents, alerts, escalations, and post-incident reports.

local only
Huntress
by wyre-ai

MCP server for Huntress — accounts, organizations, agents, incidents, and reports.

local only
Huntress
by wyre-technology

MCP server for Huntress — accounts, organizations, agents, incidents, and reports.

local only
Admob MCP Server
by parksanggwon

MCP server for the Google AdMob API — apps, ad units, mediation, and revenue reports

45 installs/wk local only
moysklad-mcp
by theyahia

MCP server for MoySklad — warehouse, inventory, orders, reports (Russia)

49 installs/wk local only
Bing Ads
by mharnett

MCP server for Microsoft Advertising (Bing Ads) — campaigns, keywords, and reports

39 installs/wk local only

Abuseipdb MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Abuseipdb MCP?
Abuseipdb MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package abuseipdb-mcp.
How do I connect Abuseipdb MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls abuseipdb-mcp straight from npm; nothing to host, nothing to sign up for.