RIPE Atlas network measurements — ping, traceroute, DNS, TLS, HTTP, NTP, and probes
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-jrelph-ripe-atlas": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
RIPE Atlas network measurements — ping, traceroute, DNS, TLS, HTTP, NTP, and probes
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in other
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt — returns 0-100 signal.
Make HTTP requests and fetch web content
MCP Security Weekly
Get CVE alerts and security updates for io.github.jrelph/ripe-atlas and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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_ |