movoice-mcpofficial
A
licenseA
qualityC
maintenanceCreate and manage voice AI agents using natural language from Claude Desktop or Cursor. Enables agent creation, listing, updating, deletion, and viewing call logs.
7
6 npm
MIT
No user-submitted related servers found.
Scored across 3 tools
Each tool targets a distinct resource: list_agents for agents, list_voices for voices, upsert_agent for creating/updating agents. No functional overlap.
All tools use a consistent verb_noun pattern (list_agents, list_voices, upsert_agent) with clear, predictable naming.
Three tools is well-scoped for a voice AI agent management server, covering listing agents and voices, and creating/updating agents without unnecessary clutter.
The set covers the main lifecycle operations (list, create/update) but lacks a delete tool, which may be needed for full management. However, upsert covers creation and updates adequately.