Skip to main content
Glama

mcp-internet-speed-test

MIT License
10
  • Apple
  • Linux

get_server_info

Retrieve server details like POP location and CDN information for specified URLs without running speed tests. Ideal for analyzing network infrastructure.

Instructions

Get server information for any URL without performing speed tests. Args: url_download: URL to download data from url_upload: URL to upload data to url_latency: URL to measure latency to Returns: Dictionary with servers information including POP location, CDN info, etc.

Input Schema

NameRequiredDescriptionDefault
url_downloadNohttps://raw.githubusercontent.com/inventer-dev/speed-test-files/main/128KB.bin
url_latencyNohttps://httpi.dev/get
url_uploadNohttps://httpi.dev/post

Input Schema (JSON Schema)

{ "properties": { "url_download": { "default": "https://raw.githubusercontent.com/inventer-dev/speed-test-files/main/128KB.bin", "title": "Url Download", "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": "get_server_infoArguments", "type": "object" }

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