searchProducts
ActiveTool of ai.shawndurrani/mcp-merchant
declared in 0.1.3
Search the product catalog by substring (Stripe test data)
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"query"
],
"properties": {
"page": {
"type": "integer",
"exclusiveMinimum": 0
},
"query": {
"type": "string",
"maxLength": 120,
"minLength": 1
},
"pageSize": {
"type": "integer",
"maximum": 20,
"exclusiveMinimum": 0
}
},
"additionalProperties": false
}Parent server
ai.shawndurrani/mcp-merchant
1/7 registries