Products API MCP Server
내 첫 MCP 프로젝트
이 프로젝트는 DummyJSON API에서 데이터를 검색하는 MCP(Model Context Protocol) 서버 사용법을 보여줍니다. Cursor IDE와 기본 에이전트를 사용하여 빌드되었습니다.
목차
Related MCP server: openfoodfacts-mcp-server
특징
제품 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 서버를 구성하려면:
커서 열기
누르다:
Windows/Linux:
Ctrl + Shift + PmacOS:
Cmd + Shift + P
"MCP 서버 구성"을 입력하고 선택하세요.
설정에 따라 적절한 구성을 추가하세요.
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 라이선스에 따라 라이선스가 부여되었습니다.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceA small MCP server that manages a product inventory using SQLite, providing CRUD operations through exposed MCP tools.
- AlicenseAqualityDmaintenanceMCP server for Open Food Facts, enabling food product lookup by barcode, search, nutrition facts, allergen checks, and eco-scores without an API key.8MIT
- AlicenseNot gradedqualityAmaintenanceMCP server for reading, querying, and filtering local JSON files with extended JSONPath syntax, supporting sorting, aggregations, and complex conditions.152MIT
- FlicenseAqualityDmaintenanceAn MCP server that provides tools to interact with the JSONPlaceholder fake REST API for testing and prototyping, supporting CRUD operations on posts, comments, todos, and users.7
Related MCP Connectors
This MCP server provides seamless access to Malaysia's government open data, including datasets, w…
A basic MCP server to operate on the Postman API.
MCP server for accessing curated awesome list documentation
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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