Globalping MCP Server
@jsdelivr
Globalping MCP Server について
Remote MCP server that gives LLMs access to run network commands
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"globalping": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.globalping.dev/sse"
]
}
}
}ツール
10Perform a ping test to a target
Perform a traceroute test to a target
Perform a DNS lookup for a domain
Perform an MTR (My Traceroute) test to a target
Perform an HTTP request to a URL
List all available Globalping probe locations
Show your current rate limits for the Globalping API
Retrieve a previously run measurement by ID
Guide on how to run comparison measurements
Show a help message with documentation on available tools
概要
What is Globalping MCP Server?
Globalping MCP Server implements the Model Context Protocol (MCP), enabling AI models like OpenAI’s GPT and Anthropic’s Claude to interact with Globalping’s global network measurement platform through natural language. Globalping is a free public API that provides access to thousands of probes worldwide for running network tests (ping, traceroute, DNS, MTR, HTTP).
How to use Globalping MCP Server?
Integrate with MCP‑compatible AI tools by connecting to one of the remote endpoints: Streamable HTTP (https://mcp.globalping.dev/mcp) or SSE (https://mcp.globalping.dev/sse). Authentication is handled via OAuth (automatic) or by providing a Globalping API token in the Authorization header. Tool‑specific configuration examples are available for Gemini CLI, Claude Desktop, Anthropic Console, and Cursor.
Key features of Globalping MCP Server
- Global network access from thousands of probe locations
- AI‑friendly interface for natural‑language network tests
- Supports ping, traceroute, DNS, MTR, and HTTP measurements
- Smart context handling for intelligent measurement selection
- Comparative analysis across different targets
- OAuth and API token authentication for higher rate limits
Use cases of Globalping MCP Server
- Run ping, traceroute, or DNS lookups from specific global locations
- Compare network performance between two or more targets
- Check reachability and response times across continents
- Monitor internet infrastructure using MTR or HTTP tests
- Integrate network diagnostics into AI‑powered assistants
FAQ from Globalping MCP Server
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.
What authentication methods are supported?
The server supports OAuth authentication (automatic) and manual API token authentication via an Authorization header. Both provide higher rate limits associated with your Globalping account.
How do I get a Globalping API token?
Visit dash.globalping.io, sign in, navigate to Tokens, and generate a new API token.
What transport protocols are available?
The server offers Streamable HTTP transport at https://mcp.globalping.dev/mcp and SSE transport at https://mcp.globalping.dev/sse.
What tools are exposed by the server?
The server exposes ten tools: ping, traceroute, dns, mtr, http, locations, limits, getMeasurement, compareLocations, and help.
「その他」の他のコンテンツ
Servers
modelcontextprotocolModel Context Protocol Servers
ICSS
chokcoco不止于 CSS
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Awesome Mlops
visengerA curated list of references for MLOps
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
コメント