Voyp Model Context Protocol server
by paulotaylor
The Voyp Model Context Protocol (MCP) server enables AI systems to interact with VOYP's calling capabilities, allowing AI models to make phone calls and monitor their progress. It integrates with AI assistants like Claude to provide seamless calling functionality.
Last updated: N/A
What is Voyp Model Context Protocol server?
The Voyp MCP server is an implementation of the Model Context Protocol that allows AI models, specifically Claude, to utilize VOYP's calling features. It provides a bridge between the AI and the telephony system, enabling the AI to initiate, monitor, and terminate phone calls.
How to use Voyp Model Context Protocol server?
To use the Voyp MCP server, you need a VOYP API key, a compatible MCP client like Claude Desktop or Goose, and Node.js. You can install the server via Smithery, NPX, or Git. After installation, configure your MCP client with the server's details and your API key. Once configured, the AI can use the provided tools (e.g., start_call, hangup_call) to interact with the VOYP calling service.
Key features of Voyp Model Context Protocol server
Construct robust call contexts
Search for business information
Make appointments, reservations, and inquiries via calls
Provide call status updates
Hangup call functionality
Use cases of Voyp Model Context Protocol server
AI assistant making restaurant reservations
AI scheduling doctor's appointments
AI conducting customer service inquiries
AI verifying information via phone calls
FAQ from Voyp Model Context Protocol server
Server Not Found?
Server Not Found?
Verify the npm installation by running npm --verison. Check Claude Desktop configuration syntax. Ensure Node.js is properly installed by running node --version
NPX related issues?
NPX related issues?
Use the full path to the npx executable instead. Find this path by running which npx in your terminal, then replace the command line with the full path.
API Key Issues?
API Key Issues?
Confirm your VOYP API key is valid. Check the API key is correctly set in the config. Verify no spaces or quotes around the API key
How do I install the server for Claude Desktop?
How do I install the server for Claude Desktop?
You can install it via Smithery, NPX, or Git, as described in the README.
How do I configure Claude Desktop to use the Voyp MCP server?
How do I configure Claude Desktop to use the Voyp MCP server?
Edit the claude_desktop_config.json file and add the Voyp server configuration, including the command to run the server and your VOYP API key.