Housekeep MCP example
@mrmikardo
About Housekeep MCP example
Housekeep MCP server deployed to Netlify
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"housekeep-mcp-netlify": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector",
"npx",
"mcp-remote@next",
"http://localhost:8888/mcp"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is Housekeep MCP example?
It is a basic example of a serverless Model Context Protocol (MCP) server built with Netlify Functions. It exposes three tools to access Housekeep trade services—plumber, gardener, and handyman—and is designed primarily for use with the Claude Desktop app but also works with other AI clients.
How to use Housekeep MCP example?
Configure the server in Claude Desktop by adding a JSON block to its config file using npx mcp-remote@next and the deployed URL https://housekeep-mcp.netlify.app/mcp. For local development, clone the repo, install Netlify CLI, run netlify dev, and use the MCP inspector with npx mcp-remote@next http://localhost:8888/mcp.
Key features of Housekeep MCP example
- Serverless MCP server deployed on Netlify
- Exposes three tools for Housekeep trade services
get-trades-services-summaryreturns a high-level summaryget-trades-quotefetches a quote via the Housekeep APIcreate-booking-attemptcreates a booking for plumber, gardener, or handyman- Works with Claude Desktop and other AI clients
Use cases of Housekeep MCP example
- Get a summary of trades services offered by Housekeep
- Request a quote for a specific trades job
- Create a booking attempt for a plumber, gardener, or handyman
- Integrate Housekeep booking functionality into an AI assistant
- Learn how to build and test serverless MCP servers locally
FAQ from Housekeep MCP example
What tools does the Housekeep MCP example provide?
It provides three tools: get-trades-services-summary, get-trades-quote, and create-booking-attempt.
How do I set up the server with Claude Desktop?
Open Claude Desktop settings → Developer → Edit Config. Paste the JSON configuration with "command": "npx" and "args": ["mcp-remote@next", "https://housekeep-mcp.netlify.app/mcp"], save, and restart the app.
Can I use other AI clients besides Claude Desktop?
Yes, the server ought to work with other AI clients, though it is designed with Claude Desktop as the primary client.
What bookings can be created using create-booking-attempt?
At the time of writing, only plumber, gardener, or handyman bookings can be created with this tool.
What are the dependencies for running the server locally?
You need Node.js, the Netlify CLI (netlify-cli), and npx. The repo also uses mcp-remote@next via npx for remote MCP connectivity.
Frequently asked questions
What tools does the Housekeep MCP example provide?
It provides three tools: `get-trades-services-summary`, `get-trades-quote`, and `create-booking-attempt`.
How do I set up the server with Claude Desktop?
Open Claude Desktop settings → Developer → Edit Config. Paste the JSON configuration with `"command": "npx"` and `"args": ["mcp-remote@next", "https://housekeep-mcp.netlify.app/mcp"]`, save, and restart the app.
Can I use other AI clients besides Claude Desktop?
Yes, the server ought to work with other AI clients, though it is designed with Claude Desktop as the primary client.
What bookings can be created using `create-booking-attempt`?
At the time of writing, only plumber, gardener, or handyman bookings can be created with this tool.
What are the dependencies for running the server locally?
You need Node.js, the Netlify CLI (`netlify-cli`), and `npx`. The repo also uses `mcp-remote@next` via npx for remote MCP connectivity.
Basic information
More Cloud & Infrastructure MCP servers
container-use
aluzzardiDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
AWS MCP
RafalWilinskiTalk with your AWS using Claude. Model Context Protocol (MCP) server for AWS. Better Amazon Q alternative.

Kilo IoT Platform
Kilo IoTYour AI can finally reach the physical world. Kilo is an AI-first IoT platform for commercial and industrial operations, and this connector hands a live deployment to the AI client you already use. Not an export. Not a
tfmcp: Terraform Model Context Protocol Tool
nwiizo🌍 Terraform Model Context Protocol (MCP) Tool - An experimental CLI tool that enables AI assistants to manage and operate Terraform environments. Supports reading Terraform configurations, analyzing plans, applying configurations, and managing state with Claude Desktop integrati
Muumuu Domain MCP Server
pepaboThe official MCP server for Muumuu Domain by GMO Pepabo, Inc — the first remote MCP server in the Japanese domain registrar industry. Search and register domains, manage owned domains and contracts, and configure DNS rec
Comments