by jsdelivr
Enables large language models to execute network measurements across a globally distributed probe network through natural‑language commands.
Provides a Model Context Protocol (MCP) endpoint that lets AI assistants run network diagnostics—ping, traceroute, DNS, MTR, HTTP—and retrieve probe location data from the Globalping platform.
https://mcp.globalping.dev/mcp
or SSE: https://mcp.globalping.dev/sse
).npx mcp-remote <url>
command.ping
, traceroute
, dns
, mtr
, http
, locations
, limits
, getMeasurement
, compareLocations
, and help
.Q: Do I need a Globalping account? A: The server works with the public API, but providing OAuth credentials gives higher rate limits and access to private features.
Q: Which AI platforms are supported? A: Any MCP‑compatible tool, including Claude Desktop, Anthropic Assistants, Cursor, Windsurf, or custom implementations.
Q: How are locations specified?
A: Use continent, country, city names, network tags, ASN numbers, or cloud‑region identifiers. Combine with a plus sign for finer targeting (e.g., London+UK
).
Q: What transport should I choose? A: Both work; the streamable HTTP endpoint is generally simpler, while SSE provides real‑time event streaming.
Q: Can I retrieve past measurements?
A: Yes, using the getMeasurement
tool with the measurement ID returned by the original request.
Globalping is a free, public API that provides access to a globally distributed network of probes for monitoring, debugging, and benchmarking internet infrastructure. With Globalping, you can run network tests (ping, traceroute, DNS, MTR, HTTP) from thousands of locations worldwide.
The Globalping MCP Server implements the Model Context Protocol (MCP), allowing AI models like OpenAI's GPT and Anthropic's Claude to interact with Globalping's network measurement capabilities through natural language.
It also supports oAuth authentication, which offers a secure way to interact with our API and benefits from higher rate limits associated with your account.
The remote MCP server is available under these endpoints:
https://mcp.globalping.dev/mcp
https://mcp.globalping.dev/sse
You can integrate our Globalping MCP server with various AI tools that support the Model Context Protocol.
Here are instructions for the top 3 most popular tools:
Add to your Claude Desktop configuration file (located at %APPDATA%\Claude\config.json
on Windows or ~/Library/Application Support/Claude/config.json
on macOS):
Streamable HTTP transport:
{
"mcpServers": {
"globalping": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.globalping.dev/mcp"
]
}
}
}
Legacy SSE transport:
{
"mcpServers": {
"globalping": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.globalping.dev/sse"
]
}
}
}
When creating a Claude Assistant in the Anthropic Console:
Globalping
Run network tests from locations worldwide
https://mcp.globalping.dev/mcp
(Streamable HTTP transport) or https://mcp.globalping.dev/sse
(SSE transport)To add the Globalping MCP server to Cursor:
mcp.json
config file, where you will need to add:Streamable HTTP transport:
{
"mcpServers": {
"globalping": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.globalping.dev/mcp"
]
}
}
}
Legacy SSE transport:
{
"mcpServers": {
"globalping": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.globalping.dev/sse"
]
}
}
}
This MCP server can be used with any MCP-compatible AI assistant, including:
See the MCP documentation for details on connecting clients to this server.
ping
- Perform a ping test to a targettraceroute
- Perform a traceroute test to a targetdns
- Perform a DNS lookup for a domainmtr
- Perform an MTR (My Traceroute) test to a targethttp
- Perform an HTTP request to a URLlocations
- List all available Globalping probe locationslimits
- Show your current rate limits for the Globalping APIgetMeasurement
- Retrieve a previously run measurement by IDcompareLocations
- Guide on how to run comparison measurementshelp
- Show a help message with documentation on available toolsOnce connected to an AI model through a compatible MCP client, you can interact with Globalping using natural language:
Ping google.com from 3 locations in Europe
Run a traceroute to github.com from Japan and compare with traceroute from the US
Check the DNS resolution of example.com using Google DNS (8.8.8.8)
Is jsdelivr.com reachable from China? Test with both ping and HTTP
What's the average response time for cloudflare.com across different continents?
Locations can be specified using the "magic" field, which supports various formats:
You can also combine these with a plus sign for more specific targeting: "London+UK", "Cloudflare+US", etc.
The codebase is organized into modules:
src/index.ts
- Main entry point and MCP agent definitionsrc/globalping/types.ts
- TypeScript interfaces for the Globalping APIsrc/globalping/api.ts
- API wrapper functions for Globalpingsrc/globalping/tools.ts
- MCP tool implementationssrc/utils.ts
- Helper utilities for rendering the web UIAdd Globalping OAuth credentials:
npx wrangler secret put GLOBALPING_CLIENT_ID
Used for OAuthProvider
docs https://github.com/cloudflare/workers-oauth-provider
OAUTH_KV
kv_namespaces
in the wrangler.jsonc
filePlease log in to share your review and rating for this MCP.
{ "mcpServers": { "globalping": { "command": "npx", "args": [ "mcp-remote", "https://mcp.globalping.dev/mcp" ] } } }
Discover more MCP servers with similar functionality and use cases
by danny-avila
Provides a customizable ChatGPT‑like web UI that integrates dozens of AI models, agents, code execution, image generation, web search, speech capabilities, and secure multi‑user authentication, all open‑source and ready for self‑hosting.
by ahujasid
BlenderMCP integrates Blender with Claude AI via the Model Context Protocol (MCP), enabling AI-driven 3D scene creation, modeling, and manipulation. This project allows users to control Blender directly through natural language prompts, streamlining the 3D design workflow.
by pydantic
Enables building production‑grade generative AI applications using Pydantic validation, offering a FastAPI‑like developer experience.
by GLips
Figma-Context-MCP is a Model Context Protocol (MCP) server that provides Figma layout information to AI coding agents. It bridges design and development by enabling AI tools to directly access and interpret Figma design data for more accurate and efficient code generation.
by mcp-use
Easily create and interact with MCP servers using custom agents, supporting any LLM with tool calling and offering multi‑server, sandboxed, and streaming capabilities.
by sonnylazuardi
This project implements a Model Context Protocol (MCP) integration between Cursor AI and Figma, allowing Cursor to communicate with Figma for reading designs and modifying them programmatically.
by lharries
WhatsApp MCP Server is a Model Context Protocol (MCP) server for WhatsApp that allows users to search, read, and send WhatsApp messages (including media) through AI models like Claude. It connects directly to your personal WhatsApp account via the WhatsApp web multi-device API and stores messages locally in a SQLite database.
by idosal
GitMCP is a free, open-source remote Model Context Protocol (MCP) server that transforms any GitHub project into a documentation hub, enabling AI tools to access up-to-date documentation and code directly from the source to eliminate "code hallucinations."
by Klavis-AI
Klavis AI provides open-source Multi-platform Control Protocol (MCP) integrations and a hosted API for AI applications. It simplifies connecting AI to various third-party services by managing secure MCP servers and authentication.