By ringee-io
Operate Ringee outbound calling, contacts, leads, call sessions, callbacks, and meetings from Claude. Drives a multi-step sales prospecting flow, enforces confirmation for credit-costly and destructive actions.
Search, view, create, update or delete Ringee contacts via the connected Ringee MCP (search_contacts, get_contact, create_contact, update_contact, delete_contact). Use when the user wants to find a contact, see details, add or edit one, or delete one. Enforces strict double-confirmation before deleting.
Run the full Ringee outbound flow end to end (prospect → contact → call session → outcome → follow-up), one safe step at a time, via the connected Ringee MCP. Use when the user states a goal like "book demos with fintech founders in NYC" and wants to be driven through the whole process.
Log a call outcome and schedule the next touch (callback or meeting) in Ringee via the connected Ringee MCP (log_call_outcome, create_callback, schedule_meeting). Use after a call to record how it went and to book the follow-up.
Prospect leads in Ringee with Apollo/Prospeo and convert them to contacts — search_leads, reveal_lead, import_leads_as_contacts. Use when the user wants to find new leads, unlock a lead's email/phone, or turn search results into Ringee contacts. Enforces credit-spend confirmation and the "leads are not contacts" rule.
Create, inspect, update or revoke Ringee call sessions (magic-link dialing) via the connected Ringee MCP (create_call_session, get_call_session, update_call_session, delete_call_session). Use when the user wants a dialing queue, a shareable dialer link, session progress, queue changes, or to revoke access. Treats sessions as sensitive operational actions.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
This plugin requires configuration values that are prompted when the plugin is enabled. Sensitive values are stored in your system keychain.
mcp_urlYour Ringee MCP SSE URL from the dashboard (Settings → MCP / Integrations, i.e. GET /api/mcp/connection-info). Example: https://api.ringee.io/api/mcp/<userId>/sse (or .../<userId>/<organizationId>/sse).
${user_config.mcp_url}
Ringee is an open-source platform for building and operating browser-based voice calling at scale.
Make and receive calls worldwide, manage contacts, record conversations, and monitor team performance — with a modern, self-hostable stack.
Links
Setup and place your first call in under 30 seconds.
![]() | ![]() |
| Import contacts and organize with tags | Team calling analytics dashboard |
![]() | ![]() |
| Bulk import via CSV (no manual work) | Quick setup and first call |
Full documentation: https://docs.ringee.io
Start here: Quick Start
Or run with Docker:
git clone https://github.com/ringee-io/ringee.git
cd ringee
cp .env.example .env
docker-compose -f docker-compose.app.yml up --build -d
Open:
@ringee-io/agent)A thin agent layer lets Claude, Claude Code/OpenClaw, the ringee CLI and a
ChatGPT App operate Ringee on top of the existing backend/MCP — which stays
the single source of truth. No business logic is duplicated.
Ringee backend / MCP (apps/backend — source of truth)
│
▼
@ringee-io/agent (packages/agent — clients · schemas · flows · prompts · rules)
│
├── ringee CLI (apps/agent-cli)
├── Claude Skills (packages/agent/skills → /comandos in Claude Code & claude.ai)
└── ChatGPT App (apps/chatgpt-app)
Capabilities mirror the MCP: search/get/create/update/delete contacts, log call outcomes, callbacks, meetings, create/update/get/revoke call sessions, and lead prospecting (search/reveal/import via Apollo/Prospeo). Sensitive actions (credits, magic links) and destructive ones (delete/revoke) require explicit confirmation.
# CLI (configure RINGEE_MCP_URL or RINGEE_BACKEND_URL + RINGEE_USER_ID)
pnpm ringee config check
pnpm ringee contacts search acme
pnpm ringee leads search --title "VP Sales" --country US
# ChatGPT App: polished component gallery + the MCP endpoint
pnpm dev:chatgpt-app # http://localhost:4202 (UI preview)
pnpm chatgpt-app:mcp # http://localhost:4250/mcp (connect ChatGPT here)
# Install the Claude Skills into a project's .claude/ (Claude Code)
pnpm agent:install-skills
# Package the skills as .zip for upload to claude.ai
pnpm agent:package-skills
npx claudepluginhub ringee-io/ringee-app --plugin ringeeUse CALL-E from Claude Code through the calle CLI.
AI voice agent creation for client discovery and feedback calls
Claude calls you on the phone when it needs your input or wants to report progress
Complete skill set for building voice AI agents with Vapi — create assistants, tools, calls, squads, phone numbers, and webhooks
Prospect, craft outreach, and build deal strategy faster. Prep for calls, manage your pipeline, and write personalized messaging that moves deals forward.
Turns Claude Code into your sales team — 8 slash-command skills for pipeline tracking, daily rituals, call analysis, lead scoring, and cold outreach. Built for 0-to-1 founders.