A
securityF
licenseA
qualityA lightweight, stateless MCP server utilizing Puppeteer for web searches, returning structured JSON results, easily integratable with other MCP-enabled systems.
Last updated -
1
1,261
JavaScript
このプロジェクトは、 DummyJSON APIからデータを取得するMCP(Model Context Protocol)サーバーの使用方法を示します。Cursor IDEとデフォルトのエージェントを使用して構築されています。
id
(文字列、オプション): IDで製品をフィルタリングするq
(文字列、オプション): タイトルで製品をフィルタリングするcategory
(文字列、オプション): カテゴリ別に製品をフィルタリングbrand
(文字列、オプション): ブランドで製品をフィルタリングするprice
(数値、オプション): 価格で商品をフィルタリングrating
(数値、オプション): 評価で製品をフィルタリングskip
(数値、オプション、デフォルト: 0): スキップする商品の数limit
(数値、オプション、デフォルト:10):返される製品の最大数この MCP サーバーを Cursor で構成するには:
Ctrl + Shift + P
Cmd + Shift + P
Node.js パスを見つけるには、次のコマンドを実行します。
このプロジェクトは MIT ライセンスに基づいてライセンスされています。
This server cannot be installed
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 サーバー。