
Eco Van Move Booking
Wire a BC-focused moving and box-rental booking API into an agent when you automate Eco Van Move customer flows or internal dispatch assistants.
Overview
Eco Van Move Booking is an MCP server for the Build phase that connects your agent to BC moving estimates, box rentals, and delivery booking with an Eco Van Move account token.
What is this MCP server?
- Streamable HTTP remote at ecovanmove.com/mcp/booking with Authorization bearer from /account/mcp
- Moving estimates, box rentals, and delivery scheduling for British Columbia service area
- Account required: OAuth or personal access token documented at ecovanmove.com/account/mcp
- Open-source repo github.com/farid-trip2/ecovanmove
- Niche vertical MCP—global builders only need it for Eco Van Move integrations
- Server version 1.0.0 in catalog manifest
- Single remote: streamable-http at ecovanmove.com/mcp/booking
- Auth via Authorization header (OAuth or personal access token from /account/mcp)
What problem does it solve?
Local moving operations repeat the same quote and rental questions when staff manually re-enter details instead of letting an authenticated agent call booking APIs.
Who is it for?
Builders partnering with Eco Van Move or automating BC moving and box-rental workflows inside Claude Code or Cursor.
Skip if: National or international shipping automation, builders without Eco Van Move accounts, or generic relocation research outside this vendor API.
What do I get? / Deliverables
Once you attach a bearer token from ecovanmove.com/account/mcp, your agent can request estimates and booking actions against the hosted MCP booking endpoint.
- Agent-retrieved moving estimates via authenticated booking MCP
- Box rental and delivery booking actions initiated from the agent
- Repeatable integration pattern for Eco Van Move customer support bots
Recommended MCP Servers
Journey fit
Regional booking MCPs are integrated when you automate a specific vendor workflow or prototype a vertical ops bot—not for generic product ideation. Eco Van Move exposes booking, estimates, and rentals via OAuth or personal access token—straight third-party service integration.
How it compares
Single-vendor local services booking MCP, not Easyship-style global parcel logistics or a marketplace directory skill.
Common Questions / FAQ
Who is com.ecovanmove/booking for?
Solo builders and operators using Eco Van Move in BC who want agents to fetch moving estimates, arrange box rentals, and drive delivery booking through MCP.
When should I use com.ecovanmove/booking?
Use it while integrating Eco Van Move into a support bot, ops dashboard, or vertical SaaS prototype that must book services with a logged-in account.
How do I add com.ecovanmove/booking to my agent?
Create OAuth or a personal access token at ecovanmove.com/account/mcp, add Authorization Bearer headers to the https://ecovanmove.com/mcp/booking streamable HTTP MCP entry in your host.