Globalping MCP
The Globalping MCP server is the official server of the Globalping platform that gives users, developers and LLMs access to run network tools like ping and dns resolve from thousands of probes around the world.
How to use
The Globalping remote MCP server supports oAuth authentication with a simple and straight forward flow.
Simply add the config to your preferred MCP client and follow the steps in the browser.
Key features
🌐 Global Network Access: Run measurements from thousands of probes worldwide
🤖 AI-Friendly Interface: Any LLM will easily parse the data and run new measurements as needed
📊 Comprehensive Measurements: Support for ping, traceroute, DNS, MTR, and HTTP tests
🔍 Smart Context Handling: Provides detailed parameter descriptions for AI clients to intelligently select measurement types and options
🔄 Comparative Analysis: Allows to compare network performance between different targets
🔑 oAuth Support: Use your own Globalping account for higher rate limits
Server Config
{
"mcpServers": {
"globalping": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.globalping.dev/sse"
]
}
}
}