You're viewing a demo portfolio

Join the waitlist
PRSM

commerce_catalog_price_compare

Active

Tool of Japan Public Ledgers MCP

declared in 0.1.0

Compare a set of offers and return the cheapest, most expensive, spread and per-offer ranking. Requires a non-empty offers array. Pure; price 0.0 (free).

Parameters schema

{
  "type": "object",
  "required": [
    "offers"
  ],
  "properties": {
    "offers": {
      "type": "array",
      "items": {
        "type": "object",
        "required": [
          "price",
          "currency"
        ],
        "properties": {
          "url": {
            "type": "string",
            "description": "Offer URL (optional)"
          },
          "label": {
            "type": "string",
            "description": "Offer label / seller (optional)"
          },
          "price": {
            "type": "number",
            "description": "Offer price"
          },
          "currency": {
            "type": "string",
            "description": "ISO currency code"
          }
        }
      },
      "description": "Non-empty list of offers to compare."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Japan Public Ledgers MCP

1/7 registries
View full server →