ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Chatsistant with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Deploy white-label AI assistants for your clients with custom branding, knowledge bases, and conversation analytics.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 8 capabilities

The complete Chatsistant capability set.

These are the exact actions your AI can choose when you ask it to work with Chatsistant.

Capability set01 / 02

01-04

4 capabilities in this set.

Part of 8 available through Chatsistant.

  1. 01

    Add data source

    Add a new data source to a bot

  2. 02

    List webhooks

    List configured webhooks

  3. 03

    Get conversation

    Get details for a specific conversation

  4. 04

    Get bot

    Get details for a specific bot

Capability set02 / 02

05-08

4 capabilities in this set.

Part of 8 available through Chatsistant.

  1. 05

    List bots

    List Chatsistant bots

  2. 06

    List data sources

    List bot data sources

  3. 07

    List conversations

    Optionally filter by bot ID. List bot conversations

  4. 08

    Query bot

    Query a bot knowledge base

Observed, not estimated

817ms average. Fast in production.

Chatsistant is checked daily against the live service.

Daily averagePeak 1077ms
Aug 20Today
Fastest day
653ms
Slowest day
1077ms
14-day trend
Slowing+12%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 8 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Chatsistant, so you can see the experience inside your AI.

It does not authenticate your account with Chatsistant. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Chatsistant Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_pHKIqUVnpNzysk3EjJJFx7brchTn8atfbhMnxatz/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Chatsistant capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "chatsistant-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_pHKIqUVnpNzysk3EjJJFx7brchTn8atfbhMnxatz/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Chatsistant owners ask.

  • 01

    Can I send a question to a bot and get an AI-generated answer in real time?

    Yes! The query_bot capability 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.

  • 02

    Can I review all the data sources currently training my bot?

    Yes. The list_data_sources capability returns all URLs, documents, and text snippets that have been added to a specific bot's knowledge base, including their processing status. Use add_data_source to programmatically add new URLs, text, or file content to expand the bot's training data.

  • 03

    Can I browse conversation histories across all my bots?

    Yes. Use list_conversations to retrieve all chat sessions. optionally filter by a specific Bot ID. Then use get_conversation with the Conversation ID to inspect the full message timeline, including user questions, bot responses, and timestamps.