commerce_catalog_price_compare
ActiveTool 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."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Japan Public Ledgers MCP
1/7 registries