lashawntab/mcp-household
3.2
If you are the rightful owner of mcp-household 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.
The Model Context Protocol (MCP) server is a specialized server designed to facilitate communication and data exchange between different components in a model-driven architecture.
Tools
1
Resources
0
Prompts
0
Running and Testing the MCP Server
Follow these steps to run and test the MCP server:
1. Install uv (if you have not already)
- On Linux or macOS:
brew install uv
pn
2. Create a virtual environment using uv:
uv venv .
3. Activate the environment:
-
On Linux or macOS:
source .venv/bin/activate -
On Windows:
.venv\Scripts\activate
4. Install Python 3.12+ (if you have not already)
5. Install Dependencies
uv pip install -r pyproject.toml
6. Start the MCP Server (Python)
python mcp_server.py
OR
7. Test the MCP Server using MCP Inspector
npx @modelcontextprotocol/inspector uv --directory . run mcp_server.py
7. Available tools
The following tools are available:
- get_electricity_terms_from_facts_label_pdf # Extracts specific data from the PDF that is useful in other jobs.