Back to Browse

Test MCP Server

Developer ToolsModerate7.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

A simple MCP server with an echo tool for testing purposes

About

A simple MCP server with an echo tool for testing purposes

Security Report

7.0
Moderate7.0Low Risk

Valid MCP server (2 strong, 1 medium validity signals). 3 known CVEs in dependencies (0 critical, 3 high severity) Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

6 files analyzed · 4 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-bharath-krishna-mcp-test": {
      "args": [
        "mcp-echo-server"
      ],
      "command": "uvx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

MCP Test Server

mcp-name: io.github.bharath-krishna/mcp-test

A simple Model Context Protocol (MCP) server with an echo tool for testing purposes.

Features

  • Echo Tool: Returns back any message you send to it

Installation

pip install mcp-echo-server

Usage

Add this server to your MCP client configuration:

{
  "mcpServers": {
    "mcp-echo-server": {
      "command": "mcp-echo-server"
    }
  }
}

Development

Install in development mode:

uv pip install -e .

Tools

echo

Echoes back the provided message.

Input:

  • message (string, required): The message to echo back

Example:

{
  "message": "Hello, world!"
}

Output:

Echo: Hello, world!

Reviews

No reviews yet

Be the first to review this server!

Test MCP Server - A simple MCP server with an echo tool for testing purposes | MCP Marketplace