Voice and chat booking for any website, addon, agent, or booking stack.

ConSergio is a white-label appointment layer for merchants, agencies, SaaS products, WordPress sites, MCP agents, CLI workflows, custom apps, and existing booking stacks. Customers book by voice or chat; merchants can keep Fresha, Booksy, SevenRooms, OpenTable, Calendly, WordPress booking plugins, Google Calendar, or their current system as the source of truth.

Open MCP endpoint OpenAPI JSON Open sandbox tester
WidgetDrop a booking button into any website with one script tag.
APIRead merchants, check availability, and create bookings with quota headers.
CLISmoke-test merchants, slots, bookings, and embed snippets from terminal.
MCPRemote Streamable HTTP tools for agents: merchant search, profiles, catalog, availability, appointment requests, booking, widget snippet.
Existing booking stacksAdd ConSergio as an AI channel over Fresha, Booksy, SevenRooms, OpenTable, Calendly, WordPress booking plugins, and other systems. ConSergio can verify customer email before passing the request; browser writes stay disabled until the merchant explicitly authorizes them.
AddonsShip ConSergio inside existing booking products, directories, agencies, and vertical SaaS.

60 second MCP smoke test

curl https://consergio.com/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"consergio_search_merchants","arguments":{"query":"dental","city":"Calgary","limit":2}}}'

This public tool works without an API key. Owner/private tools use a merchant-scoped key, so a partner can test safely without touching a real client's data.

Embed

<script async src="https://consergio.com/embed.js"
  data-consergio-slug="pizza-guanaco"
  data-label="Book a table"
  data-color="#d6452f"></script>

API

GET  https://consergio.com/api/v2/merchants/{slug}
GET  https://consergio.com/api/v2/merchants/{slug}/availability?date=YYYY-MM-DD
POST https://consergio.com/api/v2/merchants/{slug}/bookings

MCP

POST https://consergio.com/mcp

{"jsonrpc":"2.0","id":1,"method":"tools/list"}

Public customer tools work without a ConSergio API key. Merchant-owner tools, such as widget snippet generation, require Authorization: Bearer cs_live_....

No calendar required for first launch

If a merchant has not connected Google Calendar yet, ConSergio can still collect service, preferred day/time, customer name, phone, email, and notes, then email the request to the business owner with the customer's address as Reply-To. Calendar sync and Google Meet links can be enabled later.

Discovery

OpenAPI: /openapi.json. Pricing: /pricing.json. AI agent summary: /llms.txt. Merchant pages include Schema.org JSON-LD and are listed in /sitemap.xml.

Trials And Quotas

New merchants can configure and test their real assistant for a limited trial before paying. Public AI sessions, session duration, API usage, and MCP tools are capped by plan. MCP uses deterministic ConSergio API units instead of unpredictable raw LLM token billing.