Handles UK waste management compliance for skip hire businesses. Exposes tools for validating Waste Carrier Registration numbers, looking up Environment Agency waste codes (EWC), and generating hazardous waste consignment notes. You'd reach for this if you're building booking systems, fleet management tools, or compliance dashboards for waste carriers and need to automate the paperwork side. The server enforces UK environmental regulations programmatically, so your application can check if a carrier is licensed or determine proper disposal codes without manual lookup. Built by MEOK AI Labs with EU AI Act compliance tracking baked in.
UK skip hire compliance MCP
UK skip hire compliance MCP. Waste Carrier Registration, EWC codes, consignment notes. MIT
# Install via pip
pip install skip_hire_ai_mcp
# Or install via Smithery
npx -y @smithery/cli@latest install skip-hire-ai-mcp --client claude
This MCP server is built with EU AI Act compliance built-in:
Need help getting compliant? Book a free 15-min diagnostic →
Need custom development, SLA guarantees, or white-label deployment?
View Pricing → | Contact Sales →
This server is part of the MEOK AI Labs ecosystem — 300+ MCP servers for sovereign AI governance.
| Domain | Purpose |
|---|---|
| councilof.ai | EU AI Act compliance marketplace |
| safetyof.ai | AI safety & monitoring |
| meok.ai | Sovereign AI platform |
| cobolbridge.ai | Legacy modernization |
MIT © CSOAI-ORG
Built with 💜 by MEOK AI Labs · UK Companies House 16939677
| Tier | Price | What you get | Stripe |
|---|---|---|---|
| Smoke test | £1 | Signed sample MCP-Hardening report + Article 50 PDF | https://buy.stripe.com/aFa7sNcgAdQS0ZT1Uc8k91t |
| Quick Kit | £9 | EU AI Act Article 50 implementation guide (C2PA + EU-Icon) | https://buy.stripe.com/aFa7sNcgAdQS0ZT1Uc8k91t |
| Founder Call | £29 | 30-min 1-on-1 with the founder | https://buy.stripe.com/aFa7sNcgAdQS0ZT1Uc8k91t |
Refundable. UK Stripe — VAT-clean. Builds on the 81-MCP MEOK fleet. Verify any signed report at https://meok.ai/verify.
Add to your claude_desktop_config.json (Claude Desktop) or your MCP client config:
{
"mcpServers": {
"skip-hire-ai-mcp": {
"command": "uvx",
"args": ["skip-hire-ai-mcp"]
}
}
}
Or: pip install skip-hire-ai-mcp then run the skip-hire-ai-mcp command (stdio transport).
Once configured, ask your assistant, for example:
check_waste_carrier_registration to …"ewc_code_lookup to …"consignment_note_template to …"