npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

vocalvolt-mcp

v1.0.0

Published

VocalVolt MCP Server - Connect Claude to your VocalVolt agents

Readme

@vocalvolt/mcp

Connect Claude to your VocalVolt voice agents and e-commerce assistants.

Installation

npm install -g @vocalvolt/mcp
# or
pnpm add -g @vocalvolt/mcp

Configuration

  1. Get your API token from vocalvolt.xyz/dashboard/settings/mcp

  2. Add to your Claude Desktop configuration (~/.config/claude/claude_desktop_config.json):

{
  "mcpServers": {
    "vocalvolt": {
      "command": "vocalvolt-mcp",
      "env": {
        "VOCALVOLT_TOKEN": "vv_your_token_here"
      }
    }
  }
}
  1. Restart Claude Desktop

Available Tools

Agent Vocal Pro

| Tool | Description | |------|-------------| | agents_list | List all your voice agents | | agents_get | Get agent details | | agents_create | Create a new agent | | agents_update | Update agent configuration | | agents_delete | Delete an agent | | calls_list | View call history | | calls_get | Get call details with transcription | | calls_analytics | Get call statistics | | calls_search | Search call transcriptions | | calendar_list | List upcoming appointments | | calendar_create | Create an appointment | | calendar_update | Modify an appointment | | calendar_cancel | Cancel an appointment | | calendar_availability | Check available time slots | | faqs_list | List FAQ entries | | faqs_create | Add a FAQ | | faqs_update | Update a FAQ | | faqs_delete | Delete a FAQ | | analytics_overview | Dashboard overview | | analytics_calls | Call statistics | | analytics_appointments | Appointment statistics | | analytics_top_questions | Most asked questions | | analytics_performance | Agent performance metrics | | contacts_list | List contacts | | contacts_create | Create a contact | | contacts_update | Update a contact | | contacts_history | View contact interaction history |

Agent E-commerce

| Tool | Description | |------|-------------| | stores_list | List connected stores | | stores_connect | Connect Shopify/WooCommerce | | stores_disconnect | Disconnect a store | | products_list | List catalog products | | products_get | Get product details | | products_search | Search products | | products_sync | Sync catalog with store | | conversations_list | List customer conversations | | conversations_get | Get conversation details | | widget_get_config | Get chat widget config | | widget_update | Update widget settings | | ecommerce_analytics | E-commerce statistics | | ecommerce_top_products | Top recommended products |

Examples

List your agents

> List my voice agents

I'll list your VocalVolt voice agents:

1. **Assistant Plomberie** (active)
   - Voice: Marie
   - Calls today: 12

2. **Support Technique** (active)
   - Voice: Thomas
   - Calls today: 8

Create an appointment

> Schedule a meeting with Jean Dupont tomorrow at 2pm

I'll create the appointment:

✅ Appointment created:
- Title: Meeting with Jean Dupont
- Date: December 9, 2024 at 2:00 PM
- Duration: 1 hour
- Notification sent to attendees

Check e-commerce stats

> What are my top selling products this month?

Here are your top products by chat-assisted sales:

1. **Wireless Headphones Pro** - 45 sales (€2,250)
2. **Smart Watch X** - 32 sales (€4,800)
3. **Portable Speaker** - 28 sales (€840)

Total chat-assisted revenue: €12,450

Security

  • Tokens are validated against your VocalVolt subscription
  • Usage is tracked and limited by your plan
  • Tokens can be revoked anytime from your dashboard

Support

License

MIT