Oyen-o/node-serpapi-home-depot-mcp
If you are the rightful owner of node-serpapi-home-depot-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
This project is a Node.js application that deploys a local Model Context Protocol (MCP) server integrated with Serpapi for Home Depot product search.
Home Depot MCP Server
This project was generated with GitHub Copilot.
Overview
This Node.js project uses TypeScript to deploy a local MCP (Model Context Protocol) server. It is integrated with Serpapi and provides a single MCP tool for product search.
You will need to supply your own api key. From https://serpapi.com/home-depot-search-api
Features
- Product Search Tool:
Fetches Home Depot products based on the search parameterq.
Getting Started
-
Install dependencies:
npm install -
Build the project:
npm run build -
Test the server: Use the following command to test the
build.jsfile before connecting to an AI chat client:npm run server:inspect
Notes
- The project currently includes only the product search tool.
- Ensure you have Node.js and npm installed.