← WebMCP Directory

Tool tree

anvevoice.app

AI & Agents
https://anvevoice.app/
Add an AI voice assistant to your website with one script tag. It answers visitors and acts: navigates, fills forms, books. 50+ languages, 487ms P50. Free plan.
Explore capabilities

Tools verified

start_voice_conversationAction

Open the AnveVoice voice agent widget on this page so the user can talk to it. Use when the user expresses intent to test, demo, or interact with AnveVoice voice AI on the current website. Returns a confirmation object once the widget is mounted and listening.

View tool JSON
{
  "name": "start_voice_conversation",
  "kind": "act",
  "impl": "imperative",
  "description": "Open the AnveVoice voice agent widget on this page so the user can talk to it. Use when the user expresses intent to test, demo, or interact with AnveVoice voice AI on the current website. Returns a confirmation object once the widget is mounted and listening.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  }
}
request_demoAction

Request a personalized AnveVoice demo from the AnveVoice sales team. Use when the user wants a guided walkthrough of the product before signing up. Requires email + a one-line use case description.

View tool JSON
{
  "name": "request_demo",
  "kind": "act",
  "impl": "imperative",
  "description": "Request a personalized AnveVoice demo from the AnveVoice sales team. Use when the user wants a guided walkthrough of the product before signing up. Requires email + a one-line use case description.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  }
}
get_pricingAnswer

Return AnveVoice pricing details for a specific tier or all tiers. Use when the user asks about cost, plans, or what is included at a given price. Returns structured pricing data: price, tokens, features, notes.

View tool JSON
{
  "name": "get_pricing",
  "kind": "answer",
  "impl": "imperative",
  "description": "Return AnveVoice pricing details for a specific tier or all tiers. Use when the user asks about cost, plans, or what is included at a given price. Returns structured pricing data: price, tokens, features, notes.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  }
}
compare_plansAction

Compare two AnveVoice pricing tiers side-by-side. Use when the user wants to understand what they get for a price step-up. Returns a structured diff: what is added, token allowance change, feature delta.

View tool JSON
{
  "name": "compare_plans",
  "kind": "act",
  "impl": "imperative",
  "description": "Compare two AnveVoice pricing tiers side-by-side. Use when the user wants to understand what they get for a price step-up. Returns a structured diff: what is added, token allowance change, feature delta.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  }
}
embed_widgetAnswer

Return the AnveVoice JavaScript embed snippet to add a voice AI widget to a target website. Use when the user wants to integrate AnveVoice on their own site. Takes the target site domain so the snippet can be pre-configured.

View tool JSON
{
  "name": "embed_widget",
  "kind": "answer",
  "impl": "imperative",
  "description": "Return the AnveVoice JavaScript embed snippet to add a voice AI widget to a target website. Use when the user wants to integrate AnveVoice on their own site. Takes the target site domain so the snippet can be pre-configured.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  }
}
subscribe_to_updatesSensitive Action

Subscribe an email address to AnveVoice product updates, release notes, or specific channels. Use when the user wants to stay informed about new features, changelog entries, or specific updates.

View tool JSON
{
  "name": "subscribe_to_updates",
  "kind": "transact",
  "impl": "imperative",
  "description": "Subscribe an email address to AnveVoice product updates, release notes, or specific channels. Use when the user wants to stay informed about new features, changelog entries, or specific updates.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  }
}