Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • mcp-knowledge-graph
  • SQLite MCP Server
  • mcp-server-strava
  • Jokes MCP Server
  • Xano MCP Server
Back to MCP Servers
mcp-internet-speed-test

mcp-internet-speed-test

Public
inventer-dev/mcp-internet-speed-test

Experimental Model Context Protocol server enabling AI models to measure and analyze internet speed, latency, jitter, and bandwidth with detailed JSON reporting for enhanced network performance evaluation.

python
0 tools
May 30, 2025
Updated Jun 4, 2025

Supercharge Your AI with mcp-internet-speed-test

MCP Server

Unlock the full potential of mcp-internet-speed-test through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.

Unified API Access
Complete Tracing
Instant Setup
Get Started Now

Free tier available • No credit card required

Instant Setup
99.9% Uptime
10,000+Monthly Requests

MCP Internet Speed Test

⚠️ Experimental Version

This is an experimental implementation of a Model Context Protocol (MCP) server for internet speed testing. It allows AI models and agents to measure, analyze, and report network performance metrics through a standardized interface.

What is MCP?

The Model Context Protocol (MCP) provides a standardized way for Large Language Models (LLMs) to interact with external tools and data sources. Think of it as the "USB-C for AI applications" - a common interface that allows AI systems to access real-world capabilities and information.

Features

  • Download Speed Testing: Measure download bandwidth
  • Upload Speed Testing: Measure upload bandwidth with configurable file sizes
  • Latency Testing: Measure network latency to various servers
  • Jitter Analysis: Calculate network jitter by analyzing latency variations
  • Comprehensive Reporting: Provide detailed JSON-formatted reports

Installation

Prerequisites

  • Python 3.12 or higher
  • uv package manager (recommended)

Option 1: Using uvx (Recommended)

The uvx command is a convenient way to run Python packages directly without explicit installation:

# Run the MCP server directly uvx /path/to/mcp-internet-speed-test

Option 2: Using docker

# Build the Docker image docker build -t mcp-internet-speed-test . # Run the MCP server in a Docker container docker run -it --rm -v $(pwd):/app -w /app mcp-internet-speed-test

Configuration

To use this MCP server with Claude Desktop or other MCP clients, add it to your MCP configuration file.

Claude Desktop Configuration

Edit your Claude Desktop MCP configuration file:

{ "mcpServers": { "mcp-internet-speed-test": { "command": "uv", "args": [ "--directory", "/ABSOLUTE/PATH/TO/mcp-internet-speed-test", "run", "main.py" ] } } }

API Tools

The MCP Internet Speed Test provides the following tools:

  1. measure_download_speed: Measures download bandwidth (in Mbps)
  2. measure_upload_speed: Measures upload bandwidth (in Mbps)
  3. measure_latency: Measures network latency (in ms)
  4. measure_jitter: Measures network jitter by analyzing latency variations
  5. run_complete_test: Runs all tests and provides a comprehensive report

Troubleshooting

If you're having issues connecting to the MCP server:

  1. Make sure the path in your MCP configuration is correct
  2. Check that you have the required permissions for the directory
  3. Verify Python 3.12+ is installed and in your PATH
  4. Ensure the mcp[cli] and httpx packages are installed

Development

This is an experimental project and contributions are welcome. To contribute:

  1. Open an issue or submit a pull request

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • MCP Framework maintainers for standardizing AI tool interactions
  • The Model Context Protocol community for documentation and examples
Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • mcp-knowledge-graph
    mcp-knowledge-graph

    Persistent knowledge graph memory server enabling AI models with Model Context Protocol support to s...

    9 tools
    Added May 30, 2025
  • SQLite MCP Server
    SQLite MCP Server

    A Model Context Protocol server enabling AI models to execute SQL queries, manage SQLite database sc...

    Added May 30, 2025
  • mcp-server-strava
    mcp-server-strava

    Integrates Strava API with Model Context Protocol to analyze workouts, provide training recommendati...

    Added May 30, 2025
  • Jokes MCP Server
    Jokes MCP Server

    Deploy a Model Context Protocol (MCP) server to seamlessly integrate AI models with diverse data sou...

    Added May 30, 2025
  • Xano MCP Server
    Xano MCP Server

    Python-based Model Context Protocol server enabling AI assistants to securely interact with Xano ins...

    Added May 30, 2025