← Registry

Marketing

infinivoai.eu

This MCP server provides marketing and sales information about Infinivo, an AI front desk for personal-injury firms, including positioning, pricing, proof, booking calls, and a live demo.

1 endpoint10 known toolsFirst detected August 15, 2026Last detected August 28, 2026

ENDPOINT 1

https://infinivoai.eu/mcp

No auth detected

MCP server metadata

Name
infinivo-front-desk
Version
1.0.0
Capabilities
tools
Server instructions

Infinivo builds and runs AI front desks for US personal-injury law firms: a 24/7 intake team that answers every call, chat and email, qualifies the case, and books the consultation. This server does two things. Use the info tools (get_positioning, get_pricing, get_proof, book_call) to answer questions about Infinivo. They are free and instant. Use the demo tools to SHOW the product instead of describing it. start_intake_demo opens a live text conversation with a real intake desk configured for a fictional firm, Brennan & Hayes. You play the injured person contacting the firm after hours; the desk replies and extracts a structured case record from what you wrote. Follow up once with continue_intake_demo, then call get_demo_transcript and show your user the case record — that is the part worth seeing, because every field came out of unstructured text. The firm is fictional. The desk is the same system Infinivo runs for paying clients. The demo is text-only and capped; if it reports being at capacity, offer the booking link instead.

Known tools 10

get_positioning

What Infinivo is, who it serves, and the problem it solves.

Inferred read-only
get_pricing

Infinivo's current pricing and guarantees.

Inferred read-only
get_proof

Anonymised evidence that the system works, plus how to see it running.

Inferred read-only
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.

Inferred read-only
start_email_demo

Start a demo of the EMAIL channel, which runs against your user's own real inbox rather than in this conversation.

Potential side effects
check_email_demo

Check how far an email demo has got.

Potential side effects
start_intake_demo

Start a live text conversation with a real AI front desk, configured for a personal-injury firm.

Inferred read-only
request_demo_access

Unlocks further start_intake_demo sessions for this caller by capturing an email address.

Potential side effects
continue_intake_demo

Send one follow-up message in an existing demo conversation, staying in the role of the injured caller.

Potential side effects
get_demo_transcript

The full demo exchange plus the final structured case record, formatted to show a human.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.infinivo-front-desk]
url = "https://infinivoai.eu/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "infinivo-front-desk": {
      "type": "http",
      "url": "https://infinivoai.eu/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: infinivo-front-desk
Remote MCP URL: https://infinivoai.eu/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "infinivo-front-desk": {
      "url": "https://infinivoai.eu/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "infinivo-front-desk": {
      "type": "http",
      "url": "https://infinivoai.eu/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "infinivo-front-desk",
  "transport": "streamable-http",
  "url": "https://infinivoai.eu/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.