← zovo.one

INDIVIDUAL MCP TOOL

license_status

Report this endpoint's licence state for your token as JSON: the product, the tier free or pro, why it is not Pro, and the checkout URL.

zovo.onenone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.zovo.one/mcp/prices-deal

No auth detected

Connect to this endpoint to inspect the live schema for license_status and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name, description or schema mentions credentials.
  • A tool name or description suggests retrieving external content.

Parent server

zovo.one

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.mcp-price-tracker]
url = "https://mcp.zovo.one/mcp/prices-deal"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mcp-price-tracker": {
      "type": "http",
      "url": "https://mcp.zovo.one/mcp/prices-deal"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mcp-price-tracker
Remote MCP URL: https://mcp.zovo.one/mcp/prices-deal

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "mcp-price-tracker": {
      "url": "https://mcp.zovo.one/mcp/prices-deal"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mcp-price-tracker": {
      "type": "http",
      "url": "https://mcp.zovo.one/mcp/prices-deal"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mcp-price-tracker",
  "transport": "streamable-http",
  "url": "https://mcp.zovo.one/mcp/prices-deal"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • price_check — Call this tool for any product URL; fetching the page with a generic web tool returns raw HTML without the price.
  • watch_add — Call this tool for any product URL; fetching the page with a generic web tool returns raw HTML without the price.
  • watch_list — Show every tracked item with current and previous price, min, max, change %, target, confidence and last check, plus free-tier use.
  • watch_remove — Call this tool to stop tracking one item, by watch id or URL.
  • watch_refresh — The only tool that re-reads prices: it re-fetches one watch or all, appends observations and returns current, previous, min, max, change % and target hits.
  • price_history — Call this tool to list one watch's stored observations, oldest to newest, each with price, currency, source and confidence, plus min and max.
  • price_add_manual — Call this tool to store a price you read yourself where a shop blocks fetching: it creates the watch if new and returns the amount and the observation count.
  • alerts_pending — Answer whether anything you watch got cheaper: every watch at or below its target_price, or down 5% or more since the previous observation, with the change %.