mcpbeat Sign in

Greynoise MCP Server

by nickjlucker Your server? Claim it
local only

Greynoise runs on your own machine — the client starts it, so there is no endpoint to ping. 28 installs a week from npm. Last commit 26 Feb 2026.

MCP server for GreyNoise API - Check if IPs are internet background noise or targeted attacks

Installs per day peak 15 · avg 5 · +39% w/w
a month agotoday
28
Installs / week
npm · mcp-greynoise
0
Stars
0 open issues
26 Feb 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Greynoise 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 greynoise -- npx -y mcp-greynoise
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "greynoise": {
      "args": [
        "-y",
        "mcp-greynoise"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.greynoise]
command = "npx"
args = ["-y", "mcp-greynoise"]
.cursor/mcp.json
{
  "mcpServers": {
    "greynoise": {
      "args": [
        "-y",
        "mcp-greynoise"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "greynoise": {
      "args": [
        "-y",
        "mcp-greynoise"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GREYNOISE_API_KEY (GreyNoise API key (free Community tier: 50 req/day)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Greynoise

same job, measured the same way
Rundeck
by asklokesh

MCP server for Rundeck API integration

52 installs/wk local only
Healthchecksio MCP
by nguyenhuy158

MCP server for Healthchecks.io API

23 installs/wk local only
Sms Ru MCP
by theyahia

MCP server for SMS.RU API — send SMS, check status, balance. 3 tools.

44 installs/wk local only
Chanty
by asklokesh

MCP server for Chanty API integration

63 installs/wk local only
Site
by backgroundcheckquotes

Background Check Quotes: the site's own MCP server — dataset, enquiry (enquiry = a human...

10 tools answering
Tableau
by asklokesh

MCP server for Tableau API integration

51 installs/wk local only
W
Monitor
by agentexchange-tooldrift

Check if an MCP server tool changed or hides injection patterns before you trust it.

3 tools answering
Azure
by asklokesh

MCP server for Azure API integration

63 installs/wk local only

Greynoise — questions

Answers built from our own checks of this server.

Why is there no uptime for Greynoise?
Greynoise 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 mcp-greynoise was installed 28 times last week.
How do I connect Greynoise?
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 mcp-greynoise straight from npm; nothing to host, nothing to sign up for.
How many people use Greynoise?
The npm package mcp-greynoise was installed 28 times in the last week. Week over week that is +39%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Greynoise open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.