globalping
Remote MCP server that gives LLMs access to run network commands
claude mcp add --transport stdio jsdelivr-globalping-mcp-server npx mcp-remote https://mcp.globalping.dev/mcp \ --env AUTH_HEADER="Bearer <YOUR_TOKEN_IF_USING_API_TOKEN_AUTH>"
How to use
Globalping MCP Server exposes Globalping’s network measurement capabilities (ping, traceroute, DNS, MTR, HTTP) through the Model Context Protocol so AI assistants can request measurements using natural language. You can connect any MCP-compatible AI tool or client (e.g., Claude Desktop, Gemini/Claude API, Cursor, Windsurf, or other MCP implementations) to this server and issue high-level requests like: ping a domain from multiple locations, run traceroutes from specific regions, or compare measurements across targets. The server supports both OAuth and API token authentication to enable higher rate limits when you have a Globalping account. When using an API token, include it in the Authorization header to switch from OAuth to token-based authentication seamlessly. To connect, configure the MCP client with the server’s streamable HTTP endpoint (https://mcp.globalping.dev/mcp) or SSE endpoint (https://mcp.globalping.dev/sse) and provide credentials if required by your setup.
How to install
Prerequisites:
- Node.js (recommended LTS version) and npm installed on your machine.
- Internet access to fetch MCP client bridge tools.
Installation steps:
-
Ensure Node.js and npm are installed. Verify: node -v npm -v
-
Install or use npx to run the MCP bridge that connects to the Globalping MCP server. The instructions below use npx to avoid a global install:
-
For Streamable HTTP transport: npx mcp-remote https://mcp.globalping.dev/mcp
-
For SSE transport (where supported): npx mcp-remote https://mcp.globalping.dev/sse
-
-
If you need API token authentication, prepare an authorization header and adapt the command accordingly in your MCP client configuration:
- For clients that support header injection, set: Authorization: Bearer YOUR_GLOBALPING_API_TOKEN
-
Optional: If you’re integrating with a specific tool (Gemini, Claude, Cursor, etc.), follow that tool’s MCP integration guide and point it to the provided Globalping endpoints as shown in the README.
Additional notes
Tips and tips:
- If you plan to use higher rate limits, obtain an API token from dash.globalping.io and configure the Authorization header in your MCP client setup.
- When using GPUs/LLMs that require latency awareness, consider requesting measurements from multiple locations to get a broad overview.
- The server supports a variety of tools (ping, traceroute, dns, mtr, http, locations, limits, getMeasurement, compareLocations, help). Use 'help' to discover available operations from your client.
- If you experience connectivity issues, verify that you can access https://mcp.globalping.dev/mcp and that any firewalls or proxies permit WebSocket/SSE traffic as required by your client.
- For advanced automation, store credentials in environment variables or secure vaults and reference them in your MCP client configuration rather than hardcoding tokens.
Related MCP Servers
context7
Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
MiniMax -JS
Official MiniMax Model Context Protocol (MCP) JavaScript implementation that provides seamless integration with MiniMax's powerful AI capabilities including image generation, video generation, text-to-speech, and voice cloning APIs.
mcp-install-instructions-generator
Generate MCP Server Installation Instructions for Cursor, Visual Studio Code, Claude Code, Claude Desktop, Windsurf, ChatGPT, Gemini CLI and more
mcp-bundler
Is the MCP configuration too complicated? You can easily share your own simplified setup!
akyn-sdk
Turn any data source into an MCP server in 5 minutes. Build AI-agents-ready knowledge bases.
withings
MCP server for Withings health data integration