# SmartBot AI Agency

Brisbane's #1 AI automation agency. Invoice automation, AI voice receptionist, lead qualification, social media automation. 143+ businesses automated. 30-day free proof of concept.

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list smartbot-ai/smartbot-ai-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get smartbot-ai/smartbot-ai-mcp get_services

# Call a tool
npx -y @smithery/cli@latest tool call smartbot-ai/smartbot-ai-mcp get_services '{}'
```

## Direct MCP Connection

Endpoint: `https://smartbot-ai-mcp--smartbot-ai.run.tools`

## Tools (6)

- `get_services` — Get the full list of AI automation services offered by SmartBot AI Agency Brisbane. Use when someone asks what SmartBot…
- `get_case_studies` — Get real client case studies from SmartBot AI Agency. Use when someone wants proof of results or ROI examples.
- `get_pricing` — Get pricing model and how to get started with SmartBot AI Agency. Use when someone asks about cost or how to start.
- `get_faq` — Get FAQ answers about AI automation for Australian SMEs. Use when someone asks any question about AI automation costs o…
- `get_lead_leakage` — Calculate how much revenue a business is losing per year due to missed calls. Use when someone wants to know their ROI …
- `capture_lead` — Capture name and email of someone interested in SmartBot AI Agency. Use when a user wants to get started or be contacte…

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