mcp-server

mcp-server

0

The Sample MCP Server is a development tool that provides seamless access to product and user data from the DummyJSON API. It features integration with VS Code for streamlined data management and development capabilities.

Sample MCP Server Overview

Description

A Model Context Protocol (MCP) server offering access to product and user data via the DummyJSON API, designed to integrate with VS Code for seamless development.

Features

  • Products

    • Retrieve products with pagination
    • Access detailed product information
    • Search and browse products by keyword and category
  • Users

    • Retrieve user information with pagination
    • Access detailed user information
  • General

    • SQL Server integration for data management
    • Tools for checking database health

Installation

Run: npm install to install dependencies.

Development

  1. Clone the repository
  2. Install dependencies
  3. Build with npm run build
  4. Start with npm run start

VS Code Integration

  • Tasks for building, starting, and running the server in watch mode
  • Debugging support with VS Code configurations

API Reference

Uses the DummyJSON API for products and users.

Data Sources