# Greeting

Enhance your applications with personalized greeting capabilities. Easily integrate and customize greetings to improve user engagement and experience. Leverage the power of the Model Context Protocol…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add akaramanapp/greeting

# Browse available tools
npx -y @smithery/cli@latest tool list akaramanapp/greeting

# Get full schema for a tool
npx -y @smithery/cli@latest tool get akaramanapp/greeting add

# Call a tool
npx -y @smithery/cli@latest tool call akaramanapp/greeting add '{}'
```

## Tools (1)

- `add`

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get akaramanapp/greeting <tool-name>
```

---

Source: https://github.com/akaramanapp/greeting
