Hover to scrollAn outbound AI voice agent that calls your leads and answers only from your Ounie brain. Create a campaign on a brain, upload a CSV of leads, and the agent works the queue: it always discloses it's an AI, looks up every factual answer in your brain mid-call (no invented prices, no promises), logs the disposition and full transcript, and honors opt-outs instantly across all your campaigns. Calls only happen 8am–9pm in each lead's local timezone.
- 15 credits per connected minute, billed in 6-second increments — a 3:07 call is 48 credits
- 4 credits per voicemail message left; unanswered dials are free
- 25 credits one-time to activate a campaign; every call's unused deposit refunds automatically
- Compliance guardrails built in: AI disclosure, lead-local calling hours, instant opt-out registry, consent attestation — you stay the caller of record
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 Sales Caller — 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 Sales Caller's tools:
{
"mcpServers": {
"caller": {
"url": "https://caller.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
| Connected talk time (per minute, 6-second increments) | 15 credits per call |
| Voicemail message left | 4 credits per call |
| Campaign activation (one-time) | 25 credits per call |