What you can do
Diagnose
Find the questions your bot struggles with and the topics visitors ask about most.
Improve knowledge
Draft and add Q&A, upload files, and turn resolved tickets into reusable answers.
Tune behavior
Rewrite the chatbot persona and edit the widget’s words, colors, and starters.
Automate
Configure human-handoff triggers and build custom webhook tools.
Connect your AI (one time)
Add BubblaV as an MCP server in your assistant. The setup differs slightly by client — full screenshots are in the MCP Server guide.- Claude / ChatGPT / Antigravity
- OpenClaw (API key)
These clients use OAuth — no API key to manage.
- In your assistant’s settings, add a new MCP server with the URL below.
- Authorize: sign in to BubblaV and pick the website to connect.
- Done. Your assistant now sees BubblaV’s tools.
Your assistant can only act on the website you authorized, and every call is logged in
Integrations → MCP Settings → Audit Logs.
Recipes
Paste each prompt into your connected assistant and edit the bracketed parts. Your assistant will call the BubblaV tools for you.1. Find content gaps & trending questions
Goal: see where the bot fails and what visitors ask most, grouped into themes.bubblav_get_content_gaps, bubblav_get_most_asked_questions, bubblav_read_report.
2. Fill content gaps with new knowledge
Goal: draft answers for the worst gaps and add them — without writing each one by hand.bubblav_search_knowledge (de-dup check), bubblav_add_knowledge.
Upload a file instead
bubblav_upload_knowledge_file, then bubblav_get_crawl_status to confirm indexing.3. Turn conversations into insight
Goal: audit specific issues or pull leads out of conversations.bubblav_search_conversations, bubblav_get_conversation, bubblav_list_leads.
4. Tune the chatbot persona & widget
Goal: change how the bot talks and looks, editing in place rather than overwriting.bubblav_get_website_settings, bubblav_update_website_settings
(the custom_instructions field is the persona, max 2,000 chars), bubblav_update_widget_appearance.
5. Set up human handoff triggers (Pro+)
Goal: route sensitive intents to a live agent automatically.bubblav_list_handoff_scenarios, bubblav_create_handoff_scenario.
6. Build a custom webhook tool (Pro+)
Goal: let the chatbot take a real action (check an order, query a CRM, get a quote).bubblav_list_custom_tools, bubblav_create_custom_tool.
The
secret_key for a bearer/hmac tool is returned only once. Tell your assistant to surface
it to you immediately so you can configure your webhook. See
Custom Tools for webhook validation details.7. Create a scoped API key for another agent
Goal: give a second assistant (or Zapier, a script, etc.) limited access.bubblav_create_api_key. (Use bubblav_list_api_keys and
bubblav_revoke_api_key to audit and revoke.)
The improvement loop
These recipes chain into a weekly habit:Plans & limits
MCP calls are counted separately from your AI message limits, on a rolling 30-day window.| Plan | MCP calls / month |
|---|---|
| Free | 100 |
| Pro | 5,000 |
| Custom | Unlimited |
bubblav_create_custom_tooland custom-tool managementbubblav_create_handoff_scenarioand handoff managementbubblav_sync_ticket_to_knowledge
429 with a Retry-After header.
Related
MCP Server reference
Every tool, parameter, auth flow, and rate limit — the developer reference.
Knowledge Overview
How crawled pages, Q&A, and files become answers.
Insights
The dashboard view of content gaps and answerable questions.
Custom Tools
Webhook tools, authentication, and validation.
