Skip to main content

MCP server which contains tools for Home Clean Home chatbot service.

Project description

Home Clean Home MCP Server

Overview

A Model Context Protocol server for managing residential and commercial cleaning services. This server provides tools to retrieve service details, pricing, and booking requirements dynamically via Large Language Models.

Please note that Home Clean Home MCP Server is currently in active development. The functionality and available tools are subject to change and expansion as we continue to improve the server.

Tools

Residential Services

  1. get_residential_service_general_info

    • Provides general information about a selected residential cleaning service.
    • Input:
      • service (string, required): Select a residential service option from the following:
        • Detail Cleaning
        • Move In Cleaning
        • Move Out Cleaning
        • Post-Renovation Cleaning
        • Spring Cleaning (Occupied Unit)
        • Floor Cleaning or Floor Care
        • Formaldehyde (VOC)
        • Disinfecting
        • Household Accessory Cleaning (e.g. Sofa, Mattress, Carpet, Curtains)
        • Customised or Combination Cleaning
    • Returns: General information about the selected service.
  2. get_residential_service_price_info

    • Provides pricing details for a selected residential cleaning service.
    • Input:
      • service (string, required): Same options as above.
    • Returns: Pricing details for the selected service.
  3. get_residential_service_booking_requirements

    • Lists booking requirements for a selected residential cleaning service.
    • Input:
      • service (string, required): Same options as above.
    • Returns: Booking requirements for the selected service.

Commercial Services

  1. get_commercial_service_general_info

    • Provides general information about a selected commercial cleaning service.
    • Input:
      • service (string, required): Select a commercial service option from the following:
        • Commercial Cleaning
        • Placeholder Option
    • Returns: General information about the selected service.
  2. get_commercial_service_price_info

    • Provides pricing details for a selected commercial cleaning service.
    • Input:
      • service (string, required): Same options as above.
    • Returns: Pricing details for the selected service.
  3. get_commercial_service_booking_requirements

    • Lists booking requirements for a selected commercial cleaning service.
    • Input:
      • service (string, required): Same options as above.
    • Returns: Booking requirements for the selected service.

Installation

Using uv (recommended)

When using uv, no specific installation is needed. Use uvx to directly run home-clean-home.

Using PIP

Alternatively, you can install the server via pip:

pip install home-clean-home

After installation, you can run it as a script using:

python -m home_clean_home

Configuration

Usage with Claude Desktop

Add this to your claude_desktop_config.json:

Using uvx
"mcpServers": {
  "home-clean-home": {
    "command": "uvx",
    "args": ["home-clean-home"]
  }
}
Using pip installation
"mcpServers": {
  "home-clean-home": {
    "command": "python",
    "args": ["-m", "home_clean_home"]
  }
}

Debugging

You can use the MCP inspector to debug the server. For uvx installations:

npx @modelcontextprotocol/inspector uvx home-clean-home

Or if you've installed the package in a specific directory or are developing locally:

npx @modelcontextprotocol/inspector uv --directory /Users/ziminer/codebase/mcps/home-clean-home run home-clean-home

Running tail -n 20 -f ~/Library/Logs/Claude/mcp*.log will show the logs from the server and may help you debug any issues.

Development

If you are doing local development, there are two ways to test your changes:

  1. Run the MCP inspector to test your changes. See Debugging for run instructions.

  2. Test using the Claude desktop app. Add the following to your claude_desktop_config.json:

Using uvx
"mcpServers": {
  "home-clean-home": {
    "command": "uv",
    "args": [
      "--directory",
      "/Users/ziminer/codebase/mcps/home-clean-home",
      "run",
      "home-clean-home"
    ]
  }
}

Build and publish to PYPI

To build the project:

uv sync --dev --all-extras
uv build

Publish project to PYPI(required PYPI account for API Token):

uv publish

License

This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

home_clean_home-0.2.0.tar.gz (74.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

home_clean_home-0.2.0-py3-none-any.whl (58.6 kB view details)

Uploaded Python 3

File details

Details for the file home_clean_home-0.2.0.tar.gz.

File metadata

  • Download URL: home_clean_home-0.2.0.tar.gz
  • Upload date:
  • Size: 74.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.6.1

File hashes

Hashes for home_clean_home-0.2.0.tar.gz
Algorithm Hash digest
SHA256 0c3e11966f03852ba027dbf14f163a4ac9f74eb299cb00c915921024a958976f
MD5 a40845177da857761381e053a1c07f69
BLAKE2b-256 b35d31e8bedfc5d3005a5151987835b2de5569a74ba9be86ba24bd8cd18f779b

See more details on using hashes here.

File details

Details for the file home_clean_home-0.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for home_clean_home-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 5a0bcaed713e49b07255105b937f303b71d9b75ca5a50548c9ec84b078d40b4c
MD5 82d40d8bf4a4e8cb05cdd789faad49fa
BLAKE2b-256 3aa0a4e1e72f99d23451ccb900e967d41e29db9bd1e2b8ab54a32551f2ce333e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page