get_cross_sells
ActiveTool 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
}Parent server
io.github.bch1212/agent-commerce-mcp
https://github.com/bch1212/agent-commerce-mcp
1/7 registries