AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Setup

skill-voicenterteam-claude-marketplace-setup · by VoicenterTeam

Connect Claude Code to the Voicenter MCP server using OAuth authentication

No reviews yet
0 installs
17 views
0.0% view→install

Install

$ agentstack add skill-voicenterteam-claude-marketplace-setup

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets Used
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-voicenterteam-claude-marketplace-setup)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Setup? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

> Language. Reply in the user's language: detect what they write — Hebrew→Hebrew, English→English — and mirror it, switching if they switch mid-conversation. This shapes your prose, your questions, and your AskUserQuestion option labels only. It does not change the artifacts you produce — identifiers, JSON keys, BCP-47 language codes, API field names, and other data stay exactly as specified.

> Opening. Your first message greets bilingually so the user knows both languages are available — e.g. "נוכל להמשיך בעברית או באנגלית — מה נוח לך? / We can continue in Hebrew or English — whichever you prefer." Then mirror whatever language the user replies in.

> One question per turn. Ask exactly one question per message and wait for the answer before asking the next — never present multiple questions in a single turn. When the answer is a closed set (pick-one / yes-no / pick-from-list), use the AskUserQuestion tool rather than plain text; it automatically adds an "Other" free-text escape, so don't hand-roll one. Reserve plain free-text questions for genuinely open inputs (names, descriptions, URLs, numbers).

Help the developer connect Claude Code to the Voicenter MCP server at mcp01.voicenter.co/mcp.

How authentication works

The Voicenter MCP server uses OAuth — not a static API token or environment variable. You do not need to configure any credentials manually. Claude Code handles the entire OAuth flow for you automatically when you first connect.

There is nothing to set in .env files, shell profiles, or environment variables. The voicenter-mcp plugin only needs the server URL, which is already configured in plugin.json.

Step 1 — Install the plugin

In Claude Code:

/plugin install voicenter-mcp@voicenter

Step 2 — Connect and authenticate

The first time Claude Code tries to use the Voicenter MCP server, it will detect that authentication is required and launch the OAuth flow automatically. You will be prompted to:

  1. Open a browser window (or have it opened for you automatically).
  2. Log in to your Voicenter account at the authorization page.
  3. Grant Claude Code permission to access the Voicenter API on your behalf.
  4. Return to Claude Code — the connection is established.

Claude Code stores the OAuth token securely and refreshes it automatically. You will only need to go through this flow once per device (or when your session expires).

Step 3 — Verify the connection

Once authenticated, ask Claude:

List all my Voicenter extensions

Claude will call the MCP server live. If it responds with your extension list, you are connected.

What you can do once connected

| Prompt | What happens | |---|---| | "Initiate a click2call from extension SIPSIP to 0501234567" | Calls the Click2Call API | | "Show me all calls from the last 7 days" | Queries the Call Log API | | "Add 0501234567 to the blacklist" | Calls the Blacklist API | | "List all active campaigns in the dialer" | Calls the Dialer GetCampaignList API | | "Log in agent user 123456 on extension SIPSIP" | Calls the Login/Logout API | | "What calls are active right now?" | Calls the Active Calls API |

Re-authenticating

If your OAuth session expires or you switch Voicenter accounts, Claude Code will prompt you to authenticate again the next time it tries to use the MCP server. This is handled automatically — you do not need to clear any tokens manually.

Troubleshooting

Claude does not launch the OAuth flow — Try explicitly asking Claude to use a Voicenter tool (e.g. "list my extensions"). This triggers the connection attempt and the OAuth prompt.

Authorization page shows an error — Make sure your Voicenter account has API / MCP access enabled. Contact [api@voicenter.com](mailto:api@voicenter.com) if it does not.

Connection works but Claude cannot perform an action — The OAuth scope granted may not include the required permission. Disconnect and re-authenticate to get a fresh token with the correct scopes.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.