node-serpapi-home-depot-mcp

Oyen-o/node-serpapi-home-depot-mcp

3.2

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.

Tools
1
Resources
0
Prompts
0

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 parameter q.

Getting Started

  1. Install dependencies:

    npm install
    
  2. Build the project:

    npm run build
    
  3. Test the server: Use the following command to test the build.js file 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.