You're viewing a demo portfolio

Join the waitlist
PRSM

nexus_useful_data_source_for_agents_doing_prod_fetch_buywhere_vendor_price_distribution

Active

Tool of io.github.nexus-mcp-infra/useful-data-source-for-agents-doing-product-price-sdk

declared in 1.28.1

Given a BuyWhere product identifier, returns the full cross-vendor price distribution in SGD along with the Shannon entropy of that distribution and the coefficient of variation. Use this when an agent already knows the product and needs to audit price fairness or detect outlier vendor pricing. Do NOT use as a discovery tool — it requires a known BuyWhere product_id from rank_buywhere_products_by_value_score. Requires a valid api_key (same as X-API-Key) and an x402 payment.

Parameters schema

{
  "type": "object",
  "title": "fetch_buywhere_vendor_price_distributionArguments",
  "required": [
    "product_id",
    "api_key"
  ],
  "properties": {
    "api_key": {
      "type": "string",
      "title": "Api Key",
      "description": "API key required for this paid operation -- same secret configured as X-API-Key on the REST endpoints (BUYWHERE_API_KEYS). Payment (x402) alone is not sufficient; both gates must pass."
    },
    "product_id": {
      "type": "string",
      "title": "Product Id",
      "maxLength": 64,
      "minLength": 4,
      "description": "BuyWhere internal product identifier as returned by rank_buywhere_products_by_value_score. Format: alphanumeric string."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

io.github.nexus-mcp-infra/useful-data-source-for-agents-doing-product-price-sdk

https://github.com/nexus-mcp-infra/useful-data-source-for-agents-doing-product-price-sdk

2/7 registries
View full server →
nexus_useful_data_source_for_agents_doing_prod_fetch_buywhere_vendor_price_distribution — io.github.nexus-mcp-infra/useful-data-source-for-agents-doing-product-price-sdk — PRSM MCP