Chatsistant

Chatsistant MCP Connector for Claude

A+

Deploy white-label AI assistants for your clients with custom branding, knowledge bases, and conversation analytics.

8 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your Chatsistant account to any AI agent and manage your AI chatbot ecosystem through natural conversation.

What you can do

  • Bot Management — List all configured chatbots and inspect individual bot profiles with knowledge base settings and status
  • Conversation Review — Browse all chat sessions across bots and inspect full message histories for any conversation
  • Knowledge Training — Review all data sources (URLs, text, files) training a bot and add new sources programmatically
  • Live Querying — Send questions to any bot and receive AI-generated answers based on its trained knowledge base
  • Webhook Monitoring — View all configured webhooks with event triggers and delivery settings

How it works

  1. Subscribe to this server
  2. Enter your Chatsistant API Key from your dashboard settings
  3. Start managing your chatbots from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • Customer Experience Teams — review bot conversations, identify knowledge gaps, and improve response quality
  • Developers — manage bot configurations and data sources through conversational AI instead of the dashboard
  • Operations Teams — monitor webhook delivery and verify bot connectivity across all integrations
ai-assistantwhite-labelconversation-analyticsknowledge-basewebhook-integrationbot-management

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

add_data_source

Add a new data source to a bot

get_bot

Get details for a specific bot

get_conversation

Get details for a specific conversation

list_bots

List Chatsistant bots

list_conversations

Optionally filter by bot ID. List bot conversations

list_data_sources

List bot data sources

list_webhooks

List configured webhooks

query_bot

Query a bot knowledge base

See how to talk to your AI agent using Chatsistant.

List all my bots and query the support bot about return policies.

You have 3 bots: 'Support Agent' (bot_101, active), 'Sales Helper' (bot_102, active), and 'Internal Wiki' (bot_103, paused). Querying 'Support Agent' about return policies... The bot responded: 'Our return policy allows returns within 30 days of purchase. Items must be in original packaging with proof of purchase. Refunds are processed within 5-7 business days.' Would you like to review the data sources training this bot?

Show recent conversations for the Sales Helper bot from this week.

Found 23 conversations for bot_102 this week. The most active topics were 'pricing plans' (8 conversations), 'integration setup' (6 conversations), and 'enterprise features' (4 conversations). The longest session was conv_8891 (12 messages, 8 minutes). 3 conversations ended with a demo booking request. Would you like to inspect a specific session?

Add our FAQ page and API documentation to the Internal Wiki bot.

Adding 2 data sources to 'Internal Wiki' (bot_103)... ✅ URL 'https://docs.example.com/faq' added successfully (type: url, status: processing). ✅ URL 'https://docs.example.com/api' added successfully (type: url, status: processing). The bot now has 9 data sources total: 5 URLs, 3 documents, 1 text snippet. Processing will complete within 3-5 minutes. Would you like to unpause the bot?

Yes! The `query_bot` tool accepts a Bot ID and a question string. It sends the query to the bot's AI engine and returns a response generated from its trained knowledge base — perfect for testing bot accuracy before deploying changes.

Related Connectors