Skip to main content
Glama

Voice Logica 플러그인

Cursor, Claude Code, ChatGPT, Codex, Gemini CLI, Grok용 플러그인 폴더 하나입니다. 사용자는 설치 후 Connect를 클릭하고 Voice Logica에 로그인합니다. 이후 채팅에서 AI 음성 에이전트, 전화, 통합, 워크플로, 통화, 결제를 관리할 수 있습니다.

기본 MCP는 https://api.voicelogica.ai/api/v1/mcp의 호스팅 엔드포인트입니다. OAuth를 지원하는 클라이언트는 https://app.voicelogica.ai로 Connect 흐름을 엽니다. 이는 Voice Logica 백엔드가 아닙니다.

사용자가 할 수 있는 작업

  • AI 음성 에이전트 나열, 생성, 편집(프롬프트, 인사말, 언어, 음성, 버전)

  • 전환, 통화 종료, 분석, 알림, 메모리, 예약 설정 변경

  • 에이전트 도구 켜기/끄기(SMS, 예약, 이숍, HubSpot, 무음, IVR 등)

  • VoIP 전화 등록, 번호 할당, 엣지 디바이스 전달 관리

  • CRM, 전자상거래, ERP, 캘린더, SMS, 헬프데스크 통합 연결 후 Call ID로 테스트

  • Google 또는 Microsoft 캘린더 예약, 연락처 관리, Google Chat 사용

  • SMS 또는 Viber 전송 및 인증된 발신자 관리

  • 워크플로 구축(통화 시작/종료, 키워드, 이메일, API) 및 에이전트에 할당

  • 통화, SIP 로그, 아웃바운드 캠페인, 예약 통화 검토

  • 테스트 시나리오 생성 및 실행(시나리오 "성공"은 판정 기준으로 간주하고, 실제 진실로 보지 않음)

  • 플랜, 애드온, 결제 수단, 구독 조회 및 영업 시간 업데이트

  • Voice Logica 앱 지원 티켓 제출 및 추적

  • 소속된 회사 간 작업(전환/액세스 요청)

전체 MCP 도구 카탈로그는 작업별로 그룹화되어 skills/use-voice-logica-mcp에 있습니다.

예시 프롬프트: 내 에이전트 나열, Support Bot 인사말 업데이트, HubSpot 연결 및 테스트, 지난 7일간 통화 표시, 캘린더 슬롯 예약, 인증된 발신자로 SMS 전송.

Related MCP server: RetellAI MCP Server

회사

Voice Logica. 웹사이트: https://voicelogica.ai. 앱: https://app.voicelogica.ai. 지원: support@voicelogica.ai.

개인정보 처리방침: https://legal.voicelogica.ai/privacy. 이용약관: https://legal.voicelogica.ai/terms.

연결

  1. 플러그인 설치

  2. Voice Logica MCP에서 Connect 클릭

  3. https://app.voicelogica.ai에서 로그인

클라이언트가 OAuth를 지원하면 API 키가 필요하지 않습니다.

Connect가 없는 클라이언트용 대체 방법

일부 로컬/stdio 클라이언트는 브라우저를 열 수 없습니다. 해당 클라이언트에만 해당:

  1. https://app.voicelogica.ai에서 로그인

  2. 설정(Settings)을 연 다음 API 키(API Keys)로 이동

  3. VOICE_LOGICA_API_KEY를 설정한 상태로 npx -y @voicelogica/mcp-server 실행

실제 키를 이 저장소에 커밋하지 마세요.

로컬 테스트

Cursor

이 폴더를 %USERPROFILE%.cursor\plugins\local\voice-logica에 복사하고 Cursor를 다시 로드한 다음 Connect를 클릭하고 에이전트 목록을 요청하세요.

Claude Code

claude plugin validate .
claude --plugin-dir .

메시지가 표시되면 Voice Logica MCP를 연결하세요. 그런 다음 /voice-logica:manage-voice-agents를 시도하거나 에이전트 목록을 요청하세요.

ChatGPT / Codex

OAuth와 함께 호스팅 MCP URL https://api.voicelogica.ai/api/v1/mcp를 사용하세요. Codex는 이 폴더를 로컬 플러그인으로 로드할 수도 있습니다.

Gemini CLI

gemini extensions install voicelogica/voice-logica-plugin

그런 다음 Gemini가 요청하면 원격 MCP를 인증하세요.

게시

동일한 폴더, 여러 제출. 한 스토어에 등록해도 다른 스토어에는 등록되지 않습니다.

레이아웃

gemini-extension.json        Gemini CLI gallery manifest
plugin.json                 Agent Plugins (portable)
mcp.json                    Cursor + Agent Plugins MCP (hosted OAuth)
.mcp.json                   Claude Code + Codex MCP (hosted OAuth)
.cursor-plugin/plugin.json  Cursor manifest
.claude-plugin/plugin.json  Claude Code manifest
.codex-plugin/plugin.json   ChatGPT / Codex manifest
skills/manage-voice-agents              Router: confirm MCP, list agents, pick a skill
skills/edit-voice-agents                Editor tabs, prompts, knowledge files
skills/fix-agent-behavior               Call behavior fixes
skills/troubleshoot-voice-agents        Diagnose with Call IDs and tool logs
skills/manage-phones                    VoIP phones, DIDs, assign numbers to agents
skills/manage-integrations              3-layer connect → enable tool → test Call ID
skills/manage-crm                       HubSpot, Zoho, Salesforce
skills/manage-ecommerce                 Woo, Shopify, and eshop_integration
skills/manage-erp                       Soft1, Galaxy, Pylon, Entersoft, tunnels
skills/manage-calendar-google-microsoft Calendar, contacts, Chat, appointments
skills/manage-sms                       SMS / Viber senders
skills/manage-helpdesk-ops              Freshdesk, Jira, couriers, payments
skills/manage-workflows                 Triggers, nodes, versions, apiCall shape
skills/manage-calls-campaigns           Call logs, outbound, test scenarios
skills/manage-company-billing           Companies, plans, operating hours
skills/create-support-ticket            File a ticket in the Voice Logica app
skills/use-voice-logica-mcp             Full public MCP tool catalog
assets/favicon.png            Marketplace icon (official)
assets/logo.png               Wordmark
assets/logo.svg               Fallback mark

브랜드

공식 아이콘: https://www.voicelogica.ai/images/setup/voice-logica-logo-site-favicon.png 워드마크: https://app.voicelogica.ai/assets/logo.png

A
license - permissive license
Not graded
quality - not tested
A
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Manage AI assistants, history, calls, campaigns, contacts, knowledge, messaging, and automations.

  • Voice and chat for AI agents — Discord, Teams, Meet, Slack, Zoom, Telegram, WhatsApp, NC Talk, SIP

  • Communication stack for AI agents: SMS, AI voice calls, phone numbers, and account events.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/voicelogica/voice-logica-plugin'

If you have feedback or need assistance with the MCP directory API, please join our Discord server