start_call takes the number, a context saying what the call is for, and a language, then returns the call id and a progress URL — so the agent supervises a call rather than being on it, reading get_call for detail and using hangup_call to stop it. The place tools exist to close the loop around that: a search term finds candidates, a place and location give the details, and a number resolves back to a name and address.
A client for the Voyp calling API: start and end calls, follow one by id, and resolve places and numbers before dialling.
- Start a call to a number with a context describing what the call is for and a language, and get back the call id plus a URL that tracks its progress.
- Retrieve a call's details by id, and hang up a call that is running.
- Find who you are dialling: search places by term, pull one place's details in a given location, or resolve a number back to a place name and address.
- Read the account's user profile.
A Voyp API key in VOYP_API_KEY, and a number to call.
One command plus a key — npx -y voyp-mcp@0.1.0, then supply credentials
