{
  "specVersion": "1.0",
  "host": {
    "displayName": "SpeedOf.Me",
    "identifier": "speedof.me",
    "documentationUrl": "https://speedof.me/api/docs/",
    "logoUrl": "https://speedof.me/android-chrome-512x512.png"
  },
  "entries": [
    {
      "identifier": "urn:air:speedof.me:server:speed-test",
      "displayName": "SpeedOf.Me Speed Test MCP Server",
      "type": "application/mcp-server-card+json",
      "url": "https://speedof.me/.well-known/mcp.json",
      "description": "Measure a real internet connection from an agent with no browser: download, upload, latency and jitter against 130+ global edge servers, with saved history. Runs the same engine as speedof.me. Needs a free API secret.",
      "tags": [
        "speed test",
        "bandwidth",
        "network",
        "latency",
        "isp",
        "monitoring",
        "diagnostics"
      ],
      "capabilities": [
        "run_speed_test",
        "get_test_history"
      ],
      "representativeQueries": [
        "how fast is my internet connection",
        "run an internet speed test and report download, upload and latency",
        "measure my bandwidth on a schedule and tell me when it drops",
        "show my speed test history for the last month"
      ],
      "version": "1.1.2"
    },
    {
      "identifier": "urn:air:speedof.me:webmcp:browser-tools",
      "displayName": "SpeedOf.Me In-Browser Tools (WebMCP)",
      "type": "application/webmcp-tools+json",
      "url": "https://speedof.me/.well-known/webmcp",
      "description": "Tools the SpeedOf.Me homepages hand to an AI agent running inside the browser tab: run the free on-page test with no account, publish the result as a public share link, and read the saved history in this browser. For automated or at-scale testing use the MCP server entry instead.",
      "tags": [
        "speed test",
        "webmcp",
        "in-browser",
        "no account"
      ],
      "capabilities": [
        "run_speed_test",
        "create_share_link",
        "get_past_results",
        "get_developer_api"
      ],
      "representativeQueries": [
        "test my internet speed on this page",
        "share my speed test result as a link",
        "what is my average download speed in this browser"
      ]
    }
  ]
}
