Skip to main content
Glama

mcp-internet-speed-test

MIT License
7
  • Apple
  • Linux

run_complete_test

Measure internet speed comprehensively by testing download, upload, latency, and jitter metrics in a single call using an incremental approach for accurate results.

Instructions

Run a complete speed test returning all metrics in a single call. This test uses the smart incremental approach inspired by SpeedOf.Me: - First measures download speed with gradually increasing file sizes - Then measures upload speed with gradually increasing data sizes - Measures latency and jitter - Returns comprehensive results with real-time data Args: max_size: Maximum file size to test (default: 100MB) url_upload: URL for upload testing url_latency: URL for latency testing Returns: Complete test results including download, upload, latency and jitter metrics

Input Schema

NameRequiredDescriptionDefault
max_sizeNo100MB
url_latencyNohttps://httpi.dev/get
url_uploadNohttps://httpi.dev/post

Input Schema (JSON Schema)

{ "properties": { "max_size": { "default": "100MB", "title": "Max Size", "type": "string" }, "url_latency": { "default": "https://httpi.dev/get", "title": "Url Latency", "type": "string" }, "url_upload": { "default": "https://httpi.dev/post", "title": "Url Upload", "type": "string" } }, "title": "run_complete_testArguments", "type": "object" }
Install Server

Other Tools from mcp-internet-speed-test

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/inventer-dev/mcp-internet-speed-test'

If you have feedback or need assistance with the MCP directory API, please join our Discord server