loading…
Search for a command to run...
loading…
Planthire AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Planthire AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
PlantHire.AI MCP Server - Construction Equipment AI Built by MEOK AI Labs | https://planthire.ai
Intelligent construction equipment search, rental quoting, availability checking, booking, safety, and transport costing.
| Tool | Description |
|---|---|
search_equipment |
Search the construction equipment catalog. |
get_rental_quote |
Calculate rental pricing for equipment. |
check_availability |
Check equipment availability for a date range. |
create_booking |
Create an equipment booking. |
get_safety_checklist |
Get pre-use safety inspection checklist for equipment type. |
calculate_transport |
Estimate transport costs for equipment delivery/collection. |
pip install meok-planthire-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"planthire-ai": {
"command": "python",
"args": ["-m", "meok_planthire_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 6 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"planthire-ai-mcp": {
"command": "npx",
"args": []
}
}
}