The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Globalping MCP Server listing page.
Enable AI models to interact with a global network measurement platform through natural language. Give network access to any LLM.
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 and IDE assistants to interact with Globalping's network measurement capabilities through natural language.
The server supports standard OAuth 2.0 authentication as well as API token authentication for automated workflows.
The primary endpoint for all modern MCP integrations is:
https://mcp.globalping.dev/mcp Streamable HTTP
Connect Globalping as a remote MCP server in ChatGPT and Codex:
Add the remote server using the Codex CLI:
Or add to ~/.codex/config.toml directly:
Claude supports remote Streamable HTTP MCP connectors natively without requiring local mcp-remote bridges:
Globalpinghttps://mcp.globalping.dev/mcpRun the following command in your terminal:
To make Globalping available across all projects on your machine (global user scope) instead of just the current project directory:
Run claude mcp login globalping --no-browser if working over SSH or in a headless terminal to complete the authorization URL exchange manually.
Add Globalping to Cursor in one click:
Or configure manually in Settings → Features → MCP Servers → Add New MCP Server:
SSE / HTTPglobalpinghttps://mcp.globalping.dev/mcpGlobalping is indexed in the official Gemini CLI Extensions Gallery.
Install via the Gemini extension manager:
(Add --auto-update to keep the extension automatically updated).
MCP: Add Server and enter https://mcp.globalping.dev/mcp.For any client supporting the standard Streamable HTTP MCP transport, add:
Legacy Clients (SSE / stdio fallback): If your client strictly requires SSE over a local process bridge, configure
npx mcp-remote https://mcp.globalping.dev/sse.
Globalping MCP supports two authentication modes:
To use Globalping directly with Anthropic's Messages API (MCP Connector), pass the remote server definition in your request payload:
| Tool | Description |
|---|---|
ping | Perform ICMP/packet ping tests to a destination |
traceroute | Trace network routing hops to a target |
dns | Resolve DNS queries using specific resolvers and record types |
mtr | Run combined ping and traceroute tests (My Traceroute) |
http | Execute HTTP/HTTPS requests from probes worldwide |
locations | List available Globalping probe regions and filters |
limits | Display the current free hourly test allowance and additional credits |
getMeasurement | Retrieve results of a historical measurement by ID |
compareLocations | Helper guide to compare multi-region performance metrics |
help | Tool reference and syntax documentation |
authStatus | Check the current MCP authentication status |
Once connected, run network diagnostics using natural language:
Locations can be specified using the location's magic parameter:
EU, NA, AS, AF, OC, SAUS, DE, JP, PL, BRLondon, Tokyo, New York, WarsawCloudflare, Google, AS13335, AS15169aws-us-east-1, gcp-us-central1London+UK, Cloudflare+US, AWS+Frankfurthttps://mcp.globalping.dev/mcp.401 Unauthorized response before completing OAuth is expected. Reconnect the integration and finish the browser authorization flow./sse endpoint only for clients that do not support Streamable HTTP.Authorization: Bearer YOUR_GLOBALPING_API_TOKEN.authStatus tool to verify that authentication is active and the limits tool to check the free hourly test allowance and available credits. The displayed rate limit covers free tests only; authenticated users with credits can continue above it by spending one credit per additional test.Store OAuth credentials:
For OpenAI plugin-directory domain verification, store the token generated by the submission portal:
The Worker serves this value as plain text from /.well-known/openai-apps-challenge. The route returns 404 until the secret is configured.
For Cloudflare Workers OAuth state management:
npx wrangler kv:namespace create OAUTH_KVOAUTH_KV inside wrangler.jsonc.