CallSync โ Business Call Logging & Management for SIM-Based Teams
https://server.smithery.ai/ysbhrdwj/callsyncapp/mcp# CallSync MCP Server: Connect SIM-Based Call Logs to AI Agents ๐๐ค **[CallSync](https://callsyncapp.com)** is a powerful mobile-first sales CRM and call tracking ecosystem built for modern sales teams. This Model Context Protocol (MCP) server allows AI agents (like Claude Desktop, Cursor, and Windsurf) to securely query call data, manage contacts, and trigger voice-to-text analysis directly from your chat sidebar. --- ## ๐ก Why CallSync? Traditional VOIP services fail when sales representatives make real phone calls from their mobile SIMs. CallSync solves this: * **SIM-Based Capture:** Syncs outgoing and incoming mobile call logs, metadata, and audio recordings automatically from our Android App. * **Instant AI Processing:** Automated call transcription, summarization, sentiment classification, and target-intent analysis. * **Unified Sales CRM:** A mobile-friendly dashboard to manage leads, tasks, and follow-ups. --- ## โ๏ธ Available AI Tools & Actions Once connected, your AI assistant can execute these commands: * `list_calls` โ Browse call logs, check sentiments, read AI summaries, and fetch call recordings. * `list_callers` โ Retrieve caller stats (total duration, lead priority, last sync). * `list_employees` โ Monitor sales reps' devices, battery life, and sync health. * `update_identity` โ Quickly assign names, notes, and priority labels (e.g., "Hot Lead") to phone numbers. * `trigger_analysis` โ Manually start AI voice-to-text transcription for any recorded call. * `archive_identity` & `delete_caller` โ Manage data privacy and contact archiving easily. --- ## ๐ How to Connect in 2 Minutes CallSync uses the secure **OAuth 2.1 & PKCE** standard for authentication. You do not need to manually configure API keys. ### Option A: Claude Desktop (Recommended) 1. Open **Claude Desktop** and go to **Settings > Connectors**. 2. Click on **Add custom connector**. 3. Enter the URL: `https://mcp.callsyncapp.com/mcp` 4. A browser window will open automatically. Scan the code or log in to your CallSync account to authorize. ### Option B: Cursor / Windsurf / Other Clients Add a new **SSE** connection with these parameters: * **Name:** `miniclick-callsync` * **Type:** `SSE` * **URL:** `https://mcp.callsyncapp.com/mcp` Or update your `claude_desktop_config.json`: ```json { "mcpServers": { "miniclick-callsync": { "url": "https://mcp.callsyncapp.com/mcp" } } }
How to connect
https://server.smithery.ai/ysbhrdwj/callsyncapp/mcp
curl -X POST https://server.smithery.ai/ysbhrdwj/callsyncapp/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'