MCP connector for Selectic — call/SMS/email businesses from Claude or ChatGPT
git clone https://github.com/selectic-ai/selectic-mcpTools overview
# selectic-mcp
MCP connector for [Selectic](https://selectic.ai) — 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:
```bash
SELECTIC_API_KEY=slc_your_key npx -y @selectic/mcp
```
Claude Desktop (`claude_desktop_config.json`):
```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.
What people ask about selectic-mcp
What is selectic-ai/selectic-mcp?
+
selectic-ai/selectic-mcp is tools for the Claude AI ecosystem. MCP connector for Selectic — call/SMS/email businesses from Claude or ChatGPT It has 0 GitHub stars and was last updated today.
How do I install selectic-mcp?
+
You can install selectic-mcp by cloning the repository (https://github.com/selectic-ai/selectic-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is selectic-ai/selectic-mcp safe to use?
+
selectic-ai/selectic-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.
Who maintains selectic-ai/selectic-mcp?
+
selectic-ai/selectic-mcp is maintained by selectic-ai. The last recorded GitHub activity is from today, with 1 open issues.
Are there alternatives to selectic-mcp?
+
Yes. On ClaudeWave you can browse similar tools at /categories/tools, sorted by popularity or recent activity.
Deploy selectic-mcp to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/selectic-ai-selectic-mcp)<a href="https://claudewave.com/repo/selectic-ai-selectic-mcp"><img src="https://claudewave.com/api/badge/selectic-ai-selectic-mcp" alt="Featured on ClaudeWave: selectic-ai/selectic-mcp" width="320" height="64" /></a>More Tools
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.
An AI SKILL that provide design intelligence for building professional UI/UX multiple platforms
🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman
AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs, papers, images, or videos into a queryable knowledge graph. App code + database schema + infrastructure in one graph.
A light-weight and powerful meta-prompting, context engineering and spec-driven development system for Claude Code by TÂCHES.
CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies