You're viewing a demo portfolio

Join the waitlist
PRSM

get_cross_sells

Active

Tool of io.github.bch1212/agent-commerce-mcp

declared in 0.1.0

Given the current product, return related products from the cross-sell graph and the recommended bundle.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "current_product"
  ],
  "properties": {
    "agent_context": {
      "type": "string",
      "description": "Optional: extra context about the buyer's stack or goals"
    },
    "current_product": {
      "type": "string",
      "description": "Product the buyer is currently considering or already owns"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

io.github.bch1212/agent-commerce-mcp

https://github.com/bch1212/agent-commerce-mcp

1/7 registries
View full server →