@striderlabs/mcp-uhaul
v1.0.0
Published
MCP server connector for U-Haul — search trucks, get pricing, make reservations, find storage units via browser automation
Maintainers
Readme
@striderlabs/mcp-uhaul
MCP server connector for U-Haul. Enable AI agents to search trucks, get pricing, make reservations, browse moving supplies, and find storage units.
Installation
npx @striderlabs/mcp-uhaulConfiguration
export UHAUL_EMAIL="[email protected]" # optional, for account features
export UHAUL_PASSWORD="your-password"
export UHAUL_HEADLESS="true"Tools
| Tool | Description |
|------|-------------|
| search_locations | Search U-Haul locations by city, address, or zip |
| get_truck_availability | Check available trucks for rental |
| get_pricing | Get pricing for a specific truck size and route |
| make_reservation | Reserve a U-Haul truck |
| modify_reservation | Modify an existing reservation |
| cancel_reservation | Cancel a reservation |
| get_moving_supplies | Browse moving supplies |
| get_storage_units | Search for self-storage units |
Usage with Claude Desktop
{
"mcpServers": {
"uhaul": {
"command": "npx",
"args": ["@striderlabs/mcp-uhaul"]
}
}
}License
MIT
