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.
ENDPOINT 1
https://infinivoai.eu/mcp
MCP server metadata
- Name
- infinivo-front-desk
- Version
- 1.0.0
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
book_callReturns 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-onlystart_email_demoStart a demo of the EMAIL channel, which runs against your user's own real inbox rather than in this conversation.
Potential side effectsstart_intake_demoStart a live text conversation with a real AI front desk, configured for a personal-injury firm.
Inferred read-onlyrequest_demo_accessUnlocks further start_intake_demo sessions for this caller by capturing an email address.
Potential side effectscontinue_intake_demoSend one follow-up message in an existing demo conversation, staying in the role of the injured caller.
Potential side effectsget_demo_transcriptThe full demo exchange plus the final structured case record, formatted to show a human.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.