@selectic/mcp
v0.2.0
Published
MCP connector for Selectic — let Claude, ChatGPT, Perplexity or any AI assistant call, text & email businesses for you. OAuth sign-in, no API key.
Maintainers
Readme
selectic-mcp
MCP connector for Selectic — give your AI assistant (Claude, ChatGPT, Perplexity, or any MCP-compatible app) the ability to call, text, and email businesses for you: get quotes, book appointments, ask questions — and read back the transcript, recording, and replies. New accounts start with $2 free. US businesses for now.
Most apps can add the hosted endpoint directly as a custom connector:
https://selectic.ai/api/mcpYou'll be prompted to sign in (OAuth) the first time — no API key to manage. For stdio-only clients (e.g. Claude Desktop), this package bridges stdio ↔ the hosted endpoint.
Use
npx -y @selectic/mcpIt opens a browser the first time so you can sign in to Selectic.
Claude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"selectic": {
"command": "npx",
"args": ["-y", "@selectic/mcp"]
}
}
}Tools
place_call, get_call, send_sms, send_email, get_replies, list_outreach, list_call_types. See https://selectic.ai/docs.
