Voyp MCP Server
by paulotaylor
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
VOYP_API_KEY | Yes | Your VOYP API key |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
start-call | Start a new call |
hangup call | Hangup an existing call |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
start_call | Start a new phone call via Voyp API. The API returns the call id and a URL where users can track the progress of the call |
hangup_call | Hangup an existing call |
search_places | Search places in a given location |
search_place | Search place details in a given location |
search_place_by_number | Find place name and address by phone number |
get_call | Retrieve call details |
get_user | Retrieve user profile |