VOC OpenAPI MCP
OfficialProvides tools for Amazon review insights, feedback tagging, and listing optimization, enabling analysis of customer sentiment, pain points, and themes to improve product listings.
VOC OpenAPI MCP Installer
Install the full VOC OpenAPI MCP server for Amazon review insights, feedback tagging, listing optimization, and hundreds of published data tools in local AI clients.
Built for e-commerce operators, consumer-insights teams, product researchers, and AI agents that need authorized review data and repeatable VOC workflows.
Usage
curl -fsSL https://open.voc.ai/install.sh | bashWindows PowerShell:
irm https://open.voc.ai/install.ps1 | iexAlternatively, use the npm package directly:
npx voc-openapi-mcp@latest setupCodex users can also install the general-purpose VOC OpenAPI query skill:
npx voc-openapi-mcp@latest setup --with-skillThe skill is written to ~/.agents/skills/voc-openapi/SKILL.md only when Codex is detected. The uninstaller removes only installer-managed versions that have not been modified by the user.
By default, the installer registers the agents detected on the local machine. It currently supports:
Claude Code (CLI; writes to
~/.claude.json)Claude Desktop (desktop app; detects the macOS app or Windows
%LOCALAPPDATA%\AnthropicClaude, writes toclaude_desktop_config.json, and bridges the remote MCP server throughmcp-remote)Cursor (desktop app or CLI launcher; detects the macOS app or Windows
%LOCALAPPDATA%\Programs\cursor, both using~/.cursor/mcp.json)Windsurf (desktop app or CLI launcher; detects the macOS app or Windows
%LOCALAPPDATA%\Programs\Windsurf, both using~/.codeium/windsurf/mcp_config.json)WorkBuddy (desktop app; writes user-level
~/.workbuddy/mcp.json)Gemini CLI (writes to
~/.gemini/settings.json)Codex (CLI and Desktop both use
~/.codex/config.toml)
List the agents detected on the local machine:
curl -fsSL https://open.voc.ai/install.sh | bash -s -- --list-agentsWindows PowerShell:
& ([scriptblock]::Create((irm https://open.voc.ai/install.ps1))) -ListAgentsRegister every supported agent (the installer detects installed clients automatically by default, so this is usually unnecessary):
npx voc-openapi-mcp@latest setup --all-agentsDefault configuration:
Codex:
$CODEX_HOME/config.toml, or~/.codex/config.tomlwhenCODEX_HOMEis not setClaude Code:
~/.claude.jsonClaude Desktop:
~/Library/Application Support/Claude/claude_desktop_config.json(or%APPDATA%\Claude\claude_desktop_config.jsonon Windows)Cursor:
~/.cursor/mcp.jsonWindsurf:
~/.codeium/windsurf/mcp_config.jsonWorkBuddy:
~/.workbuddy/mcp.jsonGemini CLI:
~/.gemini/settings.jsonMCP server name:
voc-openapiMCP URL:
https://open.voc.ai/mcp-serverAuthentication header:
X-API-KeyFull endpoint: all published VOC OpenAPI MCP tools
Codex MCP startup timeout:
120seconds
The installer updates the corresponding MCP server configuration in place and does not create .bak backup files.
Related MCP server: Lumnix
Options
voc-mcp setup \
--api-base https://open.voc.ai \
--name voc-openapi \
--with-skill \
--config ~/.codex/config.tomlYou can also skip browser authorization and provide an API key directly:
VOC_OPENAPI_API_KEY=voc_live_sk_xxx npx voc-openapi-mcp@latest setupPreview
npx voc-openapi-mcp@latest setup --api-key voc_live_sk_xxx --dry-runNote: To support a one-command setup, the API key is currently stored as plain text in the local MCP client configuration file.
Local stdio server for catalog scanners
Catalog scanners such as Glama primarily use the repository Dockerfile to build and start a minimal local stdio MCP server for evaluation. From a source clone or Docker image, the server command is:
node bin/voc-mcp.js serveAfter the npm package release, the equivalent package command is:
npx voc-openapi-mcp@latest serveThis mode exposes the same seven curated tools through tools/list for
catalog introspection and Docker-based evaluation. Real tools/call requests
require VOC_OPENAPI_API_KEY, VOC_API_KEY, or X_API_KEY; without a key the
server returns an explicit API-key-required error instead of fake business
results. Production users should continue to use the hosted endpoint
https://open.voc.ai/mcp/catalog.
Example result
This single agent request combines product and listing data, review insights, customer pain points, competitive positioning, and recommended actions. Click the image to view the full result.
Capabilities
Fetch current or historical Amazon reviews.
Analyze sentiment, pain points, and themes.
Generate listing improvements from customer feedback.
Tag feedback and product listings into structured taxonomies.
See TOOLS.md for all seven tools, input fields, credit costs, and task-creating side effects.
Privacy, permissions, and support
The hosted server only receives the selected tool inputs and the X-API-Key
required for the authorized VOC account. The installer writes only the selected
AI client's MCP configuration and the optional VOC skill. Review
PRIVACY.md and SECURITY.md before installation.
License
The installer source code is licensed under the Apache License 2.0. The hosted VOC OpenAPI service and its business capabilities remain subject to the VOC Terms and Conditions.
This server cannot be installed
Maintenance
Related MCP Servers
- AlicenseAqualityBmaintenanceAgent-native Amazon review intelligence — fetches verified reviews from 10 marketplaces via real Shulex OpenAPI (not scrapers) and produces copy-ready listing improvements grounded in actual customer language. Backed by a 2B-review historical dataset that Helium 10 / Jungle Scout can't replicate. Works in any MCP client (Claude Code, Claude Desktop, ChatGPT, Cursor, Windsurf, VS Code, Cline).Last updated632MIT
- Alicense-qualityBmaintenanceAI-powered e-commerce research tools via MCP. Search Amazon, Alibaba & AliExpress for winning products, vet suppliers, and calculate FBA margins. 19 tools, free tier available.Last updated314MIT
- Alicense-qualityDmaintenanceEnterprise-grade sentiment analysis tool for AI agents, enabling sentiment labeling, keyword extraction, and batch analysis via MCP.Last updated1MIT
- AlicenseAqualityAmaintenanceReal-time Amazon Sponsored Products (SP) ad placements, keyword tracking, and comprehensive review data for AI Agents. Enables LLMs to autonomously conduct competitor ad audits, consumer sentiment analysis (VOC), and product optimization.Last updated196MIT
Related MCP Connectors
100+ MCP tools for AI agents: content metadata, trade intelligence, business-expertise analysis.
Search Meta, Google Ads, LinkedIn, and TikTok ad libraries plus creative analysis via MCP.
Free competitive pricing intelligence for CPG brands across Amazon categories.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SolveaCX/voc-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server