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 라이선스에 따라 라이선스가 부여되었습니다.

Deploy Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

Related MCP Servers

  • -
    security
    A
    license
    -
    quality
    This MCP server connects clients with Shopify store data, enabling retrieval of product and customer information via exposed tools.
    Last updated -
    5
    MIT License
  • A
    security
    A
    license
    A
    quality
    MCP server that integrates with Shopify API, allowing Claude Desktop users to retrieve and manipulate product information from Shopify stores.
    Last updated -
    5
    2
    MIT License
    • Apple
  • -
    security
    F
    license
    -
    quality
    An MCP Server that provides access to the Jumpseller e-commerce platform API, allowing users to interact with Jumpseller's functionality through natural language commands.
    Last updated -
    • Linux
    • Apple
  • -
    security
    F
    license
    -
    quality
    An MCP server that enables large language models to directly access and analyze Amazon product information, including product details, variants, and reviews.
    Last updated -

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