SmartChatAI Connector for AI agents.
12 live capabilities
Manage and train your chatbot fleet with automated knowledge base updates.
Waiting for input…
Why people use SmartChatAI
SmartChatAI for Automated Knowledge Base Management
This Connector cuts out the middleman. You can just tell your agent to update the sales bot with this new PDF or scrape the new product page. It handles the data ingestion and training in the background. You get a bot that stays current without the manual overhead.
What Vinkius changes
You get a direct command line for your chatbot ecosystem through your favorite AI interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Updating a bot's refund policy
A marketing lead asks the agent to train the bot on a new policy PDF so they don't have to log into the dashboard and upload it manually.
- Real-world use case 02
Testing a new bot's responses
A developer sends a test message to a new bot and then asks the agent to pull the transcript to verify the accuracy of the reply.
- Real-world use case 03
Keeping a bot updated with new products
An ops manager tells the agent to scrape the new product launch page so the chatbot can start answering questions about the new features immediately.
Complete set · 12capabilities
The complete SmartChatAI capability set.
These are the exact actions your AI can choose when you ask it to work with SmartChatAI.
01—04
4 capabilities in this set.
Part of 12 available through SmartChatAI.
- 01 Capability
List ai chatbots
Get a list of all bots in your account. It's the quickest way to see your entire bot fleet.
- 02 Capability
Add pdf to knowledge base
Upload a PDF file to train your bot on specific documents. This is great for adding manuals or policy guides.
- 03 Capability
Add text to knowledge base
Give your bot raw text data to learn from. Use this for quick facts or snippets that don't need a full file.
- 04 Capability
Add website to knowledge base
Provide a URL for the bot to learn from. It's the fastest way to keep your bot's info current.
05—08
4 capabilities in this set.
Part of 12 available through SmartChatAI.
- 05 Capability
Check api health
Check if the SmartChatAI connection is active. Use this to ensure your system is running smoothly.
- 06 Capability
Get chatbot details
Pull the full configuration for a specific bot. It helps you see exactly how a bot is set up.
- 07 Capability
Get authenticated user profile
Retrieve your account profile information. This helps the agent understand your account context.
- 08 Capability
List configured webhooks
See all your active webhooks in one list. Use this to manage your automated data flows.
09—12
4 capabilities in this set.
Part of 12 available through SmartChatAI.
- 09 Capability
Scrape domain links
Automatically find and index links on a website. This keeps your bot's knowledge base updated with new pages.
- 10 Capability
Create new ai bot
Provision a new bot with a name and initial prompt. This lets you spin up new agents in seconds.
- 11 Capability
Get bot chat history
Fetch transcripts of past conversations. Use this to review customer interactions or troubleshoot issues.
- 12 Capability
Message ai chatbot
Send a message to a bot and get a reply. This lets you test bot behavior directly from your chat.
Set up in minutes
One URL. Then ask SmartChatAI to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use SmartChatAI from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_5fjVN4hz5wDMsNn1YhpJYYbOodYFaL5gV4mJOz66/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it SmartChatAI, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable SmartChatAI for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_5fjVN4hz5wDMsNn1YhpJYYbOodYFaL5gV4mJOz66/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the SmartChatAI URL.
- Step 03
Save and start
Save the connection and enable SmartChatAI in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"smartchatai": {
"url": "https://edge.vinkius.com/vk_preview_5fjVN4hz5wDMsNn1YhpJYYbOodYFaL5gV4mJOz66/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using SmartChatAI
Open Agent mode in chat and ask: "Using SmartChatAI, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"smartchatai": {
"url": "https://edge.vinkius.com/vk_preview_5fjVN4hz5wDMsNn1YhpJYYbOodYFaL5gV4mJOz66/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using SmartChatAI
Ask Copilot: "Using SmartChatAI, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"smartchatai": {
"url": "https://edge.vinkius.com/vk_preview_5fjVN4hz5wDMsNn1YhpJYYbOodYFaL5gV4mJOz66/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using SmartChatAI
Open Cascade and ask: "Using SmartChatAI, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"smartchatai": {
"url": "https://edge.vinkius.com/vk_preview_5fjVN4hz5wDMsNn1YhpJYYbOodYFaL5gV4mJOz66/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using SmartChatAI
Ask Cline: "Using SmartChatAI, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add smartchatai --transport http "https://edge.vinkius.com/vk_preview_5fjVN4hz5wDMsNn1YhpJYYbOodYFaL5gV4mJOz66/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using SmartChatAI
Ask Claude: "Using SmartChatAI, show me...". 12 tools are ready
Where the request belongs
Work SmartChatAI can move forward.
This is for the bot developers and marketing leads who are tired of manual data entry and want to manage their conversational AI at scale without the overhead of constant tab-switching.
Bot Developer
Updates knowledge bases and tests bot responses in real-time without leaving the editor.
Marketing Operations
Pulls lead data and monitors engagement metrics via natural language commands.
Customer Success Lead
Audits conversation logs to identify common user pain points and improve bot accuracy.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsGPTBots
Manage your conversational AI agents, workflows, and knowledge bases via AI.
ChatBot.com
Manage conversational AI and bot workflows via ChatBot. track stories, interactions, and user data directly from any AI agent.
BotGenuity
Create and manage AI chatbots with custom knowledge bases that answer customer questions accurately around the clock.
CHATFLY
Manage AI chatbots and knowledge bases via CHATFLY. train bots on custom data and track conversations directly from any AI agent.
Bot9
Manage your AI agents via Bot9. orchestrate bots, train them, and automate conversations directly from any AI agent.
Chatsistant
Deploy white-label AI assistants for your clients with custom branding, knowledge bases, and conversation analytics.
Bring your own AI
Change the model, client or framework. Keep SmartChatAI connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about SmartChatAI.
The practical details behind the request, access and result.
How does the SmartChatAI MCP help my team?
It gives your AI agent the ability to manage your chatbots, update their training data, and check chat logs without you having to leave your current app.
Can I use this to train my bot with a website link?
Yes, you can tell your agent to use the website capability to scrape a URL and automatically add that content to your bot's knowledge base.
Does this Connector support PDF uploads?
Yes, you can have your agent upload PDFs directly to a specific bot's knowledge base to train it on documents like manuals or internal guides.
Can I see my past chat logs using this?
You can ask your agent to retrieve conversation transcripts for any of your bots, making it easy to audit customer interactions or troubleshoot issues.
How do I manage my webhooks with this?
You can ask your agent to list all active webhooks in your SmartChatAI account so you can keep track of your automated data flows.
Can I create new bots through this?
Yes, you can provision new AI bots with a name and a specific starting prompt using a simple natural language command to your agent.
Is it possible to check if my bots are online?
Yes, you can use the health check capability to verify that your SmartChatAI API is connected and your bots are running correctly.
How do I find my SmartChatAI API Key?
Log in to your SmartChatAI dashboard and you will find your unique secret API Key in the Settings or account management section.
One connection away
Give your agent a direct line to SmartChatAI.
Connect SmartChatAI once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available