GL

Globalping

Created 5 months ago

Globalping MCP Server enables AI models to interact with a global network measurement platform through natural language.

development location documentation public network

What is Globalping?

Access a network of thousands of probes to run network commands like ping, traceroute, mtr, http and DNS resolve.

Documentation

Globalping MCP Server

Enable AI models to interact with a global network measurement platform through natural language. Give network access to any LLM.

What is Globalping?

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.

What is the Globalping MCP Server?

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.

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

Installation

The remote MCP server is available under this endpoint https://mcp.globalping.dev/sse.

Connecting AI Assistants

This MCP server can be used with any MCP-compatible AI assistant, including: Claude Desktop, Anthropic Assistants, Cursor, Windsurf, and any custom implementation of the MCP protocol. See the MCP documentation for details on connecting clients to this server.

Available Tools

  • ping
  • traceroute
  • dns
  • mtr
  • http
  • locations
  • limits
  • getMeasurement
  • compareLocations
  • help

Usage Examples

Once connected to an AI model through a compatible MCP client, you can interact with Globalping using natural language.

Server Config

{
  "mcpServers": {
    "globalping-server": {
      "command": "npx",
      "args": [
        "globalping"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: Yes
Global: Yes
Official: Yes

Project Info

Hosted Featured
Created At: Jul 02, 2025
Updated At: Aug 07, 2025
Author: Globalping Team
Category: official
License: MIT
Tags:
development location documentation