MCP connector for Selectic — call/SMS/email businesses from Claude or ChatGPT
git clone https://github.com/selectic-ai/selectic-mcpResumen de Tools
# 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.
Lo que la gente pregunta sobre selectic-mcp
¿Qué es selectic-ai/selectic-mcp?
+
selectic-ai/selectic-mcp es tools para el ecosistema de Claude AI. MCP connector for Selectic — call/SMS/email businesses from Claude or ChatGPT Tiene 0 estrellas en GitHub y se actualizó por última vez today.
¿Cómo se instala selectic-mcp?
+
Puedes instalar selectic-mcp clonando el repositorio (https://github.com/selectic-ai/selectic-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar selectic-ai/selectic-mcp?
+
selectic-ai/selectic-mcp aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.
¿Quién mantiene selectic-ai/selectic-mcp?
+
selectic-ai/selectic-mcp es mantenido por selectic-ai. La última actividad registrada en GitHub es de today, con 1 issues abiertos.
¿Hay alternativas a selectic-mcp?
+
Sí. En ClaudeWave puedes explorar tools similares en /categories/tools, ordenados por popularidad o actividad reciente.
Despliega selectic-mcp en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](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>Más 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