🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@selectic/mcp

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@selectic/mcp

MCP connector for Selectic — let Claude, ChatGPT, Perplexity or any AI assistant call, text & email businesses for you. OAuth sign-in, no API key.

latest
Source
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

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/mcp

You'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/mcp

It 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.

Keywords

mcp

FAQs

Package last updated on 17 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts