Labsco
MCP SERVER

Have an agent place a real phone call with a stated purpose and language, follow it by id, and hang it up — plus the place lookups that find the number to dial.

Telephony, SMS & Voice AgentsVerified
Summary
The call runs on Voyp's side; the agent holds an id and a tracking URL, not the audio.

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.

What it is

A client for the Voyp calling API: start and end calls, follow one by id, and resolve places and numbers before dialling.

What you get
  • 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.
Requirements

A Voyp API key in VOYP_API_KEY, and a number to call.

Setup effort

One command plus a key — npx -y voyp-mcp@0.1.0, then supply credentials