Aidbase Connector for AI agents.
11 live capabilities
Manage customer support chatbots and knowledge bases through your AI client.
Waiting for input…
Why people use Aidbase
Aidbase for Automating Customer Support Knowledge
With this Connector, you just tell your agent to add a new page to the bot's knowledge. The agent handles the API call to add_aidbase_website_knowledge and confirms it's done. You get a live, updated support system without the manual data entry.
What Vinkius changes
You get a way to manage your entire support stack through a single chat 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 documentation
A support lead finds a new help article and tells the agent to add the URL to the knowledge base using add_aidbase_website_knowledge.
- Real-world use case 02
Bot testing
A product manager wants to know if the bot knows about a new refund policy, so they use send_aidbase_reply to test it.
- Real-world use case 03
Auditing content
A developer uses list_aidbase_knowledge to see every piece of data the AI is using to answer customer questions.
Complete set · 11capabilities
The complete Aidbase capability set.
These are the exact actions your AI can choose when you ask it to work with Aidbase.
01—04
4 capabilities in this set.
Part of 11 available through Aidbase.
- 01 Capability
Add aidbase faq item
Add a specific Q&A pair to your knowledge base. This helps keep your bot's information current.
- 02 Capability
Add aidbase website knowledge
Push a new URL into the knowledge base. The system will then index the content for the AI to use.
- 03 Capability
Check aidbase status
Verify your API connection is active. Use this to ensure your capabilities are communicating correctly.
- 04 Capability
Get aidbase chatbot
Pull the details for a specific chatbot. This is useful for checking configuration settings.
05—08
4 capabilities in this set.
Part of 11 available through Aidbase.
- 05 Capability
Get aidbase inbox
View the details of an automated email inbox. See how your email responders are organized.
- 06 Capability
List aidbase chatbot knowledge
See all knowledge items for a specific bot. Use this to audit what a bot actually knows.
- 07 Capability
List aidbase chatbots
Get a full list of all your active AI chatbots. Use this to manage your entire fleet of bots.
- 08 Capability
List aidbase inboxes
See all your automated email inboxes. This helps you keep track of your various response channels.
09—11
3 capabilities in this set.
Part of 11 available through Aidbase.
- 09 Capability
List aidbase inbox knowledge
See which knowledge bases are linked to your inboxes. Use this to check for context errors.
- 10 Capability
List aidbase knowledge
Get a complete list of all knowledge items. This provides a bird's eye view of your entire data set.
- 11 Capability
Send aidbase reply
Send a message to a specific chatbot. This lets you test bot performance in real-time.
Set up in minutes
One URL. Then ask Aidbase to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Aidbase 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_K8VJgZLNAsUABAHWsTYx3rO7iFrPYSGDVs8iWJ5N/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 Aidbase, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Aidbase for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_K8VJgZLNAsUABAHWsTYx3rO7iFrPYSGDVs8iWJ5N/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 Aidbase URL.
- Step 03
Save and start
Save the connection and enable Aidbase in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"aidbase": {
"url": "https://edge.vinkius.com/vk_preview_K8VJgZLNAsUABAHWsTYx3rO7iFrPYSGDVs8iWJ5N/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 Aidbase
Open Agent mode in chat and ask: "Using Aidbase, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"aidbase": {
"url": "https://edge.vinkius.com/vk_preview_K8VJgZLNAsUABAHWsTYx3rO7iFrPYSGDVs8iWJ5N/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 Aidbase
Ask Copilot: "Using Aidbase, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"aidbase": {
"url": "https://edge.vinkius.com/vk_preview_K8VJgZLNAsUABAHWsTYx3rO7iFrPYSGDVs8iWJ5N/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 Aidbase
Open Cascade and ask: "Using Aidbase, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"aidbase": {
"url": "https://edge.vinkius.com/vk_preview_K8VJgZLNAsUABAHWsTYx3rO7iFrPYSGDVs8iWJ5N/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 Aidbase
Ask Cline: "Using Aidbase, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add aidbase --transport http "https://edge.vinkius.com/vk_preview_K8VJgZLNAsUABAHWsTYx3rO7iFrPYSGDVs8iWJ5N/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 Aidbase
Ask Claude: "Using Aidbase, show me...". 11 tools are ready
Where the request belongs
Work Aidbase can move forward.
Support leads tired of manual data entry, product managers who need to verify bot accuracy without digging through logs, and developers building custom internal support capabilities.
Customer Support Lead
Updates documentation and FAQs using natural language instead of manual forms.
Product Manager
Checks how bots are responding to new features to ensure accuracy before a launch.
Support Engineer
Monitors automated email flows and API health to keep the system running smoothly.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsAda
AI-powered customer service automation. manage conversations, end users, and knowledge via AI.
SmartChatAI
Manage AI bots, knowledge bases, and messaging on SmartChatAI with AI agents.
BotGenuity
Create and manage AI chatbots with custom knowledge bases that answer customer questions accurately around the clock.
HelpCrunch
Engage customers with live chat, email automation, and a knowledge base that reduces support workload and boosts satisfaction.
Sobot
Leading AI customer support and ticketing platform in China. manage tickets, agents, and knowledge via AI.
Gorgias
Manage your customer support tickets, messages, and user profiles via AI.
Bring your own AI
Change the model, client or framework. Keep Aidbase 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 Aidbase.
The practical details behind the request, access and result.
Can Aidbase MCP help me update my bot's knowledge base?
Yes, it lets your agent push new URLs and FAQs directly into the system. This keeps your bot's information current without you having to log into any dashboards.
How do I use Aidbase MCP to test my chatbot responses?
You can ask your agent to send a specific message to a bot and report back what it says. It's a fast way to verify that your bot is giving the right answers.
Can I monitor my automated email inboxes with Aidbase MCP?
Yes, your agent can list all inboxes and check which knowledge bases they use. This helps you ensure your email responders are using the correct context.
Will Aidbase MCP help keep my support documentation current?
It allows you to feed new website content into the knowledge base automatically. Your agent handles the work of making sure your bots stay up to date.
How do I know if my Aidbase connection is working?
Your agent can check the API status instantly to verify everything is online. This helps you catch any connection issues before they affect your customers.
Is Aidbase MCP good for managing multiple chatbots?
Yes, it provides capabilities to list all your bots and see their specific configurations. It gives you a bird's eye view of your entire support fleet.
How do I find my Aidbase API Key?
Log in to your account, navigate to Settings > API Keys, and generate a new key for your integration.
Can I test bot responses via AI?
Yes! The send_aidbase_reply capability allows your agent to interact with specific bots and retrieve high-fidelity AI responses programmatically.
How do I teach the AI a new URL?
Use the add_aidbase_website_knowledge capability and provide the target URL. Aidbase will automatically crawl and index the content for your bots.
One connection away
Give your agent a direct line to Aidbase.
Connect Aidbase once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available