🎩 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 call, text & email businesses for you.

Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
23
-54.9%
Maintainers
1
Weekly downloads
 
Created
Source

selectic-mcp

MCP connector for Selectic — give Claude or ChatGPT the ability to call, text, and email businesses for you (get a price, book a slot, ask a question) and read back the transcript, recording, and replies.

Most clients can use the hosted endpoint directly (https://selectic.ai/api/mcp, Authorization: Bearer <key>). For stdio-only clients (e.g. Claude Desktop), this package bridges stdio ↔ the hosted endpoint.

Use

Get an API key at https://selectic.ai/dashboard, then:

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" }
    }
  }
}

Tools

place_call, get_call, send_sms, send_email, get_replies, list_outreach. 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