Connects Claude or Cursor to your Krystal Voice Caller tenant so you can manage call operations without leaving your editor. You get tools for configuring tenants, handling DNC lists, querying call history and reception captures, triggering digest emails, drafting scripts through Script Author chat, uploading contacts, and running test calls. The API enforces product tier limits, so reception-only accounts see inbound tools while bundle and premium tiers get outbound Email Hunter capabilities. Script approval stays locked to the web UI. Requires a KVC_API_TOKEN from your dashboard and works across any MCP-aware agent. Useful if you're already working in an MCP environment and want programmatic access to your voice calling infrastructure.
MCP access is included with every Krystal Voice Caller tier. Use this package to manage a tenant from Claude, Cursor, or any MCP-aware agent.
mcp-name: io.github.KrystalUnity/kvc-mcp
pip install kvc-mcp
Create or rotate an API token in the Krystal Voice Caller dashboard, then set:
export KVC_API_TOKEN="kvc_token_..."
export KVC_BASE_URL="https://krystalunity.com/api/admin/kvc"
Cursor example:
{
"mcpServers": {
"krystal-voice-caller": {
"command": "kvc-mcp",
"env": {
"KVC_API_TOKEN": "kvc_token_..."
}
}
}
}
The server exposes tenant config, DNC, call history, reception captures, digest send-now, Script Author draft chat, contact upload, outbound captures, and test-call tools. Product availability is enforced by the Krystal Voice Caller API, so Reception-only tenants get inbound/reception tools and Bundle/Premium tenants get outbound Email Hunter tools.
Script approval is not exposed through MCP. Approval stays admin-only in the web UI.
Operator-only steps:
cd packages/kvc-mcp && uv builduv publish --username __token__ --password "$PYPI_TOKEN"io.github.KrystalUnity/kvc-mcp pointing at the PyPI package.pip install kvc-mcp && kvc-mcp --help.KVC_API_TOKEN*secretBearer token starting with kvc_token_. Generate at https://krystalunity.com/voice/krystal-caller/dashboard/api-tokens
KVC_BASE_URLdefault: https://krystalunity.com/api/admin/kvcAPI base URL (default https://krystalunity.com/api/admin/kvc).
io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage
io.github.mikerawsonnz/llm-orchestration-agent
io.github.mikerawsonnz/authenticated-llm-agent
labforgedev/copilot-memory-mcp
csoai-org/agent-prompt-injection-firewall-mcp
io.github.mikerawsonnz/authenticated-multi-llm-agent