Skip to main content
Glama

Products API MCP Server

by Demontie

내 첫 MCP 프로젝트

이 프로젝트는 DummyJSON API에서 데이터를 검색하는 MCP(Model Context Protocol) 서버 사용법을 보여줍니다. Cursor IDE와 기본 에이전트를 사용하여 빌드되었습니다.

목차

특징

제품 API 도구

  • 제품 받기
    • 설명: 선택적 필터링 및 페이지 매김을 통해 제품 목록을 가져옵니다.
    • 매개변수:
      • id (문자열, 선택 사항): ID로 제품 필터링
      • q (문자열, 선택 사항): 제목으로 제품 필터링
      • category (문자열, 선택 사항): 카테고리별로 제품 필터링
      • brand (문자열, 선택 사항): 브랜드별로 제품 필터링
      • price (숫자, 선택): 가격으로 제품 필터링
      • rating (숫자, 선택): 평점으로 제품 필터링
      • skip (숫자, 선택 사항, 기본값: 0): 건너뛸 제품 수
      • limit (숫자, 선택, 기본값: 10): 반환할 최대 제품 수
    • 반환: 지정된 기준과 일치하는 제품 목록
    • 데이터 출처: DummyJSON API( https://dummyjson.com/products )

설치 및 사용

필수 조건

  • Node.js(버전 23 이상)
  • Docker와 Docker Compose
  • WSL2(Windows를 사용하는 경우)

커서 구성

커서를 사용하여 이 MCP 서버를 구성하려면:

  1. 커서 열기
  2. 누르다:
    • Windows/Linux: Ctrl + Shift + P
    • macOS: Cmd + Shift + P
  3. "MCP 서버 구성"을 입력하고 선택하세요.
  4. 설정에 따라 적절한 구성을 추가하세요.
Windows(WSL 없음) 또는 Linux의 경우:

지엑스피1

WSL 사용자를 위한:
{ "mcpServers": { "postgres": { "command": "wsl.exe", "args": [ "-e", "ABSOLUTE_PATH_TO_NODE/.nvm/versions/node/v23.11.0/bin/node", "ABSOLUTE_PATH_TO_PROJECT/src/index.ts" ] } } }

Node.js 경로를 찾으려면 다음을 실행하세요.

which node

특허

이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여되었습니다.

-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

DummyJSON API에서 제품 데이터를 검색하고 ID, 제목, 카테고리, 브랜드, 가격 및 평점과 같은 다양한 매개변수로 필터링을 지원하는 MCP 서버입니다.

  1. 목차
    1. 특징
      1. 제품 API 도구
    2. 설치 및 사용
      1. 필수 조건
    3. 커서 구성
      1. Windows(WSL 없음) 또는 Linux의 경우:
      2. WSL 사용자를 위한:
    4. 특허

      Related MCP Servers

      • A
        security
        F
        license
        A
        quality
        A lightweight, stateless MCP server utilizing Puppeteer for web searches, returning structured JSON results, easily integratable with other MCP-enabled systems.
        Last updated -
        1
        645
        JavaScript
      • A
        security
        A
        license
        A
        quality
        An API server that implements the Model Completion Protocol (MCP) for Cryo blockchain data extraction, allowing users to query Ethereum blockchain data through any MCP-compatible client.
        Last updated -
        5
        86
        Python
        MIT License
        • Linux
        • Apple
      • -
        security
        A
        license
        -
        quality
        An MCP server that enables fetching web content using the Node.js undici library, supporting various HTTP methods, content formats, and request configurations.
        Last updated -
        66
        8
        TypeScript
        MIT License
        • Apple
        • Linux
      • A
        security
        F
        license
        A
        quality
        An MCP server implementation that enables interaction with the Unstructured API, providing tools to list, create, update, and manage sources, destinations, and workflows.
        Last updated -
        39
        28
        • Apple

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/Demontie/my-first-mcp'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server