Jsdelivr MCP Server

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

Teams that work with remote mcp server and want a hosted endpoint instead of running a local process. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-04 · ★ 63 · #539 OF 945 MAINTAINED OTHER · VERIFIED 2026-09-18

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-09-18

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 run combined ping and traceroute tests (My Traceroute), list available Globalping probe regions and filter, retrieve results of a historical measurement by ID, and check the current MCP authentication status.

Capability map

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

Ping

1 tool - e.g. Perform ICMP/packet ping tests to a destination

ping

Traceroute

1 tool - e.g. Trace network routing hops to a target

traceroute

Dns

1 tool - e.g. Resolve DNS queries using specific resolvers and record types

dns

Mtr

1 tool - e.g. Run combined ping and traceroute tests (My Traceroute)

mtr

Http

1 tool - e.g. Execute HTTP/HTTPS requests from probes worldwide

http

Locations

1 tool - e.g. List available Globalping probe regions and filters

locations

Limits

1 tool - e.g. Display the current free hourly test allowance and additional credits

limits

read & search

1 tool - e.g. Retrieve results of a historical 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 #539 of 945 actively-maintained other servers as of 2026-09-18.
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-09-18, its last commit was 2026-09-04. We re-verify nightly.

What can Jsdelivr MCP Server do?

With this server connected, an agent can run combined ping and traceroute tests (My Traceroute), list available Globalping probe regions and filter, retrieve results of a historical measurement by ID, and check the current MCP authentication status.

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