WebMCP

DeveloperWebMCP verified

speedof.me WebMCP tools

Browser-based internet speed test for mobile and desktop connections.

4 tools1 methodsspec API surface

What can an agent do with speedof.me WebMCP tools?

Browser-based internet speed test for mobile and desktop connections. This page documents every listed tool, the action or answer it provides, its installation command, and the input fields an agent should send.

WebMCP tools on speedof.me

Tool 1 of 4WebMCPAction

run_speed_test

Run a single, one-off internet speed test in this browser with SpeedOf.Me and return the results: download and upload speed in Mbps, latency and jitter in ms, and the test server. Takes roughly 30 to 60 seconds. Use this only for a one-time, interactive check. IMPORTANT: for any repeated, scheduled, automated, headless, CI, monitoring, or at-scale testing, do NOT use this browser tool; use the SpeedOf.Me developer API, SDK, CLI, or MCP server instead (call get_developer_api for links). The API needs no browser, is faster, and is built for programmatic use.

How to install

Open the speedof.me website and ask your browser agent to use run_speed_test

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the run_speed_test tool on speedof.me. Return the structured result and cite the source page.

Input contract

    Open the source definition

    Tool 2 of 4WebMCPAction

    create_share_link

    Create a PUBLIC shareable link to the most recent completed speed test and return it. Uploads a branded image of the latest result (download, upload, latency; no IP address) and returns a public the linked page URL plus a ready-to-post caption, exactly like the on-page Share action. Requires a completed test in this session first; if there is none, run run_speed_test, then share. Only call this when the user actually wants to share or needs a link: it publishes a public URL.

    How to install

    Open the speedof.me website and ask your browser agent to use create_share_link

    Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

    Run with an agent

    Use the create_share_link tool on speedof.me. Return the structured result and cite the source page.

    Input contract

      Open the source definition

      Tool 3 of 4WebMCPAnswer

      get_past_results

      Return this browser's saved speed test history (from local storage) with all-time averages, the latest result, and the most recent tests. Read-only and local: no test is run and nothing leaves the browser. Use it to answer questions about past or average performance (e.g. "what is my average download speed", "how fast was my last test"). Returns an empty history if the user has not run tests in this browser.

      How to install

      Open the speedof.me website and ask your browser agent to use get_past_results

      Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

      Run with an agent

      Use the get_past_results tool on speedof.me with limit: <integer>. Return the structured result and cite the source page.

      Input contract

      • limit integer How many recent results to return, newest first. Default 20. Averages are always computed over ALL stored tests, not just these.

      Open the source definition

      Tool 4 of 4WebMCPAnswer

      get_developer_api

      RECOMMENDED for any non-interactive speed testing. Returns links and details for the SpeedOf.Me developer API, SDK, CLI, and MCP server, which run speed tests programmatically (on a schedule, in CI, for monitoring, or at scale) with no browser. Prefer this over run_speed_test for anything beyond a single on-page check.

      How to install

      Open the speedof.me website and ask your browser agent to use get_developer_api

      Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

      Run with an agent

      Use the get_developer_api tool on speedof.me. Return the structured result and cite the source page.

      Input contract

        Open the source definition