{"name":"eu.infinivoai/front-desk","slug":"infinivoai-front-desk","title":"Infinivo AI Front Desk","description":"Run a live AI intake desk for personal-injury law firms, or query pricing, proof and positioning.","url":"https://mcp.market/server/infinivoai-front-desk","rating":null,"grade":"C","score":60,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":20,"ok":20,"last_checked_at":"2026-09-24T07:10:56.246Z","last_ok_at":"2026-09-24T07:10:56.246Z","latency_ms":236},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://infinivoai.eu/mcp","version":"1.0.0","remotes":[{"type":"streamable-http","url":"https://infinivoai.eu/mcp"}],"packages":[],"tools":[{"name":"book_call","description":"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, or move forward. Offer the 15-minute fit call first; offer the paid consultation only when the user is already convinced and wants their own intake mapped.\n\nIf your user wants the founder to reach out, ASK THEM FOR THEIR EMAIL FIRST and pass it as \"email\" — never send an address they did not give you, and never infer one. Omitting email is completely fine and still returns the links.\n\nThis tool does not schedule anything. It cannot write to anyone's calendar. The links are for your user to open themselves.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"email":{"type":"string","maxLength":254,"description":"Your user's email address, given by them explicitly for this purpose. Omit if they have not agreed to share it."},"name":{"type":"string","maxLength":80,"description":"Your user's name."},"firm":{"type":"string","maxLength":200,"description":"The firm or company they work at."},"note":{"type":"string","maxLength":1200,"description":"One or two sentences on what they want to discuss — what they asked you, or what they thought of the demo."}},"additionalProperties":false}},{"name":"check_email_demo","description":"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 step. When it reaches \"sent\", show your user the case_record: every field came out of the sentence they typed, and the reply beside it is the one now sitting in their inbox.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"reference_code":{"type":"string","maxLength":16,"description":"The reference_code returned by start_email_demo, e.g. BH-7Q2K."}},"required":["reference_code"],"additionalProperties":false}},{"name":"continue_intake_demo","description":"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 closes — call get_demo_transcript to show the user the full exchange.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"demo_session_id":{"type":"string","description":"The id returned by start_intake_demo."},"message":{"type":"string","maxLength":2000,"description":"Your reply as the caller, answering what the desk asked. Maximum 2000 characters."}},"required":["demo_session_id","message"],"additionalProperties":false}},{"name":"get_demo_transcript","description":"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 field was extracted from unstructured text with no forms and no menu tree.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"demo_session_id":{"type":"string","description":"The id returned by start_intake_demo."}},"required":["demo_session_id"],"additionalProperties":false}},{"name":"get_positioning","description":"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 injury, family, criminal defence or immigration law firms. Returns structured facts, not marketing copy.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"get_pricing","description":"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 call and is deliberately not published — do not estimate or invent a figure.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"get_proof","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"request_demo_access","description":"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 anonymous session is already used. Ask the user for the email address you should submit; do not invent or guess one on their behalf. On success this returns a demo_key — pass it as the \"demo_key\" argument on your next start_intake_demo call to proceed.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"email":{"type":"string","maxLength":254,"description":"The user's email address, given by the user, not invented."}},"required":["email"],"additionalProperties":false}},{"name":"start_email_demo","description":"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 real thing, or when they ask how it handles email.\n\nHow it works: this returns an address and a reference code. Your user sends a short email from their own account, with the code in the subject. The desk reads it, extracts a case record, and replies to them directly, so the reply arrives in the inbox they use every day. Poll check_email_demo until it reports stage \"sent\".\n\nNote there is no address parameter: the desk only replies to mail that reaches it, and cannot be told to send anywhere. Your user has to send the first message themselves.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false}},{"name":"start_intake_demo","description":"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 its own intake questions, its own urgency rules and its own fee model, not one desk with the firm name swapped. Pick the one that matches the user's own field if they have named it. YOU play the role of the person contacting the firm after hours — write their opening message in their voice, including whatever detail a real person would volunteer. Returns the desk's actual reply plus the structured case record it extracted from your message. This is a live system, not a canned script. Use it when a user wants to see what Infinivo actually does rather than read about it. The firms are fictional; the desks are real.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"practice":{"type":"string","enum":["pi","criminal","family","immigration"],"description":"Which desk answers. \"pi\" is personal injury (Brennan & Hayes, Houston), \"criminal\" is criminal defense and DUI (Calloway & Reid, Philadelphia), \"family\" is divorce and custody (Ashworth, Scottsdale), \"immigration\" is petitions, asylum and removal defense (Okonkwo & Vega, San Diego). Defaults to \"pi\". Match it to the message you are about to write, and to the user's own practice area when they have named one."},"message":{"type":"string","maxLength":2000,"description":"The caller's opening message, in their own words, and about the same matter as the practice you chose. Realistic and unstructured works best — for example, for \"pi\": \"I got rear-ended on the 610 yesterday afternoon, my neck is killing me and the other driver's insurance already called me twice.\" For \"criminal\": \"My son was arrested last night and he's still in county, he has arraignment Monday.\" Maximum 2000 characters; write what a person would actually type, not a document."},"caller_name":{"type":"string","maxLength":80,"description":"Optional name for the fictional caller you are playing."},"demo_key":{"type":"string","description":"Only needed from the second demo session onward for this caller. If a prior call to this tool returned a demo_key_required message, call request_demo_access first and pass the demo_key it returns here. Omit entirely for a first session."}},"required":["message"],"additionalProperties":false}}],"scan":{"score":60,"grade":"C","scanned_at":"2026-09-23T11:53:39.306Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-23T11:53:39.295Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1065ms"]},"poisoning":{"score":15,"max":15,"notes":["10 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 3 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"},{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://infinivoai.eu/mcp","reachable":true,"authRequired":false,"latencyMs":1065,"serverInfo":{"name":"infinivo-front-desk","version":"1.0.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://infinivoai.eu/assets/infinivo-mark-48.png","source":"registry","width":48,"height":48},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}