← Back to Plugins
MCP Server MCP

RIPE Atlas

github By github 👁 1 views ▲ 0 votes

RIPE Atlas network measurements — ping, traceroute, DNS, TLS, HTTP, NTP, and probes

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "ripe-atlas-mcp-server",
      "version": "1.0.2",
      "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"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...