How to Use the Liaison MCP in Claude Code
Query applicant tracking and manage enrollment data directly from your terminal using Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Liaison MCP to Claude Code
Create your Vinkius account to connect Liaison to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Run terminal-based applicant audits with this MCP Server.
The `list_applications` tool queries your enrollment pipeline directly inside Claude Code so you can check applicant files without opening a browser. You pass specific parameters to filter down to active files, then use `get_application` to pull down the exact document status or academic history you need. This terminal setup lets you pipe raw JSON payloads of student records into local grep or jq commands. SREs can write shell scripts that run these tools to monitor admissions queues and alert staff when a critical application stalls.
Script batch exports directly from Claude Code.
The `list_batches` tool retrieves pending applicant batches, while `get_batch` downloads the specific applicant records you need to sync with your internal database. You instruct Claude Code to check these batch IDs, allowing this MCP Server to run differential updates overnight. By scheduling these commands through a local cron job, your terminal client automatically checks `list_exports` and `get_export` to grab fresh CSVs. No manual browser downloads are needed to keep your university's local database updated.
Query academic programs and custom fields in the shell.
The `list_programs` tool exposes current academic offerings, and `list_custom_fields` shows the exact metadata fields configured for your university's application portal. You ask Claude Code to verify these fields directly from your command line to ensure your database migrations match Liaison's schema. Combining these tools with `list_designations` allows you to map specific majors to incoming applicant records without leaving your terminal. Developers can quickly test API connectivity using `check_liaison_status` before deploying automated enrollment scripts.
Set up Liaison MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seeliaison-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Liaison transactions." It will automatically discover and invoke the available Liaison tools.
claude mcp add --transport http liaison-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Liaison MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Liaison MCP today
We host it, we monitor it, we maintain it. You just paste one token.