MCP server exposing 13 tools for dummyjson.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/dummyjson/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
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.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/dummyjson/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io