Back to Browse

Echo Text MCP Tool MCP Server

Developer ToolsModerate5.2LocalRemoteNew
$2.00

Minimal MCP server with echo text tool

About

A minimal Model Context Protocol (MCP) server with a simple echo_text tool for testing MCP clients and marketplace listing.

Security Report

5.2
Moderate5.2Moderate Risk

This is a minimal, well-structured MCP server with a simple echo tool and no authentication requirements. The codebase is clean with no malicious patterns, hardcoded secrets, or dangerous operations. Permissions are appropriately scoped to the server's purpose as a basic text-processing tool. Minor code quality issues (broad exception handling potential, input validation) prevent a higher score but do not represent security risks. Supply chain analysis found 9 known vulnerabilities in dependencies (0 critical, 9 high severity).

4 files analyzed · 12 issues found

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

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Install & Connect

Install instructions and configuration are available after purchase.

Getting Started

Once installed, try these example prompts and explore these capabilities:

  • 1Call echo_text with a text input.
  • 2Tool: echo_text - Returns the same text as output.

Documentation

View on GitHub

From the project's GitHub README.

Simple Text MCP Server

A minimal Model Context Protocol (MCP) server for marketplace testing.

Tool: echo_text

Input:

{"text":"hello"}

Output:

{"text":"hello"}

Requirements

  • Python 3.10+

Install

pip install .

Run

simple-text-mcp

Test with MCP Inspector

npx @modelcontextprotocol/inspector simple-text-mcp

Reviews

No reviews yet

Be the first to review this server!