Skip to main content

Overview

The Zelo MCP Server lets you connect any MCP-compatible AI tool to your Zelo feedback intelligence platform. Query customer insights, explore feedback themes, and surface issues — all without leaving your workflow.

Available Tools

The MCP server exposes the following tools:
  • get_insights — Search and filter customer feedback insights by priority, type, date range, source, and more. Returns insight summaries with volume, urgency, and revenue impact.
  • get_insight_details — Drill into a specific insight to see individual customer quotes (snippets), source attribution, and detailed urgency scoring.
  • get_available_filters — Retrieve the available filter options (themes, sources, feedback types) for your workspace.

Use Cases

  • Product planning — Ask your AI assistant what customers are requesting most, filtered by revenue impact or priority.
  • Bug triage — Surface critical issues from support tickets and app reviews without leaving your IDE.
  • Sales enablement — Pull real customer quotes and sentiment data into proposals and decks.
  • Sprint planning — Query feedback trends from the last week to inform what to build next.
  • Competitive intelligence — Find competitor mentions across all feedback channels.

Installation

Run this command in your terminal:
claude mcp add --transport http Zelo https://hellozelo.com/mcp
Verify the connection:
claude mcp list
You should see Zelo: https://hellozelo.com/mcp - Connected in the output.

Best Practices

  • Be specific with date ranges — When asking about recent feedback, specify a time window (e.g., “last 7 days”) to get the most relevant results.
  • Filter by source — Narrow results to specific channels. Use “sales calls” for Gong/Salesforce/Clari Copilot data, “support tickets” for Intercom/Zendesk, or “app reviews” for App Store/Play Store feedback.
  • Use priority filters — Focus on critical and high-priority insights when triaging issues.
The MCP server respects your workspace permissions. You’ll only see insights and feedback that your account has access to.

Troubleshooting

Ensure your network allows outbound HTTPS connections to hellozelo.com. If you’re behind a corporate proxy, configure your MCP client’s proxy settings accordingly.
Some clients require a restart after adding a new MCP server. Close and reopen your editor or AI tool, then check again.
Make sure your Zelo workspace has connected integrations with synced data. Check your Integrations settings to verify connectors are active.
Ensure the configuration file is located at .vscode/mcp.json in your workspace root (not in your user settings). VS Code requires workspace-level MCP configuration.