# EnterpriseAlumni MCP

> EnterpriseAlumni connects your AI agent to manage and analyze entire alumni networks. It lets you retrieve detailed member profiles, track engagement metrics across communities, list upcoming events, and search job opportunities for former employees. Use it to monitor network health or find specific professional contacts instantly.

## Overview
- **Category:** productivity
- **Price:** Free
- **Tags:** alumni-network, community-engagement, talent-management, corporate-networking, member-profiles, engagement-tracking

## Description

Managing a large alumni base used to mean jumping between multiple databases: one for event sign-ups, another for career history, and yet another for general contact info. Now you don't have to do that anymore.

This MCP lets your AI agent handle the whole process in plain conversation. You can ask it to find all members who worked in finance and attended last year's gala, or check if there are any job postings relevant to a specific skillset. It pulls together member profiles, network activity summaries, and event details—all without you needing to write a complex query. Because the Vinkius catalog makes this connection so simple, your agent can just talk to the data source and get answers instantly.

## Tools

### get_enterprisealumni_metadata
Retrieves limits and general data metrics for your EnterpriseAlumni account.

### get_alumni_detailed_profile
Fetches the full professional history and contact information for one specific alumnus.

### get_network_engagement_summary
Pulls a high-level report on how active the network is right now.

### quick_alumni_network_audit
Provides an instant, high-level summary covering members, events, and jobs.

### list_alumni_members
Retrieves a complete list of all members in your alumni network.

### list_alumni_engagement_campaigns
Retrieves a list of current and past outreach campaigns run by the organization.

### list_alumni_communities
Lists all interest groups or communities within the alumni network.

### list_alumni_events
Shows details on all upcoming and past alumni gatherings.

### list_alumni_job_board
Lists job openings available right now to members of the network.

### search_alumni_by_name_or_keyword
Finds alumni profiles using a name, skill, or specific keyword search.

## Prompt Examples

**Prompt:** 
```
List all members in the New York community.
```

**Response:** 
```
I've found 45 members in the New York community, including 'John Miller' (Senior Analyst) and 'Alice Connor' (Product Manager). 5 members recently updated their professional status. Would you like to see the details for John Miller?
```

**Prompt:** 
```
Show me upcoming alumni events.
```

**Response:** 
```
I've retrieved 3 upcoming events: 'Annual Gala 2024' (London, May 15th), 'Tech Networking Night' (Virtual, May 20th), and 'Career Mentorship Workshop' (May 25th). Should I pull the registration list for the Annual Gala?
```

**Prompt:** 
```
Search for alumni with experience in 'Marketing'.
```

**Response:** 
```
I've found 12 alumni with 'Marketing' in their professional background, including 'Sarah Connor' (Marketing Director at Wayne Corp) and 'David Smith' (Brand Lead). Would you like to see Sarah's full career history?
```

## Capabilities

### Find specific members
Search for alumni by name or professional skill set.

### Get full member records
Retrieve the complete contact details and career history for one individual alumi.

### Track community activity
Review current engagement levels and participation trends across different network groups.

### Monitor events and jobs
List upcoming networking events or job openings available to the alumni base.

### Audit overall health
Get a quick, high-level summary of network size, event activity, and member status.

## Use Cases

### A recruiter needs to find candidates for a niche role.
The agent runs an inquiry: 'Find all alumni with skills in Python and cloud computing who lived in Seattle.' The system uses `search_alumni_by_name_or_keyword` to return targeted profiles, bypassing general searches.

### The marketing team needs event content ideas.
They ask the agent for recent activity. The MCP runs `list_alumni_events` and `get_network_engagement_summary`, giving them specific data points—like low attendance at virtual events—to inform their next campaign.

### An operations lead needs to check network health.
They simply ask, 'How healthy is the network?' The system triggers `quick_alumni_network_audit`, providing an instant snapshot of volume and activity without needing multiple reports.

### A staffer wants to see available job opportunities.
They prompt: 'Show me any jobs posted for brand managers.' The agent uses `list_alumni_job_board` and presents the current, actionable list of roles directly.

## Benefits

- Instead of manually compiling a list of people, you can use `search_alumni_by_name_or_keyword` to find professionals based on skills or name in seconds. This is massive time savings.
- You don't need to check three different tabs for network health. Running `quick_alumni_network_audit` gives a single, actionable summary of members, events, and jobs all at once.
- Need to know what kind of groups exist? Use `list_alumni_communities` to get an immediate overview of every niche group in the network without browsing manually.
- Before planning outreach, check `list_alumni_engagement_campaigns` to see exactly what type of communication has worked before. No guessing required.
- When you need deep background on one person, calling `get_alumni_detailed_profile` provides their entire professional history and contact info in a single call.

## How It Works

The bottom line is that you talk to the network data instead of clicking through admin dashboards.

1. Connect your preferred AI client to the EnterpriseAlumni MCP in Vinkius.
2. Authorize access using your dedicated API key in the configuration settings.
3. Ask your agent a question like, 'Find all job openings for data scientists in the Chicago area,' and it runs the necessary checks.

## Frequently Asked Questions

**How do I find a person's full job history using get_alumni_detailed_profile?**
The `get_alumni_detailed_profile` tool provides the complete professional history for an individual. You just need to provide their unique ID, and it pulls all records showing past employers and roles.

**What is the quick_alumni_network_audit useful for?**
It gives you a single overview covering members, events, and jobs. Think of it as an instant dashboard summary that tells you the overall health of the network without needing to call three different tools.

**Can I find job openings using list_alumni_job_board?**
Yes, `list_alumni_job_board` pulls all current and past job listings available within the alumni network. This is your source for knowing what roles are open right now.

**I need to know about community groups; should I use list_alumni_communities?**
Absolutely, `list_alumni_communities` shows every interest-based group. This helps you understand the current segments of your network and target outreach effectively.

**How do I check my usage limits when using get_enterprisealumni_metadata?**
It returns your account's current operational limits, preventing API throttling. You can see daily call counts and data retrieval caps directly in the metadata response payload.

**When I run list_alumni_members, how do I handle thousands of records?**
The tool supports pagination, ensuring you retrieve all members without hitting limits. You just need to pass the required page size and offset parameters in your call structure.

**What specific data does list_alumni_engagement_campaigns provide?**
It lists all active and past outreach campaigns, giving you campaign names, start dates, and associated goals. This helps track the effectiveness of your corporate community initiatives.

**If I use search_alumni_by_name_or_keyword and get zero results, what should I check?**
No. It means that specific combination of name, skill, or keyword isn't linked to a profile right now. Always double-check spelling or try slightly broader search terms.

**How do I get an EnterpriseAlumni API Key?**
Log in to your EnterpriseAlumni administrator dashboard, navigate to **Settings > API Integration**, and you can generate or retrieve your unique REST API Key from there.

**Can the agent invite new members?**
This integration currently focuses on listing and auditing alumni members, events, and jobs. Inviting or onboarding new members should be managed via the EnterpriseAlumni platform dashboard or automated HR integrations.

**Does the integration show real-time engagement?**
Yes, you can use the get_network_engagement_summary tool to retrieve high-level statistics on current network activity and participation rates across the community.