# Echo

A simple echo MCP server for testing - updated 1773323437

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add arjunkmrm/simple-echo

# Browse available tools
npx -y smithery tool list arjunkmrm/simple-echo

# Get full schema for a tool
npx -y smithery tool get arjunkmrm/simple-echo echo

# Call a tool
npx -y smithery tool call arjunkmrm/simple-echo echo '{}'
```

## Direct MCP Connection

Endpoint: `https://simple-echo--arjunkmrm.run.tools`

## Tools (1)

- `echo` — Echoes back the message you send

```bash
# Get full input/output schema for a tool
npx -y smithery tool get arjunkmrm/simple-echo <tool-name>
```
