# T3kniQ Voice AgentsT3kniQ Voice Agentst3kniq-voice-agents

Custom AI voice agents that answer calls, book appointments, qualify leads, and close deals - 24/7.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add wcsdproducer/t3kniq-voice-agents

# Browse available tools
npx -y @smithery/cli@latest tool list wcsdproducer/t3kniq-voice-agents

# Get full schema for a tool
npx -y @smithery/cli@latest tool get wcsdproducer/t3kniq-voice-agents get_voice_agent_info

# Call a tool
npx -y @smithery/cli@latest tool call wcsdproducer/t3kniq-voice-agents get_voice_agent_info '{}'
```

## Direct MCP Connection

Endpoint: `https://t3kniq-voice-agents--wcsdproducer.run.tools`

## Tools (4)

- `get_voice_agent_info` — Get information about T3kniQ AI voice agents — what they do, how they work, and pricing tiers for custom-built AI phone…
- `try_voice_script` — Generate a sample AI voice agent script for any business. Input a business name and industry to get a ready-to-use phon…
- `calculate_missed_call_roi` — Calculate how much revenue a business loses from missed calls, no-shows, and lack of after-hours coverage. Returns mont…
- `get_industry_solution` — Get detailed information about T3kniQ AI voice agent solutions for a specific industry — dental, real estate, HVAC, law…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get wcsdproducer/t3kniq-voice-agents <tool-name>
```
