Mainstay (AdmitHub) Connector for AI agents.
5 live capabilities
Manage student engagement and behavioral data through your AI client.
Waiting for input…
Why people use Mainstay (AdmitHub)
Mainstay for Student Success Data Auditing
With this Connector, you can just ask your agent to do the work. You can pull up message logs and contact details in one place, giving you a clear picture of how students are interacting with your institution without the tab-switching headache.
What Vinkius changes
You get a conversational interface for managing your entire student engagement database.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Auditing Bot Responses
An admissions officer notices a drop in signups and asks the agent to pull `list_messages` to see what the chatbot is telling students.
- Real-world use case 02
Campaign Check
An enrollment manager wants to know what's live and asks the agent to `list_campaigns` to see the current nudges.
- Real-world use case 03
Student Research
A researcher needs to see common behavioral trends and asks the agent to pull `list_contacts` and `get_contact_details` for a specific cohort.
Complete set · 5capabilities
The complete Mainstay (AdmitHub) capability set.
These are the exact actions your AI can choose when you ask it to work with Mainstay (AdmitHub).
01—03
3 capabilities in this set.
Part of 5 available through Mainstay (AdmitHub).
- 01 Capability
List contacts
Get a full list of student contacts in your database. This helps you quickly see who you're currently reaching out to.
- 02 Capability
Get contact details
Pull specific information for an individual student. Use this to see their history and current engagement status.
- 03 Capability
List campaigns
See all active and past engagement campaigns. It's the fastest way to check which nudges are currently live.
04—05
2 capabilities in this set.
Part of 5 available through Mainstay (AdmitHub).
- 04 Capability
List messages
Retrieve logs of conversations between students and chatbots. This is great for auditing quality and identifying common questions.
- 05 Capability
List custom fields
View the metadata fields used to segment your students. Use this to understand how your data is organized for personalization.
Set up in minutes
One URL. Then ask Mainstay (AdmitHub) to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Mainstay (AdmitHub) 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_GWkFmNjTamsRfgFmDQebU4CLGyyAWpESQV01Eokx/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 Mainstay (AdmitHub), and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Mainstay (AdmitHub) for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_GWkFmNjTamsRfgFmDQebU4CLGyyAWpESQV01Eokx/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 Mainstay (AdmitHub) URL.
- Step 03
Save and start
Save the connection and enable Mainstay (AdmitHub) in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"mainstay-admithub": {
"url": "https://edge.vinkius.com/vk_preview_GWkFmNjTamsRfgFmDQebU4CLGyyAWpESQV01Eokx/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 Mainstay (AdmitHub)
Open Agent mode in chat and ask: "Using Mainstay (AdmitHub), help me...". 5 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"mainstay-admithub": {
"url": "https://edge.vinkius.com/vk_preview_GWkFmNjTamsRfgFmDQebU4CLGyyAWpESQV01Eokx/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 Mainstay (AdmitHub)
Ask Copilot: "Using Mainstay (AdmitHub), help me...". 5 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"mainstay-admithub": {
"url": "https://edge.vinkius.com/vk_preview_GWkFmNjTamsRfgFmDQebU4CLGyyAWpESQV01Eokx/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 Mainstay (AdmitHub)
Open Cascade and ask: "Using Mainstay (AdmitHub), help me...". 5 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"mainstay-admithub": {
"url": "https://edge.vinkius.com/vk_preview_GWkFmNjTamsRfgFmDQebU4CLGyyAWpESQV01Eokx/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 Mainstay (AdmitHub)
Ask Cline: "Using Mainstay (AdmitHub), help me...". 5 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add mainstay-admithub --transport http "https://edge.vinkius.com/vk_preview_GWkFmNjTamsRfgFmDQebU4CLGyyAWpESQV01Eokx/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 Mainstay (AdmitHub)
Ask Claude: "Using Mainstay (AdmitHub), show me...". 5 tools are ready
Where the request belongs
Work Mainstay can move forward.
For student success officers and admissions teams who are tired of manual data entry and want to monitor student health across multiple channels.
Student Success Officer
Checks engagement patterns on a Tuesday afternoon to see which students need a personalized nudge.
Admissions Team Member
Audits prospective student inquiries to ensure the chatbot is providing accurate and helpful information.
Enrollment Manager
Tracks campaign performance and manages student segments using simple natural language commands.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsDigitalChalk
Equip your AI agent to manage LMS offerings, track learner progress, and monitor exam results via the DigitalChalk API.
Classe365
Run your educational institution with student information management, admissions tracking, and academic planning in one platform.
Liaison
Centralize admissions and enrollment management for higher education with applicant tracking and document collection workflows.
MSAAQ
Manage courses, enrollments, and student progress via MSAAQ directly from your AI agent.
OpenClassrooms
Monitor student progress on OpenClassrooms. search courses, track diploma paths, review mentoring sessions, and verify certificates from any AI agent.
Cloud Assess
Manage vocational training and assessments via Cloud Assess. track students, monitor enrolments, and audit assessment records directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Mainstay 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 Mainstay.
The practical details behind the request, access and result.
Can Mainstay MCP help me audit my chatbot?
Yes, it allows you to retrieve message logs directly. This helps you see exactly what students are saying and how your bot is responding, making it much easier to maintain quality.
How does Mainstay MCP help with student engagement?
It gives you a conversational way to monitor student behavior. You can check campaign status and student profiles to see who is engaging and who might need more attention.
Can I use Mainstay MCP to see my student contacts?
Yes, you can ask your agent to list your student contacts or pull specific profile details. It keeps your student data accessible without needing to log into the Mainstay dashboard.
Does Mainstay MCP show me my active campaigns?
It does. You can quickly see all live and past engagement campaigns to stay on top of your outreach efforts and see which nudges are currently active.
How can Mainstay MCP help my admissions team?
It helps your team audit prospective student inquiries and track recruitment campaign performance. You can get a bird's eye view of your outreach efforts in seconds.
Can Mainstay MCP see my custom student fields?
Yes, it can list your custom metadata fields. This helps you understand how your data is organized for personalization and segmentation across different channels.
Where do I find my Mainstay API Token?
Log in to the Mainstay Mascot application, navigate to the API Authentication page. You can generate or retrieve your unique token there. If you don't see this page, contact support@mainstay.com.
Can I see real-time student message logs?
Yes! Use the list_messages capability to retrieve the most recent conversational exchanges between students and the AI bot.
Does this server support custom field management?
Yes, you can use the list_custom_fields capability to audit the metadata architecture used for personalizing your engagement nudges.
One connection away
Give your agent a direct line to Mainstay.
Connect Mainstay once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available