Install a curated seven-tool VOC OpenAPI MCP server for Amazon review insights, feedback tagging, and listing optimization 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.
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) - 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 set - Claude Code:
~/.claude.json - Claude Desktop:
~/Library/Application Support/Claude/claude_desktop_config.json(or%APPDATA%\Claude\claude_desktop_config.jsonon Windows) - Cursor:
~/.cursor/mcp.json - Windsurf:
~/.codeium/windsurf/mcp_config.json - Gemini CLI:
~/.gemini/settings.json - MCP server name:
voc-openapi - MCP URL:
https://open.voc.ai/mcp/catalog - Authentication header:
X-API-Key - Catalog endpoint: seven curated, outcome-oriented tools
- Codex MCP startup timeout:
120seconds
The installer updates the corresponding MCP server configuration in place and does not create .bak backup files.
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 setupnpx 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.
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.
- 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.
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.
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.