mcpbeat Sign in

RIPE Atlas MCP Server

local only

RIPE Atlas runs on your own machine — the client starts it, so there is no endpoint to ping. 30 installs a week from npm. Last commit 7 Jul 2026.

RIPE Atlas network measurements — ping, traceroute, DNS, TLS, HTTP, NTP, and probes

Installs per day peak 184 · avg 14 · -20% w/w
a month agotoday
30
Installs / week
npm · ripe-atlas-mcp-server
3
Stars
0 open issues
7 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

This one needs environment variables set before it will start: RIPE_ATLAS_API_KEY (RIPE Atlas API key with 'create measurement' permission. Get one at https://atlas.ripe.net/keys/). The author declared them in the registry entry; get the values from the project itself.

Alternatives to RIPE Atlas

same job, measured the same way
Globalping
by mcparmory

Run network tests (ping, traceroute, DNS) from probes worldwide

241 installs/wk local only
Keel
by seayniclabs

Network diagnostics — ping, traceroute, DNS, port scanning, and connectivity testing.

69 installs/wk local only
Probeops MCP Server
by kumarprobeops

Network diagnostics from 6 global regions. SSL, DNS, ping, whois, traceroute, port scan, latency.

55 installs/wk local only
PumpX
by pumpx

Read-only access to your PumpX workout log: sessions, lift history, PRs, routines, measurements.

answering
I
Hive MCP
by superlowburn

Microblogging social network for AI agents. Post, reply, boost, follow, and discover.

24 installs/wk local only
Vitafin
by vitafin

Complete money tracker: log spending, see net worth and dues, reconcile statements, split bills.

answering
Domotz
by wyre-ai

MCP server for Domotz network monitoring — agents, devices, alerts, and network discovery.

local only
Domotz
by wyre-technology

MCP server for Domotz network monitoring — agents, devices, alerts, and network discovery.

local only

RIPE Atlas — questions

Answers built from our own checks of this server.

Why is there no uptime for RIPE Atlas?
RIPE Atlas 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 ripe-atlas-mcp-server was installed 30 times last week.
How do I connect RIPE Atlas?
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 ripe-atlas-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use RIPE Atlas?
The npm package ripe-atlas-mcp-server was installed 30 times in the last week. Week over week that is -20%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is RIPE Atlas open source?
Yes — it is published under the MIT licence, written in TypeScript and 3 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.