EnterpriseAlumni Connector for AI agents.
7 live capabilities
Manage corporate alumni networks and track member engagement.
Waiting for input…
Why people use EnterpriseAlumni
EnterpriseAlumni for Alumni Relations Research
With this Connector, you just ask your agent for the info. You tell it to find all alumni in London who joined before 2020 and show me their current roles. It pulls that data instantly, saving you from the tab-switching headache.
What Vinkius changes
You get a conversational interface for your entire alumni database.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Finding a Boomerang Hire
An HR manager asks the agent to find former software engineers who joined 3 years ago and are now in leadership roles to see if they are open to returning.
- Real-world use case 02
Event Planning
An admin asks for a list of all invitees for the Annual Gala to see if the VIP list is complete and who needs a follow up.
- Real-world use case 03
Network Auditing
An ops lead asks for a summary of the network to see how many new members joined this month and which regions are growing fastest.
Complete set · 7capabilities
The complete EnterpriseAlumni capability set.
These are the exact actions your AI can choose when you ask it to work with EnterpriseAlumni.
01—04
4 capabilities in this set.
Part of 7 available through EnterpriseAlumni.
- 01 Capability
List event invitees
Generate a list of everyone invited to a specific alumni event. Use this to manage guest lists and check RSVP statuses.
- 02 Capability
Get alumni network summary
Provide a high-level look at total member volume and network metadata. Use this to get a quick snapshot of your network's growth.
- 03 Capability
Get user by guid
Pull a complete profile for a specific member using their unique resource ID. This is useful for getting deep history on a single individual.
- 04 Capability
Search alumni users
Find members based on names, approval status, or specific join dates. Use this to quickly locate people within a large community.
05—07
3 capabilities in this set.
Part of 7 available through EnterpriseAlumni.
- 05 Capability
Get user by external guid
Retrieve an alumni profile using an ID from another external system. This helps you link data between different platforms easily.
- 06 Capability
Get user schema
Show the data structure for user profiles on the EnterpriseAlumni platform. Use this to understand what information you can query.
- 07 Capability
Search alumni events
Find upcoming or past events and their associated details. This helps you keep track of your entire community calendar.
Set up in minutes
One URL. Then ask EnterpriseAlumni to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use EnterpriseAlumni 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_XeiuUvzTZJVJ00QxxZzaN2ZCROVaUBdIi4u66g0f/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 EnterpriseAlumni, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable EnterpriseAlumni for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_XeiuUvzTZJVJ00QxxZzaN2ZCROVaUBdIi4u66g0f/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 EnterpriseAlumni URL.
- Step 03
Save and start
Save the connection and enable EnterpriseAlumni in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"enterprisealumni": {
"url": "https://edge.vinkius.com/vk_preview_XeiuUvzTZJVJ00QxxZzaN2ZCROVaUBdIi4u66g0f/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 EnterpriseAlumni
Open Agent mode in chat and ask: "Using EnterpriseAlumni, help me...". 7 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"enterprisealumni": {
"url": "https://edge.vinkius.com/vk_preview_XeiuUvzTZJVJ00QxxZzaN2ZCROVaUBdIi4u66g0f/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 EnterpriseAlumni
Ask Copilot: "Using EnterpriseAlumni, help me...". 7 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"enterprisealumni": {
"url": "https://edge.vinkius.com/vk_preview_XeiuUvzTZJVJ00QxxZzaN2ZCROVaUBdIi4u66g0f/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 EnterpriseAlumni
Open Cascade and ask: "Using EnterpriseAlumni, help me...". 7 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"enterprisealumni": {
"url": "https://edge.vinkius.com/vk_preview_XeiuUvzTZJVJ00QxxZzaN2ZCROVaUBdIi4u66g0f/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 EnterpriseAlumni
Ask Cline: "Using EnterpriseAlumni, help me...". 7 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add enterprisealumni --transport http "https://edge.vinkius.com/vk_preview_XeiuUvzTZJVJ00QxxZzaN2ZCROVaUBdIi4u66g0f/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 EnterpriseAlumni
Ask Claude: "Using EnterpriseAlumni, show me...". 7 tools are ready
Where the request belongs
Work EnterpriseAlumni can move forward.
This is for alumni relations managers tired of manual data entry, HR heads looking for boomerang hires, and ops teams tracking community growth.
Alumni Relations Manager
Checks event RSVPs and member updates during meetings to keep community engagement high.
HR Talent Specialist
Researches former employees for potential re-hiring opportunities via chat on Tuesday afternoons.
Community Operations Lead
Monitors network health and engagement trends to report growth metrics to leadership.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsGrowthZone
Automate association management via GrowthZone. manage contacts, memberships, events, and organizations directly from any AI agent.
Forj
Manage community members, groups, and activity via AI agents with Forj (formerly Mobilize).
Avionte
Manage staffing and recruiting workflows via Avionte. query talent profiles, work history, company details, and department data directly from your AI agent.
Liaison
Centralize admissions and enrollment management for higher education with applicant tracking and document collection workflows.
Mainstay (AdmitHub)
Student engagement and behavioral intelligence. manage contacts, campaigns, and AI nudges via AI.
Orbit
Manage community relationships via Orbit. list members, track activities, and add notes directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep EnterpriseAlumni 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 EnterpriseAlumni.
The practical details behind the request, access and result.
Can I use EnterpriseAlumni MCP to find former employees?
Yes, you can ask your agent to search for former employees by name or join date. It will pull their professional history and contact details directly from your database.
Does EnterpriseAlumni MCP support multiple regions?
Yes, the Connector supports regional gateways for the US, UK, and EU. You select your specific region during the initial setup process.
How do I see who's invited to an event?
You can simply ask your agent to list the invitees for any specific event. It will pull the full list of names and RSVP statuses for you.
Can EnterpriseAlumni MCP help with boomerang hiring?
Absolutely. You can ask your agent to find former employees who have reached certain seniority levels in their current roles, making it easier to identify potential re-hires.
What kind of data does EnterpriseAlumni MCP pull?
It pulls detailed member profiles, career histories, contact information, event details, and high-level network summaries.
Is EnterpriseAlumni MCP good for large corporate networks?
Yes, it is designed to handle large-scale corporate and academic alumni networks, providing summaries and filters to manage thousands of members efficiently.
How do I get my Client ID and Client Secret?
Log in to your EnterpriseAlumni Admin Portal, expand the Site Manager menu, select API Access Manager, and click Create Key. You will receive a Client ID and a Client Secret. save the secret immediately, as it is only shown once.
Which gateway region should I select?
Select the region where your alumni instance was provisioned: eu (Frankfurt), us (United States), or uk (United Kingdom). Contact your EnterpriseAlumni account manager if you are unsure.
Does the integration show real-time engagement?
Yes, you can use the get_alumni_network_summary capability to retrieve high-level statistics on current network activity and member counts across the community.
One connection away
Give your agent a direct line to EnterpriseAlumni.
Connect EnterpriseAlumni once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available