Server data from the Official MCP Registry
RIPE Atlas network measurements — ping, traceroute, DNS, TLS, HTTP, NTP, and probes
RIPE Atlas network measurements — ping, traceroute, DNS, TLS, HTTP, NTP, and probes
Valid MCP server (3 strong, 1 medium validity signals). 8 known CVEs in dependencies (0 critical, 6 high severity) Package registry verified. Imported from the Official MCP Registry.
8 files analyzed · 9 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Unverified package source
We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.
Set these up before or after installing:
Environment variable: RIPE_ATLAS_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-jrelph-ripe-atlas": {
"env": {
"RIPE_ATLAS_API_KEY": "your-ripe-atlas-api-key-here"
},
"args": [
"-y",
"ripe-atlas-mcp-server"
],
"command": "npx"
}
}
}From the project's GitHub README.
A Model Context Protocol (MCP) server for the RIPE Atlas network measurement platform. Enables AI assistants to create network measurements, retrieve results, search probes, and manage credits.
npx ripe-atlas-mcp-server
npm install -g ripe-atlas-mcp-server
export RIPE_ATLAS_API_KEY=your_key_hereNote: Read-only operations (listing measurements, searching probes) work without an API key. Creating measurements requires an API key.
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"ripe-atlas": {
"command": "npx",
"args": ["-y", "ripe-atlas-mcp-server"],
"env": {
"RIPE_ATLAS_API_KEY": "your_key_here"
}
}
}
}
Add to your VS Code settings or .vscode/mcp.json:
{
"mcpServers": {
"ripe-atlas": {
"command": "npx",
"args": ["-y", "ripe-atlas-mcp-server"],
"env": {
"RIPE_ATLAS_API_KEY": "your_key_here"
}
}
}
}
Add to your Cursor MCP config:
{
"mcpServers": {
"ripe-atlas": {
"command": "npx",
"args": ["-y", "ripe-atlas-mcp-server"],
"env": {
"RIPE_ATLAS_API_KEY": "your_key_here"
}
}
}
}
| Tool | Description |
|---|---|
atlas_measure_ping | Create ICMP ping measurements from distributed probes |
atlas_measure_traceroute | Create traceroute measurements (ICMP/UDP/TCP) |
atlas_measure_dns | Create DNS lookup measurements with DNSSEC support |
atlas_measure_tls | Create TLS/SSL certificate check measurements |
atlas_measure_http | Create HTTP request measurements (GET/HEAD/POST) |
atlas_measure_ntp | Create NTP time query measurements |
| Tool | Description |
|---|---|
atlas_list_measurements | Search and list measurements with filters |
atlas_get_measurement | Get detailed measurement information by ID |
atlas_get_results | Retrieve measurement results with time/probe filters |
atlas_stop_measurement | Stop a running measurement |
| Tool | Description |
|---|---|
atlas_search_probes | Search probes by country, ASN, prefix, status, tags |
atlas_get_probe | Get detailed probe information by ID |
| Tool | Description |
|---|---|
atlas_get_credits | Check credit balance and usage statistics |
All measurement creation tools support:
| Parameter | Description |
|---|---|
target | Target hostname or IP address |
af | Address family: 4 (IPv4) or 6 (IPv6) |
probe_count | Number of probes (1-1000, default: 5) |
from_country | Two-letter ISO country code (e.g. AU, DE, US) |
from_asn | Autonomous System Number |
from_prefix | IP prefix (e.g. 193.0.0.0/21) |
from_area | Geographic area: WW, West, North-Central, South-Central, North-East, South-East |
from_probes | Comma-separated probe IDs |
include_tags / exclude_tags | Filter probes by tags |
is_oneoff | One-shot (true, default) or recurring (false) |
response_format | json (default) or markdown |
Ping a target from 10 random probes:
"Ping 1.1.1.1 from 10 probes worldwide"
Check DNS propagation:
"Do a DNS lookup for example.com AAAA records from 50 probes across the world"
Find probes in a country:
"Show me all connected RIPE Atlas probes in Australia"
Trace a route:
"Run a traceroute to 8.8.8.8 from 5 probes in Germany using ICMP"
RIPE Atlas is a global Internet measurement network operated by RIPE NCC. It consists of thousands of hardware and software probes hosted by volunteers worldwide. Users can run network measurements (ping, traceroute, DNS, TLS, HTTP, NTP) from these distributed vantage points, providing visibility into Internet routing, performance, and DNS resolution globally.
git clone https://github.com/jrelph/ripe-atlas-mcp.git
cd ripe-atlas-mcp-server
npm install
npm run build
See CONTRIBUTING.md for details.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.