mcpbeat Sign in

VOC Amazon Reviews MCP Server

local only

VOC Amazon Reviews runs on your own machine — the client starts it, so there is no endpoint to ping. 54 installs a week from pypi. Last commit 25 May 2026.

Amazon review intelligence via Shulex OpenAPI. 10 marketplaces, verified-purchase & Vine signals.

Installs per day peak 24 · avg 8 · -10% w/w
a month agotoday
54
Installs / week
pypi · voc-amazon-reviews-mcp
34
Stars
0 open issues
25 May 2026
Last commit
0 releases in 90 days
License
Python

What the code does

We read the source, 13 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

        res = subprocess.run(

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add voc-amazon-reviews-mcp -- uvx voc-amazon-reviews-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "voc-amazon-reviews-mcp": {
      "args": [
        "voc-amazon-reviews-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.voc-amazon-reviews-mcp]
command = "uvx"
args = ["voc-amazon-reviews-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "voc-amazon-reviews-mcp": {
      "args": [
        "voc-amazon-reviews-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "voc-amazon-reviews-mcp": {
      "args": [
        "voc-amazon-reviews-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: VOC_API_KEY (Shulex VOC OpenAPI key. Get a free one (100 calls/month, no credit card) at https://apps.voc.ai/openapi), ANTHROPIC_API_KEY (Anthropic API key. Only needed if you use extract_listing_improvements (which uses Claude Opus 4.7 for structured listing rewrites).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to VOC Amazon Reviews

same job, measured the same way
Glade API
by gladeapi

Amazon marketplace data for products, offers, reviews, sellers, search, categories, and deals.

answering
Amazon Reviews Scraper - Extract Product Data
by ranovam

Amazon Reviews Scraper extracts ratings, review text, author, date, verified purchase status…

answering
Qoory Crypto Intelligence
by qoory-ai

One Data Plane for crypto research, with 42 live tools for markets, entities, news, and signals.

answering
Intel
by chainhelix

Nine chain onchain intelligence with a verifiable onchain signal attestation stream

81 tools answering
The402ai
by the402ai

AI agent service marketplace — browse, purchase, and manage services via x402/USDC

34 installs/wk local only
Fia Signals MCP
by odds7

Crypto market intelligence: regime detection, funding rates, liquidations, prices, signals.

8 tools answering
Databazaar
by shagarwal

Agent-first data marketplace — AI agents search, purchase, and sell datasets via MCP.

32 installs/wk answering
S
Otto Intel
by ottoai

Otto AI hosted MCP: 16 pay-per-call market-intelligence tools, USDC via x402 on Base, no API keys.

40 tools answering

VOC Amazon Reviews — questions

Answers built from our own checks of this server.

Why is there no uptime for VOC Amazon Reviews?
VOC Amazon Reviews runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package voc-amazon-reviews-mcp was installed 54 times last week.
How do I connect VOC Amazon Reviews?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls voc-amazon-reviews-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use VOC Amazon Reviews?
The pypi package voc-amazon-reviews-mcp was installed 54 times in the last week. Week over week that is -10%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is VOC Amazon Reviews open source?
We cannot say either way: written in Python and 34 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.