@pipeworx/dummyjson
Connect: https://gateway.pipeworx.io/dummyjson/mcp · Install: one-click buttons
Tools: 13
DummyJSON MCP — keyless mock REST data for prototyping, agent test scaffolds, demos.
Tools
products(limit?, skip?, select?)— paged productsproduct(id)— single productproduct_search(q, limit?, skip?)— search productsproducts_categories()— category listusers(limit?, skip?, select?)— paged usersuser(id)— single userposts(limit?, skip?, select?)— paged postspost(id)— single postcomments(limit?, skip?)— paged commentsrecipes(limit?, skip?, select?)— paged recipesrecipe(id)— single recipequotes(limit?, skip?)— paged quotestodos(limit?, skip?)— paged todos
Data source
https://dummyjson.com
Tools
- products — Fetch a paginated list of fake products from DummyJSON. Supports limit, skip, and field selection via
select. Returns product name, price, brand, category, thumbnail, and rating. - product — Fetch a single fake product by numeric
idfrom DummyJSON. Returns name, description, price, discount, brand, category, stock, images, and rating. - product_search — Search fake DummyJSON products by keyword
q. Returns matching products with name, price, brand, category, and rating. Supports limit and skip for pagination. - products_categories — Return the full list of product category names available in DummyJSON (e.g. smartphones, laptops, fragrances). Use before filtering products by category.
- users — Fetch a paginated list of fake users from DummyJSON. Supports limit, skip, and field selection via
select. Returns name, email, age, address, company, and role fields. - user — Fetch a single fake user by numeric
idfrom DummyJSON. Returns full profile including name, email, phone, address, bank, company, and crypto wallet. - posts — Fetch a paginated list of fake blog posts from DummyJSON. Supports limit, skip, and field selection via
select. Returns title, body, tags, reactions, and userId. - post — Fetch a single fake blog post by numeric
idfrom DummyJSON. Returns title, body, tags, reaction counts, and the authoring userId. - comments — Fetch a paginated list of fake comments from DummyJSON. Supports limit and skip. Returns comment body, postId, and user info (id, username).
- recipes — Fetch a paginated list of fake recipes from DummyJSON. Supports limit, skip, and field selection via
select. Returns name, ingredients, instructions, prep time, and cuisine. - recipe — Fetch a single fake recipe by numeric
idfrom DummyJSON. Returns name, ingredients, instructions, prep/cook time, servings, difficulty, and cuisine. - quotes — Fetch a paginated list of fake inspirational quotes from DummyJSON. Supports limit and skip. Returns quote text and author name.
- todos — Fetch a paginated list of fake todo items from DummyJSON. Supports limit and skip. Returns todo text, completion status, and userId.
Tools
-
comments— Fetch a paginated list of fake comments from DummyJSON. Supports limit and skip. Returns comment body, postId, and user info (id, username). -
post— Fetch a single fake blog post by numeric `id` from DummyJSON. Returns title, body, tags, reaction counts, and the authoring userId. -
posts— Fetch a paginated list of fake blog posts from DummyJSON. Supports limit, skip, and field selection via `select`. Returns title, body, tags, reactions, and userId. -
product— Fetch a single fake product by numeric `id` from DummyJSON. Returns name, description, price, discount, brand, category, stock, images, and rating. -
product_search— Search fake DummyJSON products by keyword `q`. Returns matching products with name, price, brand, category, and rating. Supports limit and skip for pagination. -
products— Fetch a paginated list of fake products from DummyJSON. Supports limit, skip, and field selection via `select`. Returns product name, price, brand, category, thumbnail, and rating. -
products_categories— Return the full list of product category names available in DummyJSON (e.g. smartphones, laptops, fragrances). Use before filtering products by category. -
quotes— Fetch a paginated list of fake inspirational quotes from DummyJSON. Supports limit and skip. Returns quote text and author name. -
recipe— Fetch a single fake recipe by numeric `id` from DummyJSON. Returns name, ingredients, instructions, prep/cook time, servings, difficulty, and cuisine. -
recipes— Fetch a paginated list of fake recipes from DummyJSON. Supports limit, skip, and field selection via `select`. Returns name, ingredients, instructions, prep time, and cuisine. -
todos— Fetch a paginated list of fake todo items from DummyJSON. Supports limit and skip. Returns todo text, completion status, and userId. -
user— Fetch a single fake user by numeric `id` from DummyJSON. Returns full profile including name, email, phone, address, bank, company, and crypto wallet. -
users— Fetch a paginated list of fake users from DummyJSON. Supports limit, skip, and field selection via `select`. Returns name, email, age, address, company, and role fields.