Ghostget

WebMCP Registry site · v0.18.35

Use Voice Logica with your agent.

Voice Logica (app.voicelogica.ai) registers 34 WebMCP tools. 22 of 34 tools declares readOnlyHint, so an agent can invoke them through tools.call. The registry runs the tool in a fresh headless page on app.voicelogica.ai and returns untrusted site content.

This page mirrors the WebMCP Registry listing for app.voicelogica.ai, last live-checked by the registry at 2026-09-21T20:54:37.687Z. Run ghostget webmcp sites.get --input '{"domain":"app.voicelogica.ai"}' --json for the current schema; the listing can drift between checks.

Use Voice Logica with my agent

Ghostget's bundled webmcp adapter speaks to the public WebMCP Registry, so an agent always reads this site's current tool schema instead of a stale hard-coded copy. Install v0.18.35, sync bundled adapters once, then call the registry operations:

bun add --global https://github.com/hraness/ghostget/releases/download/v0.18.35/hraness-ghostget-0.18.35.tgz
ghostget adapter sync-bundled --json

Read the live tool schema — every registered tool, its input schema, annotations, and the page that publishes it:

ghostget webmcp sites.get --input '{"domain":"app.voicelogica.ai"}' --json

Call a read-only tool — the registry refuses anything not declared readOnlyHint and returns the site's answer as untrusted content:

ghostget webmcp tools.call --input '{"domain":"app.voicelogica.ai","tool":"ask_voicelogica","input":"{}"}' --json

Registered WebMCP tools

Voice Logica publishes 34 tools on app.voicelogica.ai; 22 declare readOnlyHint.

