RIPE Atlas MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@RIPE Atlas MCP Serverping google.com from 5 probes in Germany"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
RIPE Atlas MCP Server
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.
Features
All 6 measurement types: ping, traceroute, DNS, TLS/SSL, HTTP, NTP
Flexible probe selection: by country, ASN, prefix, geographic area, specific probes, or tags
Rich result retrieval: time-range filtering, probe filtering, latest-only mode
Dual output format: JSON (structured) and Markdown (human-readable)
Probe discovery: search 12,000+ probes worldwide by location, network, status
Credit management: check balance and usage statistics
Quick Start
Using npx (recommended)
npx ripe-atlas-mcp-serverInstall globally
npm install -g ripe-atlas-mcp-serverConfiguration
Prerequisites
Create a free account at atlas.ripe.net
Create an API key at atlas.ripe.net/keys/ with "Create measurements" permission
Set the environment variable:
export RIPE_ATLAS_API_KEY=your_key_here
Note: Read-only operations (listing measurements, searching probes) work without an API key. Creating measurements requires an API key.
Claude Desktop
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"
}
}
}
}VS Code / GitHub Copilot
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"
}
}
}
}Cursor
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"
}
}
}
}Tools
Measurement Creation
Tool | Description |
| Create ICMP ping measurements from distributed probes |
| Create traceroute measurements (ICMP/UDP/TCP) |
| Create DNS lookup measurements with DNSSEC support |
| Create TLS/SSL certificate check measurements |
| Create HTTP request measurements (GET/HEAD/POST) |
| Create NTP time query measurements |
Measurement Management
Tool | Description |
| Search and list measurements with filters |
| Get detailed measurement information by ID |
| Retrieve measurement results with time/probe filters |
| Stop a running measurement |
Probes
Tool | Description |
| Search probes by country, ASN, prefix, status, tags |
| Get detailed probe information by ID |
Account
Tool | Description |
| Check credit balance and usage statistics |
Common Parameters
All measurement creation tools support:
Parameter | Description |
| Target hostname or IP address |
| Address family: |
| Number of probes (1-1000, default: 5) |
| Two-letter ISO country code (e.g. |
| Autonomous System Number |
| IP prefix (e.g. |
| Geographic area: |
| Comma-separated probe IDs |
| Filter probes by tags |
| One-shot ( |
|
|
Examples
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"
What is RIPE Atlas?
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.
Development
git clone https://github.com/jrelph/ripe-atlas-mcp.git
cd ripe-atlas-mcp-server
npm install
npm run buildContributing
See CONTRIBUTING.md for details.
License
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jrelph/ripe-atlas-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server