Official SpeedOf.Me server - Accurate speed tests via over 130 global edge servers with analytics.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Official MCP server for SpeedOf.Me. Lets an AI agent run a real internet speed test and read the result: download, upload, latency and jitter, measured against 130+ global edge servers.
| Tool | What it does |
|---|---|
run_speed_test | Runs a live speed test and returns download, upload, latency and jitter |
get_test_history | Returns previous results from local history |
| Resource | Contents |
|---|---|
speedofme://history | Recent test results (JSON) |
speedofme://config | Current configuration and status |
1. Get a free API secret
Register, then open Integrations and generate a secret.
2. Add the server to your MCP client
Claude Code, one command:
VS Code (Copilot) uses servers instead of mcpServers in .vscode/mcp.json; the rest of the
block is identical. Cursor, Windsurf, Zed, Cline, Continue, JetBrains and Goose all take the JSON
above. Client-specific configs and agent-framework examples (LangChain, LlamaIndex, AutoGen,
CrewAI, Semantic Kernel) are in the
integration docs.
3. Restart the client and ask for a speed test.
run_speed_test| Parameter | Type | Default | Description |
|---|---|---|---|
tests | string[] | all | Which tests to run: download, upload, latency |
sustainTime | number | 6 | Seconds to sustain each sample (1-8). Lower is faster, higher is more accurate |
testTimeout | number | 300 | Wall-clock cap for the whole run, in seconds. 0 disables, min 30, max 1800 |
The tool replies with formatted text. The underlying result looks like this:
Speeds are Mbps, latency and jitter are milliseconds.
get_test_history| Parameter | Type | Default | Description |
|---|---|---|---|
limit | number | 10 | Maximum number of results |
since | string | none | ISO date string. Only results after this time |
History is stored locally in ~/.speedofme/history.json, capped at 1 MB (roughly 2,600 results).
The same package runs standalone, no MCP client required:
And as a Node SDK:
Full CLI and SDK options are documented on npm.
SpeedOf.Me has measured what we call Real-World Speed the same way since 2011. Rather than blasting a fixed payload, the test downloads progressively larger samples, starting at 128 KB, until one takes longer than the sustain time (6 seconds by default), and reports the rate of that final sample. Upload works the same way in reverse, and latency and jitter come from 10 round-trip samples. Tests run against the nearest of 130+ edge locations, so an agent gets the same number a person would see in the browser.
Every test also lands in your dashboard with geographic, device and platform breakdowns, and usage against your plan.
Details: how it works.
This repo is the home of the MCP server: documentation, the registry entry (server.json) and
the issue tracker. The server itself is distributed as the
@speedofme/mcp npm package and its source is not
published here.
Found a bug or want a tool added? Open an issue, or email support@speedof.me.
The @speedofme/mcp package is proprietary software of Speed of Me, LLC. Unauthorized copying or
redistribution is prohibited. The documentation in this repository is provided for use with the
SpeedOf.Me API.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/speedof-me)<a href="https://allmcps.com/mcp/speedof-me"><img src="https://allmcps.com/api/badge/speedof-me?style=directory" alt="SpeedOf.Me on AllMCPs" /></a>