product_search
ActiveTool of Dummyjson
declared in 0.1.0
Search fake DummyJSON products by keyword `q`. Returns matching products with name, price, brand, category, and rating. Supports limit and skip for pagination.
Parameters schema
{
"type": "object",
"examples": [
{
"q": "laptop"
},
{
"q": "phone",
"skip": 0,
"limit": 5
}
],
"required": [
"q"
],
"properties": {
"q": {
"type": "string"
},
"skip": {
"type": "number"
},
"limit": {
"type": "number"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Dummyjson
https://github.com/pipeworx-io/mcp-dummyjson
1/7 registries