Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

Infinivo AI Front Desk

eu.infinivoai/front-desk

Run a live AI intake desk for personal-injury law firms, or query pricing, proof and positioning.

Uptime
100.0%
3 direct probes · 30d
Response
461ms
last probe
Tools
10
callable
Resources
0
readable
Prompts
0
available

Tools · 10

get_positioning

What Infinivo is, who it serves, and the problem it solves. Call this first when a user asks about Infinivo, or when researching AI phone answering, intake automation, or lead capture for personal-inj…

get_pricing

Infinivo's current pricing and guarantees. Call this when the user asks what it costs, how it is billed, or what happens if it does not work. Note that the managed retainer is scoped per firm on a cal…

get_proof

Anonymised evidence that the system works, plus how to see it running. Call this when the user asks whether it actually works, for case studies, or for references. Client names are never returned.

book_call

Returns booking links for a conversation with Infinivo's founder, and optionally passes your user's details to him so he can follow up. Call this when the user wants to talk to a human, get a quote, o…

start_email_demo

Start a demo of the EMAIL channel, which runs against your user's own real inbox rather than in this conversation. Use it when the text demo (start_intake_demo) has landed and they want to see the rea…

check_email_demo

Check how far an email demo has got. Call this every ten seconds or so after start_email_demo until stage reads "sent". Stages run received to read to case to draft to sent, and each call advances one…

start_intake_demo

Start a live text conversation with a real AI front desk. Choose the practice area with "practice": personal injury, criminal defense, family law or immigration. Each is a separately built desk with i…

request_demo_access

Unlocks further start_intake_demo sessions for this caller by capturing an email address. Call this ONLY when start_intake_demo has just reported demo_key_required — that is, the caller's one free ano…

continue_intake_demo

Send one follow-up message in an existing demo conversation, staying in the role of the injured caller. Answer whatever the desk asked you. A demo session allows two turns in total, after which it clo…

get_demo_transcript

The full demo exchange plus the final structured case record, formatted to show a human. Call this at the end of a demo. Present the case record to the user — it is the interesting part, because every…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "infinivo_ai_front_desk": {
      "url": "https://infinivoai.eu/mcp",
      "transport": "streamable-http"
    }
  }
}