4,500+ servers built on MCP Fusion
Vinkius
Helpshift logo
Vinkius
Mastra AI logo

How to Use the Helpshift MCP in Mastra AI

Build resilient support workflows and automate ticket routing using Mastra AI.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Helpshift MCP on Cursor AI Code Editor MCP Client Helpshift MCP on Claude Desktop App MCP Integration Helpshift MCP on OpenAI Agents SDK MCP Compatible Helpshift MCP on Visual Studio Code MCP Extension Client Helpshift MCP on GitHub Copilot AI Agent MCP Integration Helpshift MCP on Google Gemini AI MCP Integration Helpshift MCP on Lovable AI Development MCP Client Helpshift MCP on Mistral AI Agents MCP Compatible Helpshift MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
Mastra AI

Connect Helpshift MCP to Mastra AI

Create your Vinkius account to connect Helpshift to Mastra AI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Automated Ticket Triage

The `update_issue_status` tool changes ticket states automatically based on your Mastra AI logic. Support agents waste hours manually closing stale tickets. Your MCP Server connection handles the API layer. You can build a condition that checks for inactivity and resolves the issue without human input. Queue monitoring starts the process. Using `list_issues`, your agent pulls the current backlog. If the workflow detects a high volume of a specific bug, it branches the logic to tag and route those tickets differently.

Mastra AI Bulk Operations

Calling `bulk_user_action` executes profile changes across multiple users at once. You pass the actions array as a JSON string. Mastra AI thrives on these heavy, multi-step operations. If a step fails, the framework automatically retries. Long-running jobs need verification. The `get_bulk_task_status` tool checks if your mass update finished. Your workflow can pause, poll this endpoint, and only notify the admin when the entire batch completes successfully.

Audit Logging and Branching

The `get_issue_audit_logs` tool retrieves the exact action history for any specific ticket. Debugging escalated issues requires knowing who did what. Your agent grabs this log and feeds it into a decision branch to determine if a manager needs to step in. Communication happens next. Invoking `add_issue_message` drops a note into the ticket. You simply provide the JSON payload. Mastra AI ensures this only triggers after the audit log confirms the ticket requires a response.

Setup guide

Set up Helpshift MCP in Mastra AI

Prerequisites

  • Node.js 18+ and a TypeScript project
  • @mastra/mcp + @mastra/core packages
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install dependencies

    Run npm install @mastra/mcp @mastra/core plus your preferred model provider (e.g. @ai-sdk/openai).

  2. 2

    Configure the MCPClient

    Create an MCPClient with your Vinkius endpoint as a URL object. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com.

  3. 3

    Discover and inject tools

    Call mcpClient.listTools() and spread the result into your agent's tools object. All Helpshift tools become native Mastra tools.

  4. 4

    Run with any model

    Swap openai("gpt-4o") for any AI SDK-compatible provider. Call agent.generate() and the agent routes tool calls through MCP automatically.

agent.ts
import { MCPClient } from "@mastra/mcp";
import { Agent } from "@mastra/core/agent";
import { openai } from "@ai-sdk/openai";

const mcpClient = new MCPClient({
  id: "helpshift-mcp-client",
  servers: {
    "helpshift-mcp": {
      url: new URL(
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
      ),
    },
  },
});

const agent = new Agent({
  name: "Helpshift Agent",
  model: openai("gpt-4o"),
  instructions: "You have access to Helpshift tools.",
  tools: {
    ...(await mcpClient.listTools()),
  },
});

const result = await agent.generate(
  "List recent Helpshift transactions"
);
console.log(result.text);

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Helpshift. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.

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 Helpshift MCP in Mastra AI

Install `@mastra/mcp` and declare the Helpshift MCP server in your client configuration. Mastra auto-detects the transport layer. You then spread `mcpClient.listTools()` into your agent's toolset.
It handles them perfectly. Your workflow calls `bulk_user_action` to update profiles. You can configure automatic retries if the Helpshift API throttles the request.
Set `requireToolApproval` on the `update_issue_status` tool. Mastra pauses the workflow and waits for a human to confirm before actually resolving the ticket.
The server provides the raw data via `get_issue_details`. Mastra AI uses that data to run conditional branching, deciding whether to escalate or close the ticket.
Bulk user actions and audit logs contain sensitive PII. The Vinkius zero-trust architecture ensures this data never leaks into persistent storage. Your Mastra AI agent accesses an ephemeral V8 isolate that destroys itself after the workflow finishes.

Start using the Helpshift MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 11 tools

We've already built the connector for Helpshift. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 11 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.