mcpbeat Sign in

VOC OpenAPI MCP Server

answering

VOC OpenAPI MCP is answering right now. Last checked moments ago. Last commit 5 Aug 2026.

VOC OpenAPI gives AI agents authorized review and product data for insights, tagging, and listings.

Uptime history 47 days of history · worst day 0%
47 days agonow
100.0%
Uptime 24h
92 of 92 checks
Tools
hidden behind auth
1556 ms
Response time
average over 24h
1
Stars
last commit 5 Aug 2026

What the code does

We read the source, 20 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.

Runs an external command bin/voc-mcp.js:254
  const result = spawnSync(process.platform === 'win32' ? 'where' : 'which', [command], {
Reads files and sends them to the network bin/voc-mcp.js:515
  if (fs.readdirSync(paths.skillDir).length === 0) fs.rmdirSync(paths.skillDir)

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

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 0 min ago.

run in your terminal
claude mcp add voc-mcp --transport http https://open.voc.ai/mcp/catalog
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "voc-mcp": {
      "url": "https://open.voc.ai/mcp/catalog"
    }
  }
}
~/.codex/config.toml
[mcp_servers.voc-mcp]
url = "https://open.voc.ai/mcp/catalog"
.cursor/mcp.json
{
  "mcpServers": {
    "voc-mcp": {
      "url": "https://open.voc.ai/mcp/catalog"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "voc-mcp": {
      "url": "https://open.voc.ai/mcp/catalog"
    }
  }
}

This endpoint answered with an authorization challenge. The server is running, but it did not say what kind of credentials it expects.

Endpoints

URLTransportStateLatencyChecked
https://open.voc.ai/mcp/catalog streamable-http needs auth 1250 ms 0 min ago

Alternatives to VOC OpenAPI MCP

same job, measured the same way
Product Lock MCP
by nickjazz

Product Lock tools for AI agents: generate, review, validate, and score locks.

42 installs/wk local only
Instadash
by instadash

Live data grids for AI agents. Push structured data; humans review, agents read back via MCP.

answering
Backlinkmcp Server
by johnsmalls22-rgb

Backlink & domain authority MCP for AI agents: referring domains, link gap, toxic review queue

13 tools answering
OilpriceAPI
by oilpriceapi

Source-timestamped energy data and reviewed OilPriceAPI product facts for MCP clients.

1 642 installs/wk local only
Sapiom
by sapiom

Local Sapiom developer MCP for authoring, testing, deploying, and inspecting agents.

412 installs/wk local only
Google Maps Scraper
by gmapsextractor

Live Google Maps business search, review, and photo data for AI agents over MCP.

answering
C
Zillow Property Data (APIllow)
by apillow

Zillow property data for AI agents: search listings and get 50+ fields for any US property.

157 installs/wk local only
AIsa Shopping & Marketplace
by aisa

Marketplace and shopping data: product listings, sellers, reviews and search results.

answering

VOC OpenAPI MCP — questions

Answers built from our own checks of this server.

Why is there no tool list for VOC OpenAPI MCP?
The server answered our handshake with an authorization challenge, so it is running — but it will not describe its tools to an anonymous client. To see them you need to connect with your own credentials. We record it as alive, not as broken: 100.0% of checks in the last 24 hours got a reply.
Is VOC OpenAPI MCP working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 1556 ms. The bar chart above shows every period we have measured.
How do I connect VOC OpenAPI MCP?
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 is a remote server, so there is nothing to install — the client connects to the address. You will need your own credentials: it refuses anonymous clients.
Does VOC OpenAPI MCP need an API key?
Yes. Every time we knock, VOC OpenAPI MCP answers with an authorization challenge instead of its tool list — that is how we know it is running and gated rather than broken. Bring your own credentials and it will talk.
How fast is VOC OpenAPI MCP?
It answers our handshake in 1556 ms on average, which is faster than 1% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is VOC OpenAPI MCP open source?
Yes — it is published under the Apache-2.0 licence, written in JavaScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.