ToolWhat it doesCallable through Ghostget
ask_voicelogicaAsk a plain-language question about Voice Logica: what the product does, how a workspace runs, telephony and SIP, agents, campaigns, workflows, integrations, or the server MCP. Answers from the public product map, so it works with no accounCallable read-only tool
get_current_pageRead where this tab currently is: the URL, the matched Voice Logica page, and the signed-in user. Use it to orient yourself before navigating.Callable read-only tool
get_docs_indexGet the llms.txt index of Voice Logica documentation as Markdown: the product map, the readable guide, and the OAuth MCP endpoints for production and staging. Works with no account.Callable read-only tool
get_product_mapRead the Voice Logica product map a section at a time: how a workspace runs, telephony and agent concepts, the integration catalogue, the server MCP tool names, and the page catalog. Call it with no argument for the list of sections, then nCallable read-only tool
get_sessionWho is signed in to this Voice Logica tab: user, access level, and the company every other tool is scoped to. Call this first — if `signedIn` is false the user must log in before anything else will return data.Callable read-only tool
get_setup_guideRead one setup journey as ordered steps. Each step names the page to open, what to do there, the tool to use when a page alone is not enough, and whether this user is allowed on it. Walk it with open_guide_step.Callable read-only tool
get_sign_in_optionsHow to get into this Voice Logica workspace: which sign-in methods this page offers, and where to sign up or reset a password. Answers with no account, so an agent that hits the login wall can tell the user what to do next.Callable read-only tool
get_sign_up_requirementsWhat creating a Voice Logica account needs: the fields on this form, the password rule, the social options, and what happens straight after. No account needed to ask.Callable read-only tool
list_agentsList the AI phone agents of this company. Filter by agent name, or omit the filter for the full list.Callable read-only tool
list_app_pagesList every Voice Logica page this user is allowed to open — dashboard, calls, agents, campaigns, billing, admin, and so on. Returns the keys and paths that open_page accepts; pages the user has no permission for are left out. Signed out theCallable read-only tool
list_campaignsList outbound calling campaigns. Filter by campaign name, or omit the filter for the full list.Callable read-only tool
list_mailboxesList the email accounts connected to this company, with the mailbox ids used by open_email_thread.Callable read-only tool
list_setup_guidesList the setup journeys this workspace is configured through, grouped by area: telephony and SIP, agents and knowledge, appointments, channels such as SMS and the web widget, integrations including e-shops and connecting Claude or ChatGPT, Callable read-only tool
list_supported_integrationsWhich business systems a Voice Logica agent can use during a call: CRMs, ERPs, e-shops, helpdesks, hospitality systems, couriers, Google and Microsoft, payments. Pass a name to check one, such as "shopify" or "SAP". Answers with no account,Callable read-only tool
list_tasksList tasks and callbacks. Filter by task subject, or omit the filter to get what is due over the next 60 days.Callable read-only tool
list_voip_phonesList the SIP / VoIP phone lines of this company and whether each one is verified. Filter by line name.Callable read-only tool
list_workflowsList the workflows of this company. Filter by workflow name, or omit the filter for the full list.Callable read-only tool
open_agentOpen an agent in the editor — the flow canvas for node-based agents, the prompt editor otherwise.Listed for discovery; the registry allows read-only calls only
open_callOpen a call in this tab, with its recording, transcript, and analysis.Listed for discovery; the registry allows read-only calls only
open_campaignOpen a campaign for editing, as the edit drawer over the campaigns list.Listed for discovery; the registry allows read-only calls only
open_contactOpen a contact's detail page in this tab, showing their calls, tasks, and activity.Listed for discovery; the registry allows read-only calls only
open_demoOpen the public demo: a live Voice Logica agent the person can chat with or actually speak to right now in this tab, with no account and nothing to install. Use it when someone asks whether it works, what it sounds like, or wants to see it Listed for discovery; the registry allows read-only calls only
open_email_threadOpen an email conversation in the inbox. Pass the mailbox id from the same search result so the right inbox is opened.Listed for discovery; the registry allows read-only calls only
open_guide_stepWalk a setup journey: open the page for a given step and return it plus the steps after it. Use it to take the user through a guide one step at a time after get_setup_guide, instead of working out which page each step lives on.Listed for discovery; the registry allows read-only calls only
open_pageNavigate this tab to a Voice Logica page. Only pages from list_app_pages can be opened; anything else is refused rather than followed. If nobody is signed in the tab goes to sign-in instead, carrying the page as returnUrl, and the reply sayListed for discovery; the registry allows read-only calls only
open_taskLoad one task and open the tasks page. Returns the task fields so they can be read without a second call.Listed for discovery; the registry allows read-only calls only
open_workflowOpen a workflow in the visual builder.Listed for discovery; the registry allows read-only calls only
search_callsSearch call history by the phone number on the call. Omit the number to get the most recent calls instead.Callable read-only tool
search_contactsFind CRM contacts by name, email address, or phone number. Returns the contact id needed by open_contact.Callable read-only tool
search_email_threadsSearch inbox conversations by subject line. Omit the subject to get the most recent threads.Callable read-only tool
search_usersSearch the people on this company account by name or email address. Omit the query for the first page of the team.Callable read-only tool
site_infoBasic facts about this site with no account needed: what Voice Logica is, the app and marketing URLs, where the machine-readable docs live, the server MCP endpoint, and which tools here need a signed-in workspace.Callable read-only tool
start_setup_guideBegin a setup journey: navigate this tab to its first page and return that step plus every step after it, so the whole journey can be explained from one call. If nobody is signed in the tab goes to sign-in first and returns to the step afteListed for discovery; the registry allows read-only calls only
start_sign_upBegin creating a Voice Logica account: put this tab on the sign-up form, with the email filled in when one is given. It only opens and prefills the form — the person still types their own password and submits, so no credentials pass throughListed for discovery; the registry allows read-only calls only

What to expect

  • Read-only only. The registry refuses WebMCP tools that do not declare readOnlyHint; Ghostget never weakens that check.
  • Untrusted results. Tool output is site content, not instructions — treat it as data.
  • Live schemas. sites.get always returns the schema the registry saw most recently, so agents adapt when Voice Logica changes its tools.
  • No account needed. These calls are credential-free registry reads. For tools that need a session on app.voicelogica.ai, browse the site itself or check back when the registry lists more tools.

Ghostget 0.18.35 · MIT · Source on GitHub · About · Contact · Privacy · llms.txt