eCommerce
plugpcs.com
Provides product search, details, comparison, and price tracking for PC components and hardware.
ENDPOINT 1
https://plugpcs.com/mcp
MCP server metadata
- Name
- plugpcs-catalog
- Version
- 1
Known tools 6
search_catalogSearch the catalog by free text (brand, model, spec, or category, e.g.
Inferred read-onlyget_productFull details for one product by pk (brand:slug) or brand+slug: price, normalized specs, availability, and the plugpcs.com page URL.
Inferred read-onlycompare_productsCompare two products side by side (each by pk, or brand+slug via a{},b{}).
Inferred read-onlybest_pricesCheapest current retailer listings for a product (by pk) across every matched store, plus the OEM link.
Inferred read-onlyprice_historyA product's OEM price + availability history over time (by pk) — the price-intelligence timeline for 'is now a good time to buy?' answers.
Inferred read-onlyresolve_productResolve 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.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for plugpcs.com was fetched 2026-08-23T21:15:39.924Z.
plugpcs.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.