Server data from the Official MCP Registry
Muckaway Ai MCP server. Tools: estimate waste volume, get skip pricing, check waste type. Bu...
Muckaway Ai MCP server. Tools: estimate waste volume, get skip pricing, check waste type. Bu...
Critical security vulnerability: The server imports and calls an external authentication module from a hardcoded local path (`~/clawd/meok-labs-engine/shared/auth_middleware`) that is not included in the codebase, creating a severe supply chain and code injection risk. Additionally, the `sys.path.insert(0, ...)` manipulation could enable arbitrary code loading. The server also lacks input validation on several parameters and has dangerous error handling that could expose sensitive information. These issues make this server unsafe for production use. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
4 files analyzed · 16 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-csoai-org-muckaway-ai-mcp": {
"args": [
"-y",
"muckaway-ai-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
Muckaway.AI MCP Server - Waste Logistics AI
Muckaway.AI MCP Server - Waste Logistics AI Built by MEOK AI Labs | https://muckaway.ai
UK waste removal, skip hire, haulage costing, waste classification, disposal facility lookup, and Waste Transfer Note generation. Covers Environmental Protection Act 1990 and Duty of Care regulations.
| Tool | Description |
|---|---|
estimate_waste_volume | Estimate waste volume from dimensions and recommend skip size. |
get_skip_pricing | Return skip hire pricing by size with permit costs. |
check_waste_type | Classify waste type and return disposal requirements. |
calculate_transport | Calculate haulage cost for waste transport. |
find_nearest_tip | Find nearest licensed waste disposal facilities by waste type and postcode. |
generate_waste_transfer_note | Generate a Waste Transfer Note with all legally mandatory fields. |
pip install meok-muckaway-ai-mcp
Add to your Claude Desktop MCP config:
{
"mcpServers": {
"muckaway-ai": {
"command": "python",
"args": ["-m", "meok_muckaway_ai_mcp.server"]
}
}
}
MIT © MEOK AI Labs
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.