Metadata-Version: 2.4
Name: grabhire-ai-mcp
Version: 1.0.0
Summary: GrabHire.AI MCP server. UK grab lorry + tipper hire. Tools: estimate load volume, get grab lorry pricing, check vehicle availability, generate waste transfer note + a high-level agent-callable hire_grab_lorry that other AI agents can fire. Built by MEOK AI Labs.
Project-URL: Homepage, https://grabhire.ai
Project-URL: Repository, https://github.com/CSOAI-ORG/grabhire-ai-mcp
Author-email: MEOK AI Labs <nicholas@meok.ai>
License: MIT License
        
        Copyright (c) 2026 CSOAI-ORG / MEOK AI Labs
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
License-File: LICENSE
Keywords: ai,construction,grab-hire,logistics,mcp,meok,uk,waste
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Office/Business :: Financial :: Accounting
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
Requires-Dist: mcp>=1.28.0
Description-Content-Type: text/markdown

# GrabHire.AI MCP Server

UK grab lorry + tipper hire logistics. Built by MEOK AI Labs.

## 5 tools (4 human + 1 agent-callable)

### Human-callable (debug / direct)
1. **`estimate_load_volume(material, length_m, width_m, height_m)`** — cubic meters + tonnes + lorry loads for a material pile
2. **`get_grab_lorry_pricing(postcode_from, postcode_to, lorry_size, loads)`** — base haulage + disposal + VAT breakdown
3. **`check_vehicle_availability(postcode, date_iso, lorry_size)`** — fleet availability + demand level
4. **`generate_waste_transfer_note(job_id, ewc_code, carrier_licence, consignment_notes)`** — UK WTN per Environmental Protection Act 1990 s.34

### AGENT-CALLABLE (the wedge per Kimi synthesis Phase 5)
5. **`hire_grab_lorry(collection_postcode, disposal_postcode, material, length_m, width_m, height_m, requested_date_iso, ewc_code, carrier_licence)`** — one call that:
   - estimates the load
   - picks the right lorry size
   - prices the job
   - checks fleet availability
   - generates the Waste Transfer Note
   - returns a single agent-friendly response with everything another AI agent needs to confirm or escalate

### Pricing (UK grab-hire market, 2026)
- 4yd small grab: £280/load + £95 disposal + £60 travel
- 8yd standard: £380/load + £95 disposal + £60 travel
- 12yd large: £520/load + £95 disposal + £60 travel
- + 20% VAT

### Compliance
- Environmental Protection Act 1990 (s.34 for WTN)
- Duty of Care 1991
- WTN Regs 1992

## Install
```bash
pip install grabhire-ai-mcp
```

## License
MIT — MEOK AI Labs / CSOAI.