# Business Helper

AI-powered Business Helper that analyzes thousands of YouTube videos to extract precise insights, timestamps, and actionable strategies. Instantly find the most relevant moments from podcasts, interv…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add dev-87i5/kone

# Browse available tools
npx -y @smithery/cli@latest tool list dev-87i5/kone

# Get full schema for a tool
npx -y @smithery/cli@latest tool get dev-87i5/kone get_lifestyle_context

# Call a tool
npx -y @smithery/cli@latest tool call dev-87i5/kone get_lifestyle_context '{}'
```

## Direct MCP Connection

Endpoint: `https://kone.run.tools`

## Tools (1)

- `get_lifestyle_context` — Use this tool when the user asks about daily life assistance, e.g. "How to cook a cake?", "Tell me about new movies.", …

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get dev-87i5/kone <tool-name>
```
