How to Use the Chaport MCP in Claude Code
Manage the Chaport MCP Server to track active visitors and audit operator status directly from your terminal using Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Chaport MCP to Claude Code
Create your Vinkius account to connect Chaport 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.
Manage Chaport sessions in Claude Code
You don't need a browser to handle support escalations. Run a quick prompt in your terminal, and Claude Code triggers `get_chat_history` to dump the latest customer interaction right into stdout. If a user needs an immediate technical answer, you reply from the command line. The CLI fires `send_agent_message` to push your response to the active session while you keep tailing your server logs.
Pull visitor metrics via MCP Server
Auditing website traffic during a deployment spike is trivial. You instruct the CLI to check active users, and it executes `list_website_visitors` to pull the current session list. For specific debugging, the agent runs `get_visitor_details` and `get_visitor_last_chat`. You get their browser details and recent messages piped into your terminal, helping you correlate a bug report with a specific IP address.
Audit agent availability headless
Checking support coverage usually means logging into a web portal. Now you just ask your terminal who is on duty, and it hits `list_chaport_operators` and `list_online_agents`. You get a clean list of active staff. If you're writing a script to check permissions, the CLI verifies the current token by calling `get_my_agent_profile` before running the rest of your automation.
Set up Chaport 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 seechaport-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Chaport transactions." It will automatically discover and invoke the available Chaport tools.
claude mcp add --transport http chaport-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 Chaport MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Chaport MCP today
We host it, we monitor it, we maintain it. You just paste one token.