← plugpcs.com

INDIVIDUAL MCP TOOL

price_history

A product's OEM price + availability history over time (by pk) — the price-intelligence timeline for 'is now a good time to buy?' answers.

plugpcs.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://plugpcs.com/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

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

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

plugpcs.com

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.plugpcs-catalog]
url = "https://plugpcs.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "plugpcs-catalog": {
      "type": "http",
      "url": "https://plugpcs.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: plugpcs-catalog
Remote MCP URL: https://plugpcs.com/mcp

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": {
    "plugpcs-catalog": {
      "url": "https://plugpcs.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "plugpcs-catalog": {
      "type": "http",
      "url": "https://plugpcs.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "plugpcs-catalog",
  "transport": "streamable-http",
  "url": "https://plugpcs.com/mcp"
}
MCP Inspector

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

Related tools

  • search_catalog — Search the catalog by free text (brand, model, spec, or category, e.g.
  • get_product — Full details for one product by pk (brand:slug) or brand+slug: price, normalized specs, availability, and the plugpcs.com page URL.
  • compare_products — Compare two products side by side (each by pk, or brand+slug via a{},b{}).
  • best_prices — Cheapest current retailer listings for a product (by pk) across every matched store, plus the OEM link.
  • resolve_product — Resolve a retail identifier — gtin (or upc), mpn, asin, or sku — to the canonical normalized product: brand, specs, price, all cross-referenced identifiers, and the plugpcs URL.