An AI agent that calls, texts & emails businesses for you.
Give it a goal — get a price, book a slot, ask a question. Selectic reaches the business by phone, SMS, or email, navigates the phone tree, waits on hold, and hands you back the transcript, recording, and replies. Drive it from Claude or ChatGPT via MCP.
Connect
Add Selectic as an MCP connector in Claude or ChatGPT with your API key.
Ask
“Get an out-the-door price for a 2020 Camry from dealers near 94110.” The agent calls, texts, or emails.
Get results
Read the transcript, listen to the recording, and see replies — pay only for what you use.
Three ways to reach a business
The agent picks the channel that fits the goal — or you tell it which.
Phone calls
An AI voice agent dials the business, listens to the phone menu and presses the right keys to get through, and waits on hold. It opens by disclosing it’s an AI calling on your behalf and that the call may be recorded, asks your question, then returns the full transcript and a recording you can play back.
SMS
Two-way texting from a dedicated number. Selectic sends your message and captures every reply, threaded to the request — so the agent can follow up and you see the whole conversation.
Each request sends from its own unique reply address, so responses route straight back to that outreach and your main domain’s reputation stays clean. Replies are captured and returned with the thread.
Pricing
Pay-as-you-go from a prepaid balance — no subscription. Reading results (transcripts, recordings, replies) is always free.
Connected call time, billed per minute (1-minute minimum).
Each outbound text message.
Each outbound email.
Connect via MCP
Selectic runs as an MCP server, so Claude and ChatGPT drive it directly. Grab a key on your dashboard, then connect either way.
https://selectic.ai/api/mcp Authorization: Bearer slc_your_key
SELECTIC_API_KEY=slc_your_key npx -y @selectic/mcp
{
"mcpServers": {
"selectic": {
"command": "npx",
"args": ["-y", "@selectic/mcp"],
"env": { "SELECTIC_API_KEY": "slc_your_key" }
}
}
}