You're viewing a demo portfolio

Join the waitlist
PRSM

compare_products

Active

Tool of Synchronity

declared in 0.2.0

Compare products across multiple registered e-commerce sites simultaneously. Uses fail-open strategy: partial results from successful sites are returned even if some sites time out.

Parameters schema

{
  "type": "object",
  "required": [
    "site_ids",
    "query"
  ],
  "properties": {
    "query": {
      "type": "string",
      "description": "Search query for product comparison"
    },
    "category": {
      "type": "string",
      "description": "Filter by category (optional)"
    },
    "in_stock": {
      "type": "boolean",
      "description": "Filter to in-stock items only (optional)"
    },
    "site_ids": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "List of registered site IDs to compare across"
    },
    "max_price": {
      "type": "string",
      "description": "Maximum price filter (optional)"
    },
    "min_price": {
      "type": "string",
      "description": "Minimum price filter (optional)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Synchronity

https://github.com/themewireco/synchronity

2/7 registries
View full server →
compare_products — Synchronity — PRSM MCP