The Botforge

The Botforge MCP Connector for Claude

A+

Deploy custom AI chatbots for enterprise customer support with multilingual capability and deep integration into your tech stack.

5 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your The Botforge account to any AI agent and simplify how you manage your conversational AI, handle contact submissions, and monitor bot health through natural conversation.

What you can do

  • Bot Oversight — List all chatbots in your account and retrieve real-time operational status for specific bot IDs.
  • Contact Submission — Programmatically submit data to your bot's contact forms, ideal for automated lead capture.
  • Event Integration — Subscribe to bot events via webhooks to receive real-time updates on user interactions.
  • Metadata Inspection — Retrieve sample data and form field configurations to understand your bot's data structure.
  • Operational Monitoring — Check connectivity and verify if your bots are online and responsive via AI queries.

How it works

  1. Subscribe to this server
  2. Enter your The Botforge API Key (found in your account dashboard)
  3. Start managing your conversational ecosystem from Claude, Cursor, or any MCP client

Who is this for?

  • Chatbot Developers — quickly check bot statuses and test form submissions via simple AI commands.
  • Marketing Teams — automate lead capture from external sources directly into your bot engine.
  • Support Managers — monitor bot health and receive real-time interaction events without leaving the workspace.
chatbot-platformconversational-ailead-generationwebhook-integrationbot-monitoringthebotforge

5 tools expose this connector's capabilities to your AI agent.

get_bot_status

Check bot operational status

get_samples

Get bot form field samples

list_bots

List all chatbots

submit_contact

Pass data as a JSON string. Submit data to the bot contact form

subscribe_webhook

Pass data as a JSON string. Subscribe to bot events via webhook

See how to talk to your AI agent using The Botforge.

List all chatbots in my account.

I've retrieved your chatbots. You have 3 active bots including 'Customer Support', 'Sales Assistant', and 'Lead Intake'. Which one would you like to check the status for?

Submit a contact to the bot: { "first_name": "John", "email": "john@example.com", "message": "Interested in a demo" }.

Submission successful! I've sent the contact details for John (john@example.com) to your bot engine. The data has been logged correctly.

Check the operational status of bot 'bot_10293'.

Fetching status... Bot bot_10293 ('Customer Support') is currently 'Online' and responding normally. Last interaction was recorded 5 minutes ago.

Yes! Use the `get_bot_status` tool and provide the Bot ID. Your agent will retrieve the current operational state of that specific bot.

Related Connectors