CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

RIPE Atlas

jrelph/ripe-atlas-mcp
3authSTDIOregistry active
Summary

Connects Claude to RIPE Atlas, the global Internet measurement network run by RIPE NCC. You get tools to create all six measurement types (ping, traceroute, DNS, TLS, HTTP, NTP) from over 12,000 volunteer-hosted probes worldwide, then retrieve and filter results. Target probes by country code, ASN, IP prefix, or geographic area. Search the probe network, check your credit balance, and stop running measurements. Requires a free RIPE Atlas account and API key for creating measurements, though read-only operations work without auth. Useful when you need to test DNS propagation across continents, trace routes from specific networks, or verify TLS certificates from different vantage points.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

RIPE Atlas MCP Server

npm version MCP Registry Socket Badge License: MIT

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-server

Install globally

npm install -g ripe-atlas-mcp-server

Configuration

Prerequisites

  1. Create a free account at atlas.ripe.net
  2. Create an API key at atlas.ripe.net/keys/ with "Create measurements" permission
  3. 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

ToolDescription
atlas_measure_pingCreate ICMP ping measurements from distributed probes
atlas_measure_tracerouteCreate traceroute measurements (ICMP/UDP/TCP)
atlas_measure_dnsCreate DNS lookup measurements with DNSSEC support
atlas_measure_tlsCreate TLS/SSL certificate check measurements
atlas_measure_httpCreate HTTP request measurements (GET/HEAD/POST)
atlas_measure_ntpCreate NTP time query measurements

Measurement Management

ToolDescription
atlas_list_measurementsSearch and list measurements with filters
atlas_get_measurementGet detailed measurement information by ID
atlas_get_resultsRetrieve measurement results with time/probe filters
atlas_stop_measurementStop a running measurement

Probes

ToolDescription
atlas_search_probesSearch probes by country, ASN, prefix, status, tags
atlas_get_probeGet detailed probe information by ID

Account

ToolDescription
atlas_get_creditsCheck credit balance and usage statistics

Common Parameters

All measurement creation tools support:

ParameterDescription
targetTarget hostname or IP address
afAddress family: 4 (IPv4) or 6 (IPv6)
probe_countNumber of probes (1-1000, default: 5)
from_countryTwo-letter ISO country code (e.g. AU, DE, US)
from_asnAutonomous System Number
from_prefixIP prefix (e.g. 193.0.0.0/21)
from_areaGeographic area: WW, West, North-Central, South-Central, North-East, South-East
from_probesComma-separated probe IDs
include_tags / exclude_tagsFilter probes by tags
is_oneoffOne-shot (true, default) or recurring (false)
response_formatjson (default) or markdown

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 build

Contributing

See CONTRIBUTING.md for details.

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

RIPE_ATLAS_API_KEY*secret

RIPE Atlas API key with 'create measurement' permission. Get one at https://atlas.ripe.net/keys/

Registryactive
Packageripe-atlas-mcp-server
TransportSTDIO
AuthRequired
UpdatedApr 19, 2026
View on GitHub