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

@iflow-mcp/chrissotino-swiss-ai-call-agent

v1.0.0

Published

Enterprise-grade AI Call Agent for the Swiss market

Downloads

16

Readme

🇨🇭 Swiss AI Call Agent

Enterprise-grade AI Call Agent for the Swiss market — inbound & outbound calls, multilingual (DE/FR/IT), MCP architecture, Claude AI decision engine, real-time dashboard.

License: MIT Status MCP Claude AI


📋 Project Overview

The Swiss AI Call Agent is an enterprise-grade autonomous calling system built specifically for the Swiss market. It handles both inbound and outbound calls using AI, supports Swiss German dialects as well as French and Italian, and is fully compliant with Swiss data protection regulations (DSG/nDSG).

The system is powered by MCP (Model Context Protocol) as the orchestration layer and Claude AI as the intelligent decision engine — enabling real-time context-aware conversations, CRM lookups, escalation decisions, and automated follow-ups — all controllable via a modern web dashboard.


⚡ Key Capabilities

Outbound Calls

  • Appointment scheduling and reminders
  • Customer follow-up campaigns
  • Sales outreach with personalized scripts
  • Payment reminders and dunning
  • Survey and feedback collection

Inbound Calls

  • Intelligent customer support handling
  • FAQ resolution without human intervention
  • Automatic ticket creation in connected systems
  • Smart escalation to human agents with full context handover
  • IVR replacement with natural language understanding

Core Intelligence

  • Real-time decision making based on full conversation context
  • CRM data lookup during active calls via MCP tools
  • Automatic call summarization and task creation post-call
  • Sentiment analysis and conversation scoring
  • Confidence-based escalation thresholds

🇨🇭 Swiss Market Features

| Feature | Details | |---|---| | Languages | Swiss German (ZH/BE/BS dialects), Standard German, French, Italian, Romansh | | Data Protection | Fully compliant with Swiss DSG/nDSG and GDPR-aligned | | Local Integrations | Abacus, Bexio, Swiss telecom APIs (Swisscom, Sunrise, Salt) | | Phone Formatting | Swiss number formats (+41), SIP routing support | | Data Residency | Deployable on Swiss Azure regions or on-premise |


🏗️ System Architecture

┌─────────────────────────────────────────────────────────────┐
│                    WEB DASHBOARD                            │
│         (React + TypeScript - Control Panel)                │
└──────────────────────┬──────────────────────────────────────┘
                       │
                       ▼
┌─────────────────────────────────────────────────────────────┐
│                  COMMAND LAYER (API)                        │
│            Node.js + Express REST API                       │
└──────────────────────┬──────────────────────────────────────┘
                       │
                       ▼
┌─────────────────────────────────────────────────────────────┐
│             MCP ORCHESTRATION LAYER                         │
│   ┌──────────────┐  ┌─────────────┐  ┌──────────────────┐  │
│   │  Call Tools  │  │  CRM Tools  │  │  Calendar Tools  │  │
│   └──────────────┘  └─────────────┘  └──────────────────┘  │
└──────────────────────┬──────────────────────────────────────┘
                       │
                       ▼
┌─────────────────────────────────────────────────────────────┐
│           DECISION ENGINE (Claude AI)                       │
│    Context Analysis → Decision → Action → Response          │
└──────────┬───────────────────────────────────┬──────────────┘
           │                                   │
           ▼                                   ▼
┌──────────────────┐                 ┌─────────────────────┐
│   VOICE LAYER    │                 │   BACKEND SYSTEMS   │
│  STT: Whisper /  │                 │  CRM, ERP, Calendar │
│  Azure Speech    │                 │  Abacus, Bexio, M365│
│  TTS: ElevenLabs │                 └─────────────────────┘
│  / Azure Neural  │
└────────┬─────────┘
         │
         ▼
┌──────────────────┐
│  TELEPHONY API   │
│  Twilio / SIP    │
│  Swisscom / Salt │
└──────────────────┘

🎛️ Dashboard Features

  • Live Call Monitor — real-time transcription and call status
  • Campaign Manager — create and manage outbound call lists with scheduling
  • Decision Tree Editor — no-code editor for defining call flows and logic
  • Analytics & Reporting — call success rates, sentiment scores, conversion tracking
  • Alert System — instant notifications for escalations, failures, and anomalies
  • Agent Configuration — manage personas, languages, scripts, and fallback behaviors
  • Integration Hub — connect CRM, ERP, calendar, and ticketing systems

🧠 Decision Engine

Claude AI acts as the central brain of the system:

Conversation Input
       │
       ▼
┌─────────────────────────┐
│   Context Assembly      │  ← CRM data, history, call goal
└────────────┬────────────┘
             │
             ▼
┌─────────────────────────┐
│   Claude AI Analysis    │  ← Intent detection, sentiment
└────────────┬────────────┘
             │
             ▼
┌─────────────────────────┐
│   Decision Making       │  ← Continue / Escalate / End / Task
└────────────┬────────────┘
             │
             ▼
┌─────────────────────────┐
│   Action Execution      │  ← MCP tool calls, CRM update, follow-up
└─────────────────────────┘

Confidence Thresholds:

  • >90% → Fully autonomous action
  • 70-90% → Action with logging for review
  • <70% → Escalate to human agent

🛠️ Tech Stack

| Layer | Technology | |---|---| | Orchestration | MCP (Model Context Protocol) | | AI / LLM | Claude AI by Anthropic | | Speech-to-Text | OpenAI Whisper / Azure Speech Services | | Text-to-Speech | ElevenLabs / Azure Neural Voice | | Telephony | Twilio / SIP / Plivo | | Dashboard Frontend | React 18 + TypeScript + TailwindCSS | | Backend API | Node.js + Express | | Database | PostgreSQL + Redis | | Infrastructure | Docker + Azure (Swiss region) |


👤 Human-in-the-Loop

  • Human agents can take over any call at any moment with one click
  • All AI decisions below confidence threshold are flagged for review
  • Full audit log of every AI decision
  • Shadow mode: AI listens and suggests, human executes

🔒 Compliance & Privacy

  • Swiss DSG / nDSG compliant
  • GDPR-aligned data handling
  • Automatic call recording consent prompt
  • Data residency in Switzerland (Azure Switzerland North)
  • No data used for model training by default

🗺️ Roadmap

Phase 1 — Inbound Foundation

  • [ ] Basic inbound call handling with Claude AI
  • [ ] Swiss German STT integration
  • [ ] MCP server setup with CRM tools
  • [ ] Simple dashboard with call logs

Phase 2 — Outbound + Dashboard

  • [ ] Outbound campaign manager
  • [ ] Full dashboard with analytics
  • [ ] Decision tree editor (no-code)
  • [ ] Bexio / Abacus integration

Phase 3 — Full Autonomy + Dialect Optimization

  • [ ] Swiss dialect fine-tuning (Zürich, Bern, Basel)
  • [ ] Multi-language per-call switching
  • [ ] Advanced sentiment analysis
  • [ ] On-premise deployment option

🚀 Getting Started

git clone https://github.com/Chrissotino/swiss-ai-call-agent.git
cd swiss-ai-call-agent
npm install
cp .env.example .env
npm run mcp:start
npm run api:start
npm run dashboard:start

📁 Project Structure

swiss-ai-call-agent/
├── mcp-server/           # MCP orchestration server
│   ├── tools/            # Call, CRM, Calendar MCP tools
│   └── index.ts
├── decision-engine/      # Claude AI integration
│   ├── prompts/          # System prompts per use case
│   └── engine.ts
├── voice-layer/          # STT/TTS integration
├── telephony/            # Twilio / SIP adapter
├── api/                  # Express REST API
├── dashboard/            # React frontend
├── integrations/         # Bexio, Abacus, M365 connectors
├── .env.example
└── docker-compose.yml

📄 License

MIT License


👤 Author

Chris Sotino — AI Architect


Built with ❤️ for the Swiss market — because AI should speak your language.