# Echo Map

Build and customize your own Model Context Protocol server with ease. Start with a basic setup and extend it with new functions to create powerful MCP-compatible applications. Enjoy features like gra…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add ns-personal/echo-map

# Browse available tools
npx -y @smithery/cli@latest tool list ns-personal/echo-map

# Get full schema for a tool
npx -y @smithery/cli@latest tool get ns-personal/echo-map echo

# Call a tool
npx -y @smithery/cli@latest tool call ns-personal/echo-map echo '{}'
```

## Tools (1)

- `echo`

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get ns-personal/echo-map <tool-name>
```

## Prompts (1)

- `echo` (message)

---

Source: https://github.com/ns-personal/echo-map
