jsdelivr/globalping-mcp-server
Remote MCP server that gives LLMs access to run network commands
Platform-specific configuration:
{
"mcpServers": {
"globalping-mcp-server": {
"command": "npx",
"args": [
"-y",
"globalping-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<p align="center"> </p>
<p align="center"> <b>Enable AI models to interact with a global network measurement platform through natural language. Give network access to any LLM.</b> </p>
<p align="center"> <a href="https://github.com/modelcontextprotocol/modelcontextprotocol"> </a> </p>
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 like OpenAI's GPT and Anthropic's Claude to interact with Globalping's network measurement capabilities through natural language.
It also supports two authentication methods: OAuth and API token authentication. Both methods offer a secure way to interact with our API and provide higher rate limits associated with your account.
Loading reviews...