mcp-server

mcp-server

3.2

If you are the rightful owner of mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This is a Model Context Protocol (MCP) server that provides access to product and user data from DummyJSON API, integrated with VS Code for easy access.

The Sample MCP Server is designed to facilitate access to product and user data through the DummyJSON API. It integrates seamlessly with Visual Studio Code, allowing developers to retrieve and manage data directly within their development environment. The server supports a variety of operations, including fetching product and user lists, searching by keywords, and browsing by categories. Additionally, it offers SQL Server integration for enhanced data management capabilities, enabling storage and retrieval of data directly from a SQL database. The server is equipped with a range of tools for both product and user data management, and it supports development and debugging through VS Code tasks and configurations.

Features

  • Get a list of products with pagination support
  • Get detailed information about a specific product by ID
  • Search products by keyword
  • Get a list of users with pagination support
  • Integration with VS Code as an extension

Tools

  1. get-products

    Get a list of products with optional pagination

  2. get-product-by-id

    Get detailed information about a specific product by ID

  3. search-products

    Search for products by keyword

  4. get-users

    Get a list of users with optional pagination

  5. get-user-by-id

    Get detailed information about a specific user by ID