Elevio Connector for AI agents.
10 live capabilities
Manage your customer education platform and knowledge base content.
Waiting for input…
Why people use Elevio
Elevio for Knowledge Base Audit and Article Management
This Connector changes that by letting you just ask your agent for the status. You can get a health audit or a list of drafts in seconds. You get a clear picture of your content's health without ever opening a browser tab.
What Vinkius changes
You get a chat-based interface for managing your entire customer education platform.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Finding content gaps during an audit
A knowledge manager asks the agent to find all empty categories.
- Real-world use case 02
Quickly answering a customer's technical question
A support agent asks for the setup guide for a specific feature.
- Real-world use case 03
Checking help center module status
An ops lead wants to know if the search module is active.
Complete set · 10capabilities
The complete Elevio capability set.
These are the exact actions your AI can choose when you ask it to work with Elevio.
01—04
4 capabilities in this set.
Part of 10 available through Elevio.
- 01 Capability
Get article details
Pull the full HTML content and settings for a specific article. It's useful for quickly grabbing accurate info for a customer.
- 02 Capability
Quick content health audit
Get a high-level summary of your article and category volumes. Use this to see where your content gaps are at a glance.
- 03 Capability
List knowledge articles
Pull a full list of every article in your knowledge base. This helps you see the total scope of your documentation.
- 04 Capability
List draft knowledge articles
Find every article currently sitting in draft status. Use this to track what's still waiting to be published.
05—07
3 capabilities in this set.
Part of 10 available through Elevio.
- 05 Capability
List empty knowledge categories
Spot categories that don't have any articles in them. This is great for identifying structural holes in your help center.
- 06 Capability
List active modules
See which assistant modules like support or search are currently active. It's the fastest way to check your help center's status.
- 07 Capability
List latest article updates
See the most recently created or updated articles. Use this to stay on top of the latest content changes.
08—10
3 capabilities in this set.
Part of 10 available through Elevio.
- 08 Capability
Search knowledge articles
Find articles using a title or a specific keyword. It's the best way to jump straight to a relevant piece of content.
- 09 Capability
Get elevio account metadata
See your account limits and metadata. Use this to keep track of your platform's technical boundaries.
- 10 Capability
List knowledge categories
See every category configured in your Elevio account. It helps you understand the structural layout of your content.
Set up in minutes
One URL. Then ask Elevio to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Elevio 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_aMnOOZDnGz3fbzjalLaBq0ugyj88BV11Ra1HpFe0/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 Elevio, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Elevio for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_aMnOOZDnGz3fbzjalLaBq0ugyj88BV11Ra1HpFe0/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 Elevio URL.
- Step 03
Save and start
Save the connection and enable Elevio in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"elevio": {
"url": "https://edge.vinkius.com/vk_preview_aMnOOZDnGz3fbzjalLaBq0ugyj88BV11Ra1HpFe0/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 Elevio
Open Agent mode in chat and ask: "Using Elevio, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"elevio": {
"url": "https://edge.vinkius.com/vk_preview_aMnOOZDnGz3fbzjalLaBq0ugyj88BV11Ra1HpFe0/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 Elevio
Ask Copilot: "Using Elevio, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"elevio": {
"url": "https://edge.vinkius.com/vk_preview_aMnOOZDnGz3fbzjalLaBq0ugyj88BV11Ra1HpFe0/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 Elevio
Open Cascade and ask: "Using Elevio, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"elevio": {
"url": "https://edge.vinkius.com/vk_preview_aMnOOZDnGz3fbzjalLaBq0ugyj88BV11Ra1HpFe0/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 Elevio
Ask Cline: "Using Elevio, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add elevio --transport http "https://edge.vinkius.com/vk_preview_aMnOOZDnGz3fbzjalLaBq0ugyj88BV11Ra1HpFe0/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 Elevio
Ask Claude: "Using Elevio, show me...". 10 tools are ready
Where the request belongs
Work Elevio can move forward.
This is for the knowledge manager who is tired of manual audits and the customer success lead who needs to find documentation content in seconds.
Knowledge Manager
Checks if the new product guide is live or if the category tree is messy without opening a browser.
Customer Success Lead
Grabs specific article content during a live chat to provide accurate answers to customers.
Operations Team
Monitors assistant modules to ensure the help center is actually functional for users.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsKnowledgeOwl
Manage your knowledge base. list articles, search help content, and audit categories.
Helpjuice
Automate knowledge base management via Helpjuice. manage articles, categories, and analytics directly from any AI agent.
Document360
Manage knowledge bases via Document360. list project versions, handle categories and articles, search content, and track analytics directly from any AI agent.
Slab
Manage your team's knowledge base. query wiki articles, create new documentation, and explore topics directly using AI agents.
Aidbase
Deploy AI-powered customer support chatbots, manage knowledge bases, and resolve tickets faster with intelligent automation.
Ada
AI-powered customer service automation. manage conversations, end users, and knowledge via AI.
Bring your own AI
Change the model, client or framework. Keep Elevio 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 Elevio.
The practical details behind the request, access and result.
Can the Elevio MCP help me find specific help articles?
Yes, it lets your agent search the entire knowledge base using titles or keywords to find exactly what you need.
How does Elevio MCP manage my knowledge base categories?
It can list all your categories and specifically identify which ones are currently empty so you can fill content gaps.
Can I check my assistant module statuses with Elevio MCP?
Yes, it provides a real-time look at whether your support, search, and ticket modules are currently active.
How do I see which articles are still drafts?
The Connector can instantly pull a list of every article that is currently sitting in draft status for your review.
Can Elevio MCP give me the full HTML of an article?
Yes, it can retrieve the full content and settings for any specific article, which is great for quickly grabbing accurate info.
Is Elevio MCP good for auditing content volume?
Yes, it provides a high-level summary of your article and category volumes, making it easy to see the scope of your documentation.
How do I get an Elevio API Key?
Log in to your Elevio dashboard, navigate to Settings > API, and you can generate or retrieve your unique API Key from there. API access is typically enabled for most paid plans.
Can the agent translate my articles?
This integration currently focuses on listing and auditing articles and categories. Translating content or creating new language versions should be managed via the Elevio translation workflow in the dashboard.
Does the integration show real-time views?
You can retrieve article metadata using the get_article_details capability. While it shows current status and settings, detailed real-time analytics should be viewed in the Elevio reporting section.
One connection away
Give your agent a direct line to Elevio.
Connect Elevio once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available