Hover to scrollAn inbound AI receptionist that answers your business phone 24/7 — grounded in your Ounie brain. Get a number (or forward yours to it) and the agent answers every call: it always discloses it's an AI, answers questions only from what your brain actually says (hours, menu, prices, policies — never invented), takes reservations and appointments against your own rules, takes messages, and transfers to a human on request. Every call lands on your dashboard with a transcript, a booking book, and a message inbox.
- 15 credits per answered minute, billed in 6-second increments — a 3:07 call that books a table is 53 credits
- 300 credits per month per phone line; 5 credits per booking captured; 2 per message taken
- Unanswered calls cost nothing; if your wallet runs out callers hear a brief unavailable message — never billed, never a dead line
- Deterministic availability: bookings follow your slot rules and capacity, never an AI guess; clinics run recordings-off with a strict no-medical-details posture
For agents
Works with Claude, ChatGPT, and any MCP client. One server, every app: paste the gateway config and the agent can discover and run Front Desk — and the rest of the store — through ounie_list_apps → ounie_describe_app → ounie_invoke_app.
{
"mcpServers": {
"ounie": {
"url": "https://mcp.ounie.com"
}
}
}Scoped endpoint — just this app. Point a client here when the agent should only ever see Front Desk's tools:
{
"mcpServers": {
"frontdesk": {
"url": "https://frontdesk.ounie.com/api/mcp"
}
}
}To spend your Ounie credits on the scoped endpoint, append your app key to the URL as ?api_key=… — the header-less form clients like the Ounie AI Team need.
Credits used
| Answered talk time (per minute, 6-second increments) | 15 credits per call |
| Phone number rental (per line, per month) | 300 credits per call |
| Booking captured on a call | 5 credits per call |
| Message taken on a call | 2 credits per call |