bubblyphone-agents
Related Servers
Alternatives to bubblyphone-agents
No user-submitted related servers found.
Related Servers
AlicenseNot gradedqualityCmaintenanceMCP server for Saperly that enables AI agents to provision phone numbers, place calls, send SMS, and manage credentials via 36 tools backed by the Saperly API.18 npm3MIT- FlicenseNot gradedqualityBmaintenanceAn MCP server enabling AI assistants to make voice calls, send SMS/MMS, and manage group conversations using Twilio and OpenAI.5 npm-
- AlicenseNot gradedqualityBmaintenanceA hosted MCP server that enables AI agents to place real phone calls from a verified caller ID, with async call management and built-in safety controls.41 npm1MIT
- AlicenseNot gradedqualityDmaintenanceA comprehensive MCP server for TELNYX integration, enabling AI assistants to send SMS messages, make voice calls, and handle incoming communications via webhooks.MIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server that gives AI agents hands to make phone calls, send messages, and handle CRM/task workflows. It runs with a simulated provider for zero-cost testing and can switch to real providers like Twilio and ElevenLabs.MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI assistants to place phone calls for reservations, appointments, confirmations, and inquiries through a self-hosted MCP server, with language support and learning capabilities.42 npm1MIT
TDQS
Scored across 20 tools
Most tools have distinct purposes, but `get_call` and `get_call_transcript` overlap significantly—both retrieve call transcripts, creating ambiguity about which to use. `get_country_rates` vs `lookup_rate` are sufficiently differentiated by scope (country-wide vs specific number).
Excellent consistency with strict snake_case and verb_noun pattern throughout (e.g., `buy_phone_number`, `list_calls`, `inject_context`). All 20 tools follow the same grammatical structure without mixing conventions.
Twenty tools is well-scoped for a telephony platform with AI agents, covering number lifecycle (search/buy/manage), call operations (make/transfer/hangup), account management, and AI controls without bloat.
Strong coverage with minor gaps. Missing `delete_phone_number` or `release_phone_number` leaves the number lifecycle incomplete (no way to stop renting). Active call controls cover essential operations (hangup, transfer, inject) but lack hold/resume functionality.