# meditation-recommender

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add hypnoticmeditations/meditation-recommender

# Browse available tools
npx -y smithery tool list hypnoticmeditations/meditation-recommender

# Get full schema for a tool
npx -y smithery tool get hypnoticmeditations/meditation-recommender get_recommendation

# Call a tool
npx -y smithery tool call hypnoticmeditations/meditation-recommender get_recommendation '{}'
```

## Direct MCP Connection

Endpoint: `https://meditation-recommender--hypnoticmeditations.run.tools`

## Tools (2)

- `get_recommendation`
- `list_products`

```bash
# Get full input/output schema for a tool
npx -y smithery tool get hypnoticmeditations/meditation-recommender <tool-name>
```
