Serversio.github.jrelph/ripe-atlas
A

RIPE Atlas

io.github.jrelph/ripe-atlas · v1.0.1
▦ npm
v1.0.1npm npm: ripe-atlas-mcp-server↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.jrelph/ripe-atlas",
  "description": "RIPE Atlas network measurements — ping, traceroute, DNS, TLS, HTTP, NTP, and probes",
  "title": "RIPE Atlas",
  "repository": {
    "url": "https://github.com/jrelph/ripe-atlas-mcp",
    "source": "github"
  },
  "version": "1.0.1",
  "websiteUrl": "https://atlas.ripe.net",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "ripe-atlas-mcp-server",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "RIPE Atlas API key with 'create measurement' permission. Get one at https://atlas.ripe.net/keys/",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "RIPE_ATLAS_API_KEY"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}