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.

Get startedRead the docs
01

Connect

Add Selectic as an MCP connector in Claude or ChatGPT with your API key.

02

Ask

“Get an out-the-door price for a 2020 Camry from dealers near 94110.” The agent calls, texts, or emails.

03

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.

✉️

Email

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.

$0.30/ min

Connected call time, billed per minute (1-minute minimum).

$0.02/ SMS

Each outbound text message.

$0.005/ email

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.

Remote connector (Claude.ai / ChatGPT) — URL + header
https://selectic.ai/api/mcp
Authorization: Bearer slc_your_key
One-liner (stdio)
SELECTIC_API_KEY=slc_your_key npx -y @selectic/mcp
Claude Desktop — claude_desktop_config.json
{
  "mcpServers": {
    "selectic": {
      "command": "npx",
      "args": ["-y", "@selectic/mcp"],
      "env": { "SELECTIC_API_KEY": "slc_your_key" }
    }
  }
}