Jsdelivr MCP Server

Enable AI models to interact with a global network measurement platform through natural language. Give network access to any LLM. Its 10 documented tools cluster into ping, traceroute, dns, mtr. It is available as a remote MCP endpoint.

Teams that want a hosted endpoint instead of running a local process. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-23 · ★ 62 · #445 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

TypeScript servers · how we verify → /methodology

01 · Install Jsdelivr MCP Server

Claude Code

claude mcp add jsdelivr-globalping-mcp-server --transport sse https://mcp.globalping.io/sse

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "jsdelivr-globalping-mcp-server": {
      "url": "https://mcp.globalping.io/sse"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.globalping.io/sse

transport: sse

endpoint NOT responding · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to mcp.globalping.io

license no standard license detected - usage rights unclear; check the repo before commercial use

registry vendor namespace io.globalping - domain-verified with the official MCP registry

03 · What Jsdelivr MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can list all available Globalping probe locations, and retrieve a previously run measurement by ID.

Capability map

Tools grouped from the project's README - what Jsdelivr MCP Server lets an agent do.

Ping

1 tool - e.g. Perform a ping test to a target

ping

Traceroute

1 tool - e.g. Perform a traceroute test to a target

traceroute

Dns

1 tool - e.g. Perform a DNS lookup for a domain

dns

Mtr

1 tool - e.g. Perform an MTR (My Traceroute) test to a target

mtr

Http

1 tool - e.g. Perform an HTTP request to a URL

http

Locations

1 tool - e.g. List all available Globalping probe locations

locations

Limits

1 tool - e.g. Show your current rate limits for the Globalping API

limits

read & search

1 tool - e.g. Retrieve a previously run measurement by ID

getMeasurement

04 · Who maintains Jsdelivr MCP Server

mcp is maintained by jsdelivr. It's the only MCP server we track from this author; the repo dates to Apr 2025.

05 · Facts

category
other - ranked #445 of 848 actively-maintained other servers as of 2026-08-25.
registry
io.globalping/mcp (active, first published 2025-09-09)

06 · Jsdelivr MCP Server FAQ

Is Jsdelivr MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-23. We re-verify nightly.

What can Jsdelivr MCP Server do?

With this server connected, an agent can list all available Globalping probe locations, and retrieve a previously run measurement by ID.

How do I install Jsdelivr MCP Server?

Run `claude mcp add jsdelivr-globalping-mcp-server --transport sse https://mcp.globalping.io/sse`. You can also paste the ready-made client config above.

07 · Alternatives to Jsdelivr MCP Server