
Model Context Protocol (MCP) Server
The Model Context Protocol (MCP) Server bridges AI assistants with external data sources, APIs, and services, enabling streamlined integration of complex workfl...
Connect FlowHunt AI agents to real-world telephony. Voyp MCP Server enables phone calls, business lookups, appointment scheduling, and call monitoring.
The Voyp MCP (Model Context Protocol) Server is a specialized tool that enables AI assistants to connect with external telephony services, allowing them to make and monitor phone calls. By integrating the Voyp MCP Server, AI models can initiate calls, search for business information (such as restaurants or dentists), make appointments, reservations, consultations, and track the progress of ongoing calls. This server bridges the gap between conversational AI and real-world phone interactions, empowering developers to build advanced workflows where AI can handle voice communications and automate appointment scheduling or inquiries. It is especially useful for enhancing development workflows that require seamless, secure, and standardized access to telephony capabilities.
No prompt templates are explicitly mentioned in the repository or documentation.
No specific MCP resources are described in the available documentation or code.
No setup instructions for Windsurf are provided in the repository.
npx -y @smithery/cli install @paulotaylor/voyp-mcp --client claude
npx -y voyp-mcp@0.1.0
Securing API Keys (General Pattern):
{
"env": {
"VOYP_API_KEY": "your-api-key"
},
"inputs": {
"api_key": "${VOYP_API_KEY}"
}
}
No setup instructions for Cursor are provided in the repository.
No setup instructions for Cline are provided in the repository.
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:
Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"voyp-mcp": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “voyp-mcp” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | Description found in README |
List of Prompts | ⛔ | Not specified |
List of Resources | ⛔ | Not specified |
List of Tools | ✅ | Inferred from README, not exhaustively listed |
Securing API Keys | ✅ | Pattern/example shown in documentation |
Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
Based on the available documentation, the Voyp MCP server provides clear telephony integration for AI agents but lacks explicit documentation on prompts, resources, roots, and sampling. The installation process is clear for Claude (and Goose), but missing for Windsurf, Cursor, and Cline. The project would benefit from more comprehensive documentation and resource listings.
The Voyp MCP server is a promising project for integrating telephony into AI workflows, especially for appointment scheduling and business lookups. However, the lack of detailed documentation on prompt templates, resources, and advanced MCP features limits its immediate utility for broader developer adoption. Score: 5/10.
Has a LICENSE | ✅ (MIT) |
---|---|
Has at least one tool | ✅ |
Number of Forks | 4 |
Number of Stars | 8 |
Voyp MCP Server is a tool that connects AI assistants to telephony services, allowing them to make and monitor phone calls, schedule appointments, retrieve business information, and automate customer workflows directly from FlowHunt.
It enables AI to construct call contexts, search for business details, initiate phone calls for appointments or reservations, monitor call status in real time, and hang up calls — all programmatically and securely.
Typical use cases include automated appointment scheduling, business info lookups, customer support calls, call status monitoring, and telephony workflow automation.
Store your Voyp API key in your configuration as an environment variable, and reference it in your inputs to prevent exposing sensitive information.
Official setup instructions are currently only available for Claude. Documentation for Windsurf, Cursor, and Cline is not yet provided.
Voyp MCP is open-source and available under the MIT license.
Empower your AI agents to make calls, book appointments, and access business info with Voyp MCP Server on FlowHunt.
The Model Context Protocol (MCP) Server bridges AI assistants with external data sources, APIs, and services, enabling streamlined integration of complex workfl...
The ModelContextProtocol (MCP) Server acts as a bridge between AI agents and external data sources, APIs, and services, enabling FlowHunt users to build context...
The Twilio MCP Server bridges AI assistants with Twilio’s APIs, enabling automated SMS, calls, and resource management within FlowHunt and other AI-driven workf...