@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 products
  • product(id) — single product
  • product_search(q, limit?, skip?) — search products
  • products_categories() — category list
  • users(limit?, skip?, select?) — paged users
  • user(id) — single user
  • posts(limit?, skip?, select?) — paged posts
  • post(id) — single post
  • comments(limit?, skip?) — paged comments
  • recipes(limit?, skip?, select?) — paged recipes
  • recipe(id) — single recipe
  • quotes(limit?, skip?) — paged quotes
  • todos(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 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_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 id from 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 id from 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 id from 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.

Regenerated from source · build July 4, 2026