Run your AI front desk from ChatGPT or Claude via MCP
You do not have to click through the platform to set up the front desk. Connect the BotB2B front-desk MCP server to the AI you already use, and Claude or ChatGPT will create the bot, fill the knowledge base, test it as different customers, route leads and review conversations for you. You describe the task in plain words; the AI calls the platform's tools itself.
What the front-desk MCP server gives your AI
MCP (Model Context Protocol) is an open standard that lets an AI assistant call tools of an external service. The BotB2B front-desk server exposes the same things you see in Front Desk on the site, grouped into five facades. Your AI sees them as tools and picks the right one for the task.
| Facade | What the AI can do |
|---|---|
| Bots | List, create, update and delete bots, pick the AI model, link a knowledge base, manage ready-made replies |
| Chats | Read and analyse conversations, pause or resume the bot in a chat, send a message, assign an operator, run test dialogs as a customer |
| Leads | List and update leads, set statuses and tags in bulk, push a customer into a CRM pipeline |
| Knowledge base | Create knowledge bases, add and edit rows, attach them to bots |
| Integrations | See connected channels and their statistics, assign a bot to a channel, set a per-channel prompt, stop the bot for specific people |
The server address is the same for every client: https://api.botb2b.ai/api/mcp/front-desk. Access is granted through OAuth: the AI never sees your bot tokens or passwords, and you can revoke it in one click under AI Staff → MCP for any AI agent in the app.
Step 1. Connect the server to your AI
- 1
Prepare the account
Sign up at app.botb2b.ai and connect at least one channel, for example a Telegram bot or the website widget. The AI will assign bots to these channels.
- 2
Add the connector in Claude
Open claude.ai → Settings → Connectors → Add custom connector, paste
https://api.botb2b.ai/api/mcp/front-deskand press Add. Then press Connect: a BotB2B window opens, you sign in and choose which accounts the AI may see.Other clients: ChatGPT → Settings → Connectors → Add (developer mode required); Cursor →
~/.cursor/mcp.json; Claude Code →claude mcp add --transport http botb2b-front-desk https://api.botb2b.ai/api/mcp/front-desk. Details in How to connect MCP. - 3
Check the tools
In a new chat ask: "What BotB2B tools do you have?" The AI lists the facades: bots, chats, leads, knowledge base, integrations. In ChatGPT you also need to switch the connector on in the chat with the + button.
Step 2. Let the AI build the bot
The strongest way to start is to let the AI learn from what already happened. Paste prompts like these into the chat; the AI reads the conversations through the Chats facade and writes the bot through Bots and Knowledge base.
- "Study my conversations from the last 3 months and build an assistant profile: tone of voice, frequent questions, the answers we give."
- "Create a front-desk bot for my store based on this profile. Put facts about prices, delivery and payment into a knowledge base and link it to the bot."
- "Set the bot to ask for help when the customer insults, asks for a manager or wants a discount over 20 %."
- "Assign the bot to my Telegram account and start it."
No history yet? Describe the business yourself: who you are, what you sell, prices, delivery, what to ask the customer. The AI turns it into the four scenario blocks explained in Bot settings: every field.
Step 3. Test before customers do
The Chats facade can create a test conversation and send messages as a simulated customer, so the AI can play several roles and show you the transcripts.
- "Test the bot: write to it as an unhappy customer, as a wholesaler and as someone just asking. Show me the dialogs."
- "Try to get a discount and to talk the bot off topic. Where did it break?"
- "Fix the prompt so that the bot always asks for a phone number before quoting delivery."
Step 4. Route leads and calls for help
Through Leads and Integrations the AI sets where captured contacts go and who picks up conversations the bot could not finish.
- "Set it up so that leads qualified as hot land in my CRM pipeline Sales, stage New."
- "Tag every lead from the last week that mentions delivery outside the city with the tag Delivery."
- "Show conversations where the bot asked for help and assign them to Anna."
Telegram and email notifications for leads are configured on the bot page, see Notifications and CRM; the duty schedule for the team lives in Team schedule.
Step 5. Review and retrain weekly
- "Review the bot's dialogs for the week: where did it answer poorly and what should I fix in the knowledge base?"
- "Compare the conversion of my two bots over the last month and suggest what to change in the weaker one."
- "Add these five questions and answers to the knowledge base and update the bot."
Want it done without you in the loop? The AI manager uses the same tools on a schedule and reports in Telegram. MCP is you at the wheel; the AI manager is a task you hand over.
What the AI cannot do and how to stay safe
- The AI sees only the accounts you ticked during the OAuth consent; keys and tokens stay on the platform
- Destructive actions such as deleting a bot or a knowledge base are ordinary tools: ask the AI to confirm before deleting, or keep such prompts explicit
- The AI cannot connect new channels for you: adding a Telegram bot or a personal number needs your token or QR code on the site
- Access is revoked under AI Staff → MCP for any AI agent in the app or in the client's connector settings; tokens are not affected
Do I need a paid plan to use MCP?
Connecting over MCP costs nothing extra. The bot's replies and test dialogs spend tokens from your balance as usual, and the number of MCP servers depends on the plan.
Which client is best for the front desk?
Claude and ChatGPT for working by hand in a chat; Cursor and Claude Code when you want scripts, reports saved to files or scheduled automation.
Can several people connect the same account?
Yes. Each teammate connects the server in their own AI and passes the OAuth consent with their BotB2B login; permissions follow the team roles.
See also
Try BotB2B for free
Sign-up takes a minute and starter tokens are on us. Set everything up with this guide.