Live WebMCP demo
This page registers two WebMCP tools. An AI agent browsing it can check when our sales team is actually free and — with your say-so — have a rep call you within a minute or two. No form, no scheduling link, no waiting for a reply.
chrome://flags/#enable-webmcp-testing enabled.Everything an agent does on this page shows up here, so you can see exactly which tool was called and what it returned. Nothing is hidden from you.
These buttons call the exact same functions the agent's tools call, so you can see the flow in a normal browser.
Requesting a call means an AI voice agent from our demo team will call that number once. US and Canadian numbers only.
One script tag. It registers the tools, handles the consent prompt, and talks to Callingly's public embed API. Source is on GitHub.
<script src="https://callingly.com/js/webmcp.js"
data-callingly-key="YOUR_WEBHOOK_KEY" async></script